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
newbie installation problems wih fileloc
Re: newbie installation problems wih fileloc
One of the issues may be a case issue, index.php instead of INDEX.PHP for example
Re: newbie installation problems wih fileloc
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
Check your FTP transfer
Alby
Re: newbie installation problems wih fileloc
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
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
FTP can overwrite case sensitive file.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?
Check case sensitive on your server: CMSMS files are ALL lowercase (I believe but I can ...

If you check (or in doubt) upload file again
Alby
Re: newbie installation problems wih fileloc
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
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
Have you changed to lowercase ALL files in subfolder also?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
..............
Upload whole CMSMS pack again and check for case sensitive of your FTP client
Alby