The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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:
|