I have been trying to install mambo 4.5.3/2 and now joomla 1.0 for the last 2 days with different problems which I think will have the same resolution...
Mambo 4.5.3 installation both admin and public sites are completely blank after what seems to be an error free install.
4.5.2 and jos 1.0 installs ok and I have access to both sites, but when I click on the new icon to create a new menu item I get a blank page.
I have done some investigating in the com_menu source and found where the problem is, but I'm having trouble resolving it.. Lack of PHP knowledge..
My findings are:
In file /administrator/components/com_menus/admin.menus.php line:724 (joomla 1.0)
Code:
if ($xmlDoc->loadXML( $xmlfile, false, true )) {
I have commented out certain bits of code and found the error is happening on the line above. This is where it is looping through all the directories in the com_menus directory and parsing the xml file.
If I move all the directories from mos_menus the page renders but with no options - as expected..
If I move all content_* dir out it works fine every time...(refreshed about a dozen times with no problems) If I move any one of the *category or *section dirs back in then it randomly cycles through a page with only header and a fully working page.. If I move more dir in then it gives a blank page everytime...
If I move all directories out and start adding content_* directories back in, it take around 6 dirs before starts giving blank pages.. depending on what 6 the frequency changes, then again it is random I am trying about 8 refreshes for each combination I try..
I would prefer to get Joomla working, just recording the problems I had with mambo as they may help resolve..
I also have troubles with other components.. ie clicking upload files in zoom also gives a blank page...
I have a feeling it is the verion of PHP and or its xml parsing.
My server details are below.
Redhat Linux Fedora core 4 (64 bit linux - 64 bit intel processor)
PHP 5.0.4 (from rpm in redhat install)
mysql 4.1.11 (from rpm in redhat install)
Apache 2.0.54 (Fedora)
Any help would be appreciated.

Jason Bradfield.