PDA

View Full Version : array_merge() errors


98EXL
12-01-2004, 01:10 AM
so after doing some hardcore reading, I have found two conflicting solutions that neither one work for my site anymore with PHP5

there is this fix, editing the cmps_index.php file:

http://www.vbadvanced.com/forum/showthread.php?t=3512&highlight=array_merge

then, there is this fix, editing the global.php file:

http://www.vbadvanced.com/forum/showthread.php?t=2800&highlight=array_merge

neither one, separate or together get cmps_index to not error out. Any ideas?

98EXL
12-01-2004, 01:23 AM
oh, and this is the email error I am getting

Database error in vBulletin :

Invalid SQL:
SELECT * FROM style
WHERE (styleid = 0 AND userselect = 1)
OR styleid =
ORDER BY styleid ASC
LIMIT 1

mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY styleid ASC
LIMIT 1' at line 4

mysql error number: 1064

Date: Wednesday 01st of December 2004 12:53:50 AM
Script: http://www1.bwimports.org/forums/cmps_index.php

Our Sponsors
 

98EXL
12-01-2004, 01:18 PM
I submitted a ticket...