PDA

View Full Version : hepl


ninjamaster
08-18-2013, 03:44 PM
hi al can any one help please i av got this at the top of my page

Parse error: syntax error, unexpected ']', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/thekarat/public_html/forum/includes/class_profileblock.php(292) : eval()'d code on line 8

can anyone help to sort it please

Lynne
08-18-2013, 03:55 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

ForceHSS
08-18-2013, 04:27 PM
One of your hooks in a custom plugin is causing a problem for block_data

nerbert
08-19-2013, 12:54 AM
Look for a plugin at hook location "'member_profileblock_fetch_unwrapped'".

Look at line 8 of the plugin and see what the problem is. Or post the plugin code here and someone will help.