gabrielliwerant / abrightcms

A lightweight website and web application framework.
MIT License
2 stars 0 forks source link

cms cannot find core #1

Open illucent opened 11 years ago

illucent commented 11 years ago

how this can be i loaded core files as specified in core installation the path to core files is right permissions are also right (755 or 777) but cms cannot find core

Warning: require_once(/home/u478232299/public_htmlabrightcms/system/core/Loader.php): failed to open stream: 
No such file or directory in /home/u478232299/public_html/abrightcms/application/config/config.php on line 28 Fatal 
error: require_once(): Failed opening required '/home/u478232299/public_htmlabrightcms/system/core/Loader.php' 
(include_path='.:/usr/lib/php') in /home/u478232299/public_html/abrightcms/application/config/config.php on line 28

http://devdevdev.illucent.info/abrightcms/ `

gabrielliwerant commented 11 years ago

The problem might be with the pathing. "/home/u478232299/public_htmlabrightcms" contains no slash between "public_html" and "abrightcms." If you check out the paths.php file in the application/config directory, you will see the place where the FILE_ROOT_PATH is defined. See if changing this manually to better match your server directory will solve the problem. Also remember to use the appropriate domain name, which can be changed in settings.php in the application/config directory.