i have solved the error but i dont know the author intention in this !!!!!!!!!!!!!...
i have solved the error issue by commenting out the code that caused the error in the view file admin_pages_home.php :
echo "<td>";
if (!preg_match("/\.html$/",$list['path'])){
$list['path'] .= ".html";
}
echo "/". $list['path'];
// if ($category['id'] == 0){
// echo "/". $list['path'];
// }else{
// echo "/". $cats[$list['id']]. "/". $list['path'];
// }
echo "</td>";
mr myer can you please explain to us how to solve this error without commenting out this code ?
what you intended to do with the page path we dont understand ?
thanks.
Last edited by zoro12; November 24th, 2011 at 01:06 PM..
|