View Single Post
  #4  
Old 12-04-2015, 04:38 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 396,458
Hall of Famer is on a distinguished road
Default

I see, but judging from the error message, you have a syntax error in the Widget class file, which shows as:

PHP Code:
if($module->php) eval($module->php); 
As you see, this line evaluates the PHP code for a module in your widget, so the syntax error is in the module. Did you edit any modules in ACP? Or did you create a new module with PHP code? If so, it may explain why you get this error.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote