Hello
I have installed cmsimple (www.cmsimple.dk). Now that error message:
Warning: include() [function.include]: Failed opening './cmsimple/cms.php' for inclusion (include_path='.;C:\php5\pear')
The starting index.php contains this code:
<?php include('./cmsimple/cms.php');?>
The paths and file locations are correct:
wwwroot/cmsimple/index.php
wwwroot/cmsimple/cmsimple/cms.php
If I change to <?php include('cmsimple/cms.php');?> then cms.php starts but itself raises an erro including another file.
Regards Nicolo