Page 1 of 1

newbie installation problems wih fileloc

Posted: Tue Jan 22, 2008 7:04 am
by ripetungi
Am trying to install CMS for the first time, have followed the instructions and created a blank config.php file and place it in the directory, along with creating a new sql db - 'cms' with username and pass.  Am now trying to complete the installation across the broswer - have tried using the file path - www.ripetungi.co.sh/cmsmadesimple/ and get a 'denied access on this server message'.  Have tried the path - www.ripetungi.co.sh/cmsmadesimple/INDEX.PHP and get the following message -

Warning: main() [function.main]: Unable to access /var/www/vhosts/ripetungi.co.sh/httpdocs/cmsmadesimple/fileloc.php in /var/www/vhosts/ripetungi.co.sh/httpdocs/cmsmadesimple/INDEX.PHP on line 22

Warning: main(/var/www/vhosts/ripetungi.co.sh/httpdocs/cmsmadesimple/fileloc.php) [function.main]: failed to open stream: No such file or directory in /var/www/vhosts/ripetungi.co.sh/httpdocs/cmsmadesimple/INDEX.PHP on line 22

Fatal error: main() [function.require]: Failed opening required '/var/www/vhosts/ripetungi.co.sh/httpdocs/cmsmadesimple/fileloc.php' (include_path='.:') in /var/www/vhosts/ripetungi.co.sh/httpdocs/cmsmadesimple/INDEX.PHP on line 22

Have played around with the server premission, but nothing seems to work - can anyone help me please

Cheers

Robin

Re: newbie installation problems wih fileloc

Posted: Tue Jan 22, 2008 7:36 pm
by baresi
One of the issues may be a case issue, index.php instead of INDEX.PHP for example

Re: newbie installation problems wih fileloc

Posted: Tue Jan 22, 2008 8:10 pm
by alby
And yes, the path is typical of a unix environment while INDEX.PHP (case sensitive) is typical of a windows environment.
Check your FTP transfer

Alby

Re: newbie installation problems wih fileloc

Posted: Tue Jan 22, 2008 8:14 pm
by ripetungi
have tried with the undercase - index.php but message returened can't find file on server.

when you say check the ftp transfer, do you mean remove the directory and transfer it back again?

cheers

Re: newbie installation problems wih fileloc

Posted: Tue Jan 22, 2008 8:25 pm
by alby
ripetungi wrote: have tried with the undercase - index.php but message returened can't find file on server.

when you say check the ftp transfer, do you mean remove the directory and transfer it back again?
FTP can overwrite case sensitive file.
Check case sensitive on your server: CMSMS files are ALL lowercase (I believe but I can ...  :-\ that only the file modules XXXX.module.php are with the first letter capital)

If you check (or in doubt) upload file again

Alby

Re: newbie installation problems wih fileloc

Posted: Tue Jan 22, 2008 9:06 pm
by ripetungi
have changed the all the files in the directory to lowercase get a different error message

Warning: main() [function.main]: Unable to access /var/www/vhosts/ripetungi.co.sh/httpdocs/cmsmadesimple/lib/misc.functions.php in /var/www/vhosts/ripetungi.co.sh/httpdocs/cmsmadesimple/index.php on line 46

Warning: main(/var/www/vhosts/ripetungi.co.sh/httpdocs/cmsmadesimple/lib/misc.functions.php) [function.main]: failed to open stream: No such file or directory in /var/www/vhosts/ripetungi.co.sh/httpdocs/cmsmadesimple/index.php on line 46

Fatal error: main() [function.require]: Failed opening required '/var/www/vhosts/ripetungi.co.sh/httpdocs/cmsmadesimple/lib/misc.functions.php' (include_path='.:') in /var/www/vhosts/ripetungi.co.sh/httpdocs/cmsmadesimple/index.php on line 46

Re: newbie installation problems wih fileloc

Posted: Wed Jan 23, 2008 9:58 am
by alby
ripetungi wrote: have changed the all the files in the directory to lowercase get a different error message

Warning: main() [function.main]: Unable to access /var/www/vhosts/ripetungi.co.sh/httpdocs/cmsmadesimple/lib/misc.functions.php in /var/www/vhosts/ripetungi.co.sh/httpdocs/cmsmadesimple/index.php on line 46

..............
Have you changed to lowercase ALL files in subfolder also?
Upload whole CMSMS pack again and check for case sensitive of your FTP client

Alby