I've a site built in Joomla 1.5, it was working good, after upgrading my server php to 5.3.3 the menu doesn't appear any more.

Any suggestions?

link|improve this question

29% accept rate
I feel your pain, when you upgrade something and something goes wrong – yes123 Feb 15 at 16:54
i really think it belongs to webmasters.stackexchange.com , already suggested the change – jonathan Feb 15 at 16:54
Enable error reporting (in Joomla and on your server) to see the issues. I ported a Mambo to php 5.3, so it can be done for Joomla!, you just need to know exactly what the issues are – Damien Pirsy Feb 15 at 16:56
feedback

closed as off topic by casperOne Feb 17 at 3:40

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

2 Answers

up vote 1 down vote accepted

Joomla isn't compatible with PHP 5.3.3 until after Joomla v1.5.15, either upgrade Joomla or "downgrade" your PHP version.

link|improve this answer
Thanks you, I'll upgrade to higher joomla version – Pipo Feb 15 at 17:21
feedback

In case upgrading Joomla doesn't solve the problem do the following:

  1. In Joomla admin control panel, go to: Global Configuration --> Debug System and choose "yes"
  2. then go to tools --> clean cache: check all the boxes and click on the "delete" icon
  3. go back to your website and see the debug errors on the bottom of the screen.
  4. Update this post with the error.
link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.