Hi,
I just recently updated to the latest version of XOOPS on my host server. My host server provided an automatic install of XOOPS with Fantastico. However, I had to upgrade it, since it installed the previous version of Xoops.
I had no problem with the update. When I logged in, the administration menu and user menu appeared, as normal. However, after I updated my system preferences to use a different theme, the problem started.
I went into the system module and preferences, and changed the default theme setting to a different theme (other than the default theme). After making that change, I tried to log in, but the only things that were displayed were the top banners and the footer. There were no menu blocks showing, which meant I had access to nothing.
I went into my MySQL database on my host server, and went into the xoops_config table, where I changed the _MD_AM_ Dtheme field value back to "default". The value had previously been set to the custom theme I switched to in the system preferences page (when I was still able to access that page through the menu system). Now, after changing that field value to "default", I receive a completely blank page when logging in. The banners and footer are not even there now. I'm not an MySQL or PHP expert here, so I have no clue what is going on, or how I even made it worse.
There are a few things to note here:
1) The custom theme is not the problem, since it worked fine with my other XOOPS installation.
2) There are no modules installed yet, except for the system module.
3) I did make a change in one of the newbb files within the templates folder of the newbb module. However, I made this same change within my old XOOPS site, and it worked fine. Basically, I just added a reference to a color class in my style.css file. I don't really think this is the problem, but I'm mentioning it anyway. The Newbb module is not even installed yet, which further makes this an unlikely cause.
4) Before I updated the preference page in the system module, I selected the option where new files/templates are automatically updated. I forget the exact title of that option.
Anyway, I'm wondering what is going on now, and how I should fix this problem. Any help would be appreciated.
** I just noticed that when I log in and the blank page appears, my URL appears this way:
http://mysite.com/index.php?PHPSESSID=24faa420941f4c74430f68345e9a7bedJust wondering if this gives anyone any clues, since it is the last rendered URL upon the site going dead.
I tried setting the error_reporting to display errors, but no errors show up.
Dave