PDA

View Full Version : Forum error


Zowners
01-21-2007, 03:59 PM
Hi iam posting this because i cannot access my forum any more iam getting a

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/.greybear/paramorefans/paramorefans.com/boards/includes/functions.php on line 4704

Parse error: syntax error, unexpected '"' in /home/.greybear/paramorefans/paramorefans.com/boards/includes/functions.php on line 4704


I was trying to add the nested quote option from this thread
https://vborg.vbsupport.ru/showthread.php?t=124334

i followed the instructions but something went wrong and i dont know what to do =(
please help, iam very worried

thanks in advance

TTG
01-21-2007, 04:12 PM
To disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

This will disable all hooks and allow you to log in properly with no hooks running.

Remove the additional line once you've gained access to your admincp and removed the problem product.

Zowners
01-21-2007, 04:17 PM
um i dont quite get it, this is not a plug in = /

TTG
01-21-2007, 04:34 PM
If it's not a plugin, simply replace the backup .php files you edited and all should be Ok.

You DID save a backup of the original files !?

da420
01-21-2007, 04:34 PM
For that hack you had to make a change to functions.php, I would over write that file with the default vBulletin file, and see if that helps.

Zowners
01-21-2007, 06:04 PM
For that hack you had to make a change to functions.php, I would over write that file with the default vBulletin file, and see if that helps.


yeah i overwrote the .php file and worked like a charm
thanks =)