please help me.....
Code: Select all
[color=#FF0000]Warning: require_once(photo_gallery\includes\config.php) [function.require-once]: failed to open stream: No such file or directory in J:\wamp\www\photo_gallery\includes\initialize.php on line 18[/color]
[color=#FF0000]Fatal error: require_once() [function.require]: Failed opening required 'photo_gallery\includes\config.php' (include_path='.;C:\php5\pear') in J:\wamp\www\photo_gallery\includes\initialize.php on line 18[/color]
Code: Select all
require_once(LIB_PATH.DS.'config.php');
Code: Select all
defined('SITE_ROOT') ? null :
define('SITE_ROOT', DS.'photo_gallery');
defined('LIB_PATH') ? null :
define('LIB_PATH', 'photo_gallery'.DS.'includes');