The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
PHP Error
I have edited the adminpermissions.php file for PHP compatibility but the edits are causing a 500 error. Any ideas?
Old code: $permsphrase["$title"] = $vbphrase["$values[phrase]"]; New Code: $permsphrase["$title"] = $vbphrase["$values['phrase']"]; |
#2
|
||||
|
||||
Give this a try:
Code:
$permsphrase["$title"] = $vbphrase[$values['phrase']]; |
2 благодарности(ей) от: | ||
Hostboard, TheLastSuperman |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|