Hello,
I recently installed PHPTRIAD and PHP-NUKE. It was working fine until i changed the theme and i got these error messages:
Parse error: parse error, expecting ','' or';'' in c:\apache\htdocs\themes\Slash\theme.php on line 246
','' or
Fatal error: Call to undefined function: themesidebox() in c:\apache\htdocs\mainfile.php on line 328
Can anyone tell me what this means and how i can fix it?
Thanx in advance-
First error most likely you are missing a " or ; on that line or an above line
The Second. You should send code over..
It means that a function has been called to do what its suppose to do.
In your case this function was never created.