0

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.

hakre
  • 193,403
  • 52
  • 435
  • 836
Pipo
  • 299
  • 5
  • 24
  • I feel your pain, when you upgrade something and something goes wrong – dynamic Feb 15 '12 at 16:54
  • i really think it belongs to webmasters.stackexchange.com , already suggested the change – Jonathan DS Feb 15 '12 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 '12 at 16:56

2 Answers2

3

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

davidjwest
  • 538
  • 3
  • 22
1

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.
Nir Alfasi
  • 53,191
  • 11
  • 86
  • 129