...
New version of codefight cms is now available for download. Just a new skin + few bug fixes + removed “admin/” from url to work in above server environment as well.
continue reading ...
try new version and let me know if it solved your issue. If not can you send me the url, so i can have a look at the issue.
You can add $reduce_space = false; somewhere at the beginning of the function to fix that issue.
if(!is_array($this->menu) || empty($this->menu)) return FALSE;
//add this line.
$reduce_space = false;
app/frontend/libraries/Menu.php
I get this error entering the frontend:
"A PHP Error was encountered
Severity: Notice
Message: Undefined variable: reduce_space
Filename: libraries/Menu.php
Line Number: 151"
The error started appearing after removing some items of the menu that i dont need.
This error appears when you dont have active links in a menu.
Author dbashyal has posted total 30 posts.
Date: 27-07-2010 17:24:40pm