View Single Post
Old February 27th, 2005, 06:01 PM   #10 (permalink)
Sir_Varadero
Junior Member
Verified Customer
 
Join Date: Feb 2005
Location: Switzerland
Posts: 1
Quote:
Originally Posted by nexia
... this bug is related to the vB integration, not vB itself...

in header-inc.php, add this in the begining of the vb3 integration:
Code:
Content visible to verified customers only.
... the array-merge call is requesting the entire list of arrays to be filled, and you don't have all of the them yet... creating them will stop the error.

(it's never good to suggest to edit php.ini when the problem is error reporting...)
I did edit the php.ini and tried the option to turn off the display errors - but the problem was still present! (running on WinXP, Apache 2.0.52, PHP 5.0.3 and MySQL 4.1.10)

Your hint about creating those arrays solved the problem - thanks a lot for the help!
Sir_Varadero is offline   Reply With Quote