cannot find cmsimple after installation

Questions about how to install and problems installing - please read the documentation first!
Post Reply
ArjenW
Posts: 3
Joined: Sat Mar 28, 2009 6:59 pm

cannot find cmsimple after installation

Post by ArjenW » Sat Mar 28, 2009 7:07 pm

I had a website running in good order. But i needed it to transfer it to another URL: http://www.schoondrinkwaterinsuriname.nl/
This is a long URL and my webprovider gave me a map on the webserver with a shortened name: schoondrinkwaterinsu/www

Now I have the problem that the website is not running.
I get the following message in screen:

Code: Select all

Warning: include(./cmsimple/cms.php) [function.include]: failed to open stream: No such file or directory in D:\www\schoondrinkwaterinsu\www\index.php on line 1

Warning: include(./cmsimple/cms.php) [function.include]: failed to open stream: No such file or directory in D:\www\schoondrinkwaterinsu\www\index.php on line 1

Warning: include() [function.include]: Failed opening './cmsimple/cms.php' for inclusion (include_path='.;C:\php-pear\pear') in D:\www\schoondrinkwaterinsu\www\index.php on line 1


Afther changing the index.php into

Code: Select all

<?php include('D:/www/schoondrinkwaterinsu/www/cmsimple/cms.php'); ?> 

the following message appears:

Code: Select all

Config file missing
What can i do to resolve the problem? Can I reprogram some code, or does net webhoster need to change something?

ZiPs
Posts: 633
Joined: Thu May 22, 2008 6:17 pm
Location: Faxe, Denmark
Contact:

Re: cannot find cmsimple after installation

Post by ZiPs » Sat Mar 28, 2009 7:35 pm

Hi ArjenW

Why change it, this should work

Code: Select all

<?php include('./cmsimple/cms.php'); ?>
/ZiPs
Preben Dahl | Webmaster cmsimple.dk | Projekt-og domæne ejer Gert Ebersbach

ArjenW
Posts: 3
Joined: Sat Mar 28, 2009 6:59 pm

Re: cannot find cmsimple after installation SOLVED

Post by ArjenW » Sun Mar 29, 2009 7:39 pm

The problem has been solved.

It had to do with the rights on the server.

I had changed those to write and execute already, but didn't work. After unsetting them and setting it again, it worked fine!

Post Reply