68class 4.1.2 Dev and PHP 5.3.x compatibility

Discussion in 'Technical Support' started by Yasser, Sep 6, 2012.

  1. Yasser Customer

    Hi..

    My web hosting provider upgrading hosting server to php 5.3.16 and i believe there will be some issue with that..

    i am running v4.1.2 Developer and have tested 68classified on my local machine with php 5.3.14 and some errors :

    Deprecated: Assigning the return value of new by reference is deprecated in
    /Volumes/Wamp/www/68class/includes/classes/kernel/Library.php on line 41

    Deprecated: Assigning the return value of new by reference is deprecated in
    /Volumes/Wamp/www/68class/includes/classes/kernel/Library.php on line 45

    Deprecated: Assigning the return value of new by reference is deprecated in
    /Volumes/Wamp/www/68class/includes/classes/kernel/Library.php on line 50

    Deprecated: Assigning the return value of new by reference is deprecated in
    /Volumes/Wamp/www/68class/includes/classes/kernel/Library.php on line 56

    Deprecated: Assigning the return value of new by reference is deprecated in
    /Volumes/Wamp/www/68class/includes/classes/kernel/Library.php on line 63

    Deprecated: Assigning the return value of new by reference is deprecated in
    /Volumes/Wamp/www/68class/includes/classes/kernel/Library.php on line 71

    Deprecated: Assigning the return value of new by reference is deprecated in
    /Volumes/Wamp/www/68class/includes/classes/kernel/Library.php on line 129

    and

    Deprecated: Function set_magic_quotes_runtime() is deprecated in
    /Volumes/Wamp/www/68class/includes/init.php on line 212



    can someone advice me if there is a compatibility problem or what files need to be replaced or updated with newer version?


    Thanks
  2. Mike-N-Tosh Developer & Moderator

    You need to update your version of 68 Classifieds to the latest version at this time which is v4.2.4.
  3. Yasser Customer

    Thanks Mike..
    I understand that a lot of changes and updates i have skipped since 4.1.2 and the changes log is quite long.

    its looks like a nightmare

    i have to restore all my changes too.

    I have downloaded v4.2.4, just before installing,,, do i have to install previous versions or i can go directly with 4.2.4?
  4. Mike-N-Tosh Developer & Moderator

    You can go directly to the latest version.

    Just ensure when you "restore" your changes that none of your changes are deprecated as well and are fully php5.3.x compatible.

    This is also why I ALWAYS recommend making customizations via smarty plugins or modules. It makes upgrading much easier.

Share This Page