View previous topic :: View next topic |
Author |
Message |
amt167 -
Joined: 02 Jun 2002 Posts: 75
|
Posted: Sun Feb 01, 2004 2:13 am Post subject: easyhost script |
|
|
i am trying to install a script and when i go to the setup and click next it says the page cannot be found i know the scripts are in the correct dir and all paths are correct the only thing is when it trys to guess the paths where the script is it comes up are as follows:
The main folder where all accounts will be created (CHMOD 777)
Directory: C:\Program Files\Abyss Web Server\htdocs/
URL: http://spacefree.co.uk/
System
The folder where all system files will be stored (CHMOD 777)
Directory: C:\Program Files\Abyss Web Server\htdocs/system/
URL: http://spacefree.co.uk/system/
ive tried moving the slashes and no matter how i try i cant get it to work
does any one have any suggestions or know what the problem may be |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Sun Feb 01, 2004 11:04 am Post subject: |
|
|
What is the script ? It sounds like it's been written with Apache in mind... |
|
Back to top |
|
 |
amt167 -
Joined: 02 Jun 2002 Posts: 75
|
Posted: Sun Feb 01, 2004 8:38 pm Post subject: script |
|
|
its called easyhost for hosting websites i have used it b4 a couple of years ago but they changed it since then it now requires mysql which i have and is working correctly as far as i know it works on any serwer these are the requirements:
Version 2.0 of EasyHost has the following requirements:
A web server that allows Perl/CGI scripts
Perl 5.6.0 or above with the DBI and DBD::mysql modules
Access to an empty MySQL database
i just cant figure out why it wont work |
|
Back to top |
|
 |
Karasu Kami -
Joined: 22 Sep 2003 Posts: 712 Location: Colorado
|
|
Back to top |
|
 |
amt167 -
Joined: 02 Jun 2002 Posts: 75
|
Posted: Mon Feb 02, 2004 11:29 am Post subject: |
|
|
[quote="Karasu Kami"]Do you have perl 5.6.0 installed and ready t ogo on your computer?[/quote]
yup i have version 5.6.1 working fine i think i havent actually tried any other perl scripts but i will try something and post here if that script works |
|
Back to top |
|
 |
amt167 -
Joined: 02 Jun 2002 Posts: 75
|
Posted: Mon Feb 02, 2004 11:43 am Post subject: |
|
|
okay i tried another script and i get this error:
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.
--------------------------------------------------------------------------------
Please try the following:
Open the spacefree.co.uk home page, and then look for links to the information you want.
Click the Refresh button, or try again later.
Click Search to look for information on the Internet.
You can also see a list of related sites.
HTTP 500 - Internal server error
Internet Explorer |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Mon Feb 02, 2004 4:22 pm Post subject: |
|
|
Try a very simple helloworld.pl script. First run it on your PC directly in a console window to check perl is working locally, then put it on your server and test it.
print "Hello World!\n";
Copy to notepad and save as a .pl file. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon Feb 02, 2004 7:25 pm Post subject: |
|
|
amt167,
If you have error 500, this means that the Perl script experienced some problems when being executed. Check log/cgi.log for an error message from Perl. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
amt167 -
Joined: 02 Jun 2002 Posts: 75
|
Posted: Mon Feb 02, 2004 8:32 pm Post subject: |
|
|
ok i checked the log and got this error:
Can't locate go.pl in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib . lib) at easyhost.cgi line 32.
Null filename used at updater_setup.cgi line 62.
Null filename used at updater_setup.cgi line 62. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Feb 04, 2004 2:08 pm Post subject: |
|
|
amt167 wrote: | ok i checked the log and got this error:
Can't locate go.pl in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib . lib) at easyhost.cgi line 32.
Null filename used at updater_setup.cgi line 62.
Null filename used at updater_setup.cgi line 62. |
This means that Perl can't locate an included file. If you are 100% sure that the configuration of the script was done correctly, then edit the script, locate the line that contains go.pl inclusion and include change go.pl with the full path of that file on your computer. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|