My Config.inc.php looks like this:
// always close your URL with ending slash /
//default URL path like
http://www.yourdomain.com/
// where test.php is or your PHP file with rating file
$DEFAULT_URL = "/rating/test.php/";
// default template path where template_test.html and
// template.confirmare.html can be found.
// always close the path with ending slash /
// /home/path/to/your/files/rate/
$TEMPLATE_PATH = "/rating/templates/";
// rate directory, we suggest rate/
// always close the path with ending slash /
// like /home/path/to/your/files/rate/
$RATE_PATH = "rate/";
// rate URL,
// always close your URL with ending slash /
// like
http://www.yourdomain.com/rate/
$RATE_URL = "/rating/rate/";
but if I open the test.php, I get these errors:
Warning: main(rate/cls_rate.php): failed to open stream: No such file or directory in /home/vhosts/darklightdusk.bizhat.com/rating/test_html.php on line 12
Warning: main(): Failed opening 'rate/cls_rate.php' for inclusion (include_path='.:/usr/local/apache2/php/lib/php') in /home/vhosts/darklightdusk.bizhat.com/rating/test_html.php on line 12
ERROR: Specified ROOT dir [/rating/templates/] is not a directory
Fatal error: Cannot instantiate non-existent class: rating in /home/vhosts/darklightdusk.bizhat.com/rating/test_html.php on line 105
please help me
mail: luuk1107
hotmail