Handy PHP
Earn More with LinkConnector
Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Database problem
(1 viewing) 1 Guest
Go to bottom
TOPIC: Database problem
#344
meanne
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Re:Database problem 1 Year, 10 Months ago Karma: 0
Warning: array_merge() [function.array-merge]: Argument #1 is not an array .....in line 600

solution:
old code:

$rows = array_merge($icalrows,$rows);

change this line to:

$rows = array_merge((array)$icalrows,(array)$rows);

joomla fireboard forum showed this solution...
just want to spread it
 
Logged Logged
  The administrator has disabled public write access.
Go to top