PDA

View Full Version : PHP Error: Existing data passed is not an array



joeschmoe
Sun 2nd Nov '08, 4:13am
Hi, Could you please explain and what causes this error and how to eliminate it.

I haven't received any of these before, and checked the phplog, i got this error, just this one.

+++++++++++++
Fatal error: Existing data passed is not an array<br />
Called set_existing in /home/user/public_html/forums/admincp/thread.php on line 1171<br />
in /home/user/public_html/forums/includes/class_dm.php on line 235
Date: Wednesday 29th of October 2008 12:46:57 PM
Username: John Doe
IP Address: xxx.xxx.xx.xx
+++++++++++++

Jake Bunce
Mon 3rd Nov '08, 1:45am
It looks like you are pruning or moving threads. That error appears to be from a section of code where you select the threads to be acted upon. Did you select any threads?

Errors like this can be caused by customizations. Try disabling your plugins:

Admin CP -> vBulletin Options -> Plugin/Hook System

Also run a file check to look for customized files. Upload the original files if any problems are reported:

Admin CP -> Maintenance -> Diagnostics -> Suspect File Versions

joeschmoe
Wed 5th Nov '08, 3:51am
i might've been moving a thread at that time when it happened, but it seems there's none of it like that anymore. hehe. :)