Sep 20, 2007 #1 ghus32 IS-IT--Management Jun 4, 2007 20 CA Anyone have this error when upgrading php?
Sep 20, 2007 Thread starter #2 ghus32 IS-IT--Management Jun 4, 2007 20 CA guys I have figured the error out Thanks Upvote 0 Downvote
Sep 20, 2007 #3 sleipnir214 Programmer May 6, 2002 15,350 US Share, please. Want to ask the best questions? Read Eric S. Raymond's essay "How To Ask Questions The Smart Way". TANSTAAFL! Upvote 0 Downvote
Share, please. Want to ask the best questions? Read Eric S. Raymond's essay "How To Ask Questions The Smart Way". TANSTAAFL!
Sep 20, 2007 Thread starter #4 ghus32 IS-IT--Management Jun 4, 2007 20 CA This error occured when I upgraded from older version of php. I read some other forums and found out I needed to change: return new MySQLResult($this,$queryResource); } To: $output = &new MySQLResult($this,$queryResource); return $output; } From my research this is a common error when upgrading to a newer version of PHP Upvote 0 Downvote
This error occured when I upgraded from older version of php. I read some other forums and found out I needed to change: return new MySQLResult($this,$queryResource); } To: $output = &new MySQLResult($this,$queryResource); return $output; } From my research this is a common error when upgrading to a newer version of PHP