0
Welcome Guest! Login
0 items Join Now

mynxx error messages after upgrade to php 5.3

  • mynxx error messages after upgrade to php 5.3

    Posted 13 years 1 month ago
    • My server upgraded server to php 5.3 last week. Now I'm getting various error messages in front and backend.

      One of the messages is:
      Deprecated: Assigning the return value of new by reference is deprecated in /public/sites/www.bestgreencoffee.nl/components/com_virtuemart/themes/vm_mynxx/templates/browse/includes/browse_notables.tpl.php on line 43

      How to solve these error messages. I have upgraded my joomla to 1.5.26.

      Hope to receive support soon.

      Regards
    • hvn's Avatar
    • hvn
    • Newbie
    • Posts: 1
    • Thanks: 0

    Re: mynxx error messages after upgrade to php 5.3

    Posted 13 years 1 month ago
    • I have the same problem. Please HELP!
      Thanks
    • Brian Peat's Avatar
    • Brian Peat
    • Elite Rocketeer
    • Posts: 679
    • Thanks: 5
    • Joomla and Wordpress site developer

    Re: mynxx error messages after upgrade to php 5.3

    Posted 12 years 11 months ago
    • I'm in the same boat. Going to update the mynxx vmart theme tonight, hopefully that'll fix it.
    • Brian Peat
      Peat Creative
      peatcreative.com
    • Brian Peat's Avatar
    • Brian Peat
    • Elite Rocketeer
    • Posts: 679
    • Thanks: 5
    • Joomla and Wordpress site developer

    Re: mynxx error messages after upgrade to php 5.3

    Posted 12 years 11 months ago
    • Aha! after a little sleuthing I found that in the document that's spitting up the error line 49 is this:
      $table =& new HTML_Table('width="100%" cellpadding="0"');

      change it to this:
      $table = new HTML_Table('width="100%" cellpadding="0"');

      Removing the & from the code.

      that fixed it for me.
    • Brian Peat
      Peat Creative
      peatcreative.com
    • Brian Peat's Avatar
    • Brian Peat
    • Elite Rocketeer
    • Posts: 679
    • Thanks: 5
    • Joomla and Wordpress site developer

    Re: mynxx error messages after upgrade to php 5.3

    Posted 12 years 11 months ago
    • FYI, that "=&" or "=& new" command is in a few other mynxx files. I went ahead and changed it in my copy of the theme. So far so good :)
    • Brian Peat
      Peat Creative
      peatcreative.com

Time to create page: 0.051 seconds