i tried
PHP Code:
<?php
require_once('classes/error.class.php');
require_once('classes/database.class.php');
require_once('classes/rating.class.php'); ?>
but still it keeps bringing the same error.
Code:
Warning: require_once(error.class.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\include.all.php on line 2
Fatal error: require_once() [function.require]: Failed opening required 'error.class.php' (include_path='.;C:\php5\pear') in C:\wamp\www\include.all.php on line 2
I am thinking that it might be the site definition that is not well set up.
I don't know still doesn't go beyon that point.
Bookmarks