PHP Classes

Error on php 4.4.4

Recommend this page to a friend!

      MultiSort  >  All threads  >  Error on php 4.4.4  >  (Un) Subscribe thread alerts  
Subject:Error on php 4.4.4
Summary:This works on my test server but when uploaded it does not
Messages:2
Author:Charles Wilkins IV
Date:2007-05-16 12:52:00
Update:2007-05-16 20:11:59
 

  1. Error on php 4.4.4   Reply   Report abuse  
Picture of Charles Wilkins IV Charles Wilkins IV - 2007-05-16 12:52:00
Here is the Error Message :

Parse error: syntax error, unexpected '=', expecting ')' in /home/chasiv/public_html/CBBFL/includes/class[1].multisort.php on line 118


Any ideas ?? The only difference I can find in the PHP is that the online server uses 4.4.4 and I use 5.1.6 on my test server

  2. Re: Error on php 4.4.4   Reply   Report abuse  
Picture of Charles Wilkins IV Charles Wilkins IV - 2007-05-16 20:11:59 - In reply to message 1 from Charles Wilkins IV
More info...

It appears the server does not allow you to pass variables by Reference (which is now standard for PHP). Any ideas on a fix?