PDA

View Full Version : cause of this error


msnhockey
12-02-2009, 09:27 AM
wondering what the cause of this error might be

Warning: Invalid argument supplied for foreach() in [path]/includes/functions_editor.php on line 710

Lynne
12-02-2009, 01:39 PM
Hard to tell from the little you posted. Since it doesn't happen with default vbulletin, I'd have to guess it is from a modification.

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

define('DISABLE_HOOKS', true);

msnhockey
12-02-2009, 08:58 PM
ok i will try that...

this error always pops up when i create a new thread or post reply to a thread

**also tried your suggestion and it still shows up.

Lynne
12-02-2009, 10:37 PM
What is on line 710 of your functions_editor.php file?

HMBeaty
12-02-2009, 10:40 PM
Create a new style with no parent:

* Styles & Templates > Style Manager > Add New Style
* Parent Style: No Parent Style
* Title: Default vBulletin
* Allow User Selection: Yes
* Save

Then browse the site using that totally default vbulletin style - do you still have the same problem?

msnhockey
12-02-2009, 11:49 PM
i figured it out. when i upgraded it somehow forgot the includes/xml folder. once that was in it fixed all issues that was hapening