PDA

View Full Version : Help: Parse error in functions_newpost.php


TMSBrad
09-04-2010, 03:06 PM
Please help me correct this error:

Parse error: syntax error, unexpected '/', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /includes/functions_newpost.php(1143) : eval()'d code on line 8I have attached my functions_newpost.php


edit by Lynne: vbulletin file removed.

Lynne
09-04-2010, 03:20 PM
You may not upload the vbulletin files here.

That error looks like it is from a modification. 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);

TMSBrad
09-07-2010, 02:33 PM
The error occurs even after disabling plugins.

borbole
09-07-2010, 02:41 PM
The error occurs even after disabling plugins.

What happens if you overwrite the functions_newpost.php file with a fresh copy from the vb package, your version?

P.s. What is the last modfication/s you did/undid to your forum btw prior to this issue happening?