Hi, I have installed Pligg in local with easyphp but after installation and lanched the site appears the following line:
Notice: Undefined index: template in C:\Programmi\EasyPHP 2.0b1\www\PLIGG\config.php on line 66
Inclose image:
http://img123.imageshack.us/img123/7544/pliggac8.png
config.php line 66:
$cookie_template = $_COOKIE['template'];
if(isset($cookie_template) && file_exists("./templates/".$cookie_template."/link_summary.tpl") && strpos('.', $cookie_template) === 0){
$thetemp = $_COOKIE['template'];
}
What do I modify?
Thanks.




Linear Mode




