The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I get this error when clicking on someone's profile
Parse error: parse error, unexpected T_CASE, expecting ':' or '{' in /home/chadi/public_html/includes/functions_online.php on line 153 Code:
switch($userinfo['activity']) // Album user online Mod case 'album': $userinfo['action'] = 'Browsing album'; $userinfo['where'] = "<a href=\"$userinfo[location]\">$userinfo[location]</a>"; break; // End |
#2
|
||||
|
||||
![]()
case 'album': try
case 'album'; |
#3
|
||||
|
||||
![]()
same error
![]() |
#4
|
||||
|
||||
![]()
Anyone else know?
This happened after I installed the 4images mod (which works) but I don't know how to correct this |
#5
|
||||
|
||||
![]()
You are missing the {} for the switch.
Try ; PHP Code:
|
#6
|
|||
|
|||
![]()
I also found this worked.
PHP Code:
|
#7
|
||||
|
||||
![]()
You missed these guys: {}
PHP Code:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|