• Entries (RSS)
  • Comments (RSS)

Joomla does not support PHP 5.3

Posted by | Posted in OpenSource, Tips and Tricks | Posted on 13-Jan-2010

Tagged Under : ,

Are you getting these errors in Joomla?

Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference, value given in /home/xx/public_html/libraries/joomla/cache/handler/callback.php on line 99

or

Warning: Parameter 1 to HTML_content::show() expected to be a reference, value given in /home/xx/public_html/travel/includes/Cache/Lite/Function.php on line 92

Its because Joomla does not support PHP 5.3 or PHP 5.3.1

Just downgrade your PHP version and these errors will go away

Share This:
  • Facebook
  • Digg
  • Google Bookmarks
  • Sphinn
  • del.icio.us
  • Fark
  • LinkedIn
  • Live
  • MySpace
  • StumbleUpon
  • Technorati
  • Yahoo! Buzz
  • RSS

Related Posts (auto suggestions based on tags)

Comments

9 comments posted on Joomla does not support PHP 5.3

  1. My host has also decided to take the move to php 5.3. Sadly, this causes a big problem with the websites I designed with joomla 1.0: content disappears everywhere!

    Here is a simple solution to fix it:
    Open /includes/Cache/Lite/Function.php and replace at line 74:

    $arguments = func_get_args();
    with:

    $arguments = func_get_args();
    $numargs = func_num_args();
    for($i=1; $i < $numargs; $i++){
    $arguments[$i] = &$arguments[$i];
    }

    Hope it will help :)

  2. Awsome Alexis, thanks a lot :) it works :) however I have a question to you, if I make that change, will it work on older versions of PHP too or it needed to be change back?

  3. May you correct the joomla 1.5?

  4. Many thx, it saved my day ;-)

  5. You are most welcome

  6. You ROCK – thank you so much. :)

  7. TQ so muchhhhhhhhhhhh :)

  8. Your most welcome

  9. Thanks for wonderful help………

Post a Comment

Get Adobe Flash playerPlugin by wpburn.com wordpress themes