The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Error in Updating Counters
I am getting this error when i try to open the Update Counters Page of Admincp:
Parse error: syntax error, unexpected $end in /home/crackeds/public_html/acp/misc.php on line 1843 Any help? |
#2
|
|||
|
|||
The only thing I can think of is to check the file /home/crackeds/public_html/acp/misc.php and make sure it's not messed up (like maybe it ends on line 1843 instead of 1943 like it should), and upload it again if needed.
ETA: if not, I guess also check the phrase 'rebuild_similar_threads' and make sure that looks OK. |
#3
|
||||
|
||||
Try to replace the misc.php file with a fresh copy from the vb package of your version and see if that would help
|
#4
|
|||
|
|||
i replaced the file... it is 1843 lines both in my fresh copy and my faulty copy.
|
#5
|
|||
|
|||
Well come to think of it, it could be a different version than mine so maybe 1843 is right for yours. What's the end of the file look like?
ETA: I'm working on a test site that has version 3.8.3 and the end of mine looks like this: Code:
($hook = vBulletinHook::fetch_hook('admin_maintenance')) ? eval($hook) : false; print_cp_footer(); /*======================================================================*\ || #################################################################### || # Downloaded: 15:24, Sat Jul 25th 2009 || # CVS: $RCSfile$ - $Revision: 29337 $ || #################################################################### \*======================================================================*/ |
#6
|
|||
|
|||
yes that is how it looks. i do have the ending ?> at the bottom of the info box.
thats it. |
#7
|
|||
|
|||
Oops - yeah, so do I but I accidentally left it off.
|
#8
|
|||
|
|||
ugh i have no idea what is going on or what is wrong
|
#9
|
|||
|
|||
You could try disabling any installed mods to see if that helps. Specifically, that file includes code from the "admin_maintenance" hook, so you could see if you have any plugins uising that hook.
|
#10
|
|||
|
|||
vbexperience was the only one... i removed it.. its still gettting the same damn error
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|