PDA

View Full Version : Error!


Blootix
02-12-2005, 09:54 PM
I put in all the codes for this hack, but afterwards when I try to modify the templates, there's an Error!

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/phalanx/public_html/board/includes/init.php on line 547

Please can someone help?

EDIT: Version: Latest version.
Where it happens: Anytime when I try to access any part of my board.
vB version: 3.0.6.

Previously installed hacks:
v3Arcade
Advanced Warning System
Trader Ratings

Nevermind, I fixed it. It seems that when editing init.php, there should be a , after 'utt_store_act'

// ## <ucs>
'stylecache',
'utt_store_act'
// ## </ucs>

Should be:
// ## <ucs>
'stylecache',
'utt_store_act',
// ## </ucs>

So for people who installed the v3Arcade, be careful while installing this.

axi
06-03-2005, 07:56 PM
thanks bro
just came accross it
and you answered my question!