The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I keep getting an error message about not being able to use a scalar value as an array in [path]/global.php(607); eval()'d code on line 200.
Anybody? |
#2
|
||||
|
||||
![]()
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php PHP Code:
|
#3
|
|||
|
|||
![]()
but how can i find out what one is exactly using that global file?
|
#4
|
||||
|
||||
![]()
Turn off one mod at a time and see if the error disappears. If it does, then that is the mod causing problems.
|
#5
|
|||
|
|||
![]()
it happens at random for certain users. but most have stopped logging on. I never seen the error.
|
#6
|
||||
|
||||
![]()
If you look at line 607 in global.php, that will help you find out where the error is coming from. In my global.php file, it is a template causing the error, so I would start by looking at that template. However, you didn't say what version you are running, so I don't know that your line 607 is the same as mine.
|
#7
|
|||
|
|||
![]()
3..8.3
someone just reported Warning: Cannot use a scalar value as an array in [path]/global.php(607) : eval()'d code on line 201 --------------- Added [DATE]1247102073[/DATE] at [TIME]1247102073[/TIME] --------------- this is on 607 ($hook = vBulletinHook::fetch_hook('parse_templates')) ? eval($hook) : false; 201 is { |
#8
|
||||
|
||||
![]()
Your error is on 607 of global.php (as I said in my post) and it is caused by a modification using the parse_templates hook location. You need to disable that modification to get rid of the error. Then you may post in the modification thread for help fixing it.
|
#9
|
|||
|
|||
![]()
What mod? I dont want to disable every mod and this happens at random
|
#10
|
||||
|
||||
![]()
I have no idea what mod. Take a look at your Plugins and it has a column that lists the hook location. That should help you narrow it down since it will be a modification that uses that hook location.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|