| Re: Trouble with View user |
| by JCDunnart on 2007/5/12 6:55:57 You can turn off debug mode through the database. If you have phpMyAdmin go to the [prefix]_config table, look for the row where the conf_name = 'debug_mode', click edit and change the conf_value to 0. As for your problem, it seems that you have 2 modules installed which both have a class called 'category'. Class names need to be unique or PHP will throw a fatal error, therefore those 2 modules are incompatible. One of the modules is 'popnupblog'. Did you duplicate the module maybe? Anyway, to fix it you will need to change one of the 'category' class names and change all references within the module to that class as well. |
| Re: Trouble with View user |
| by JS on 2007/5/11 22:30:54 well unfortunatly when I turned on debugging I can't admin the site anymore I can't get to the module managment page to do anything with any of the modules I am really stuck right now |
| Re: Trouble with View user |
| by Quest on 2007/5/11 22:28:54 hmmmmm. I had a problem like what you described with xmemberstats and it was because the flag icons needed to be installed even if I wasn't going to use them and I hadn't done that. Any chance you could have maybe got a download of XOOPS that didn't go so well? You could try downloading it again from a different location then upload the system folder again and update the system module. Sometimes that can fix things with core system manager. Make sure you are backed up first. Quest |
| Re: Trouble with View user |
| by JS on 2007/5/11 22:24:37 The built in user manager is what I am using |
| Re: Trouble with View user |
| by Quest on 2007/5/11 22:23:43 Are you using the standard members or an add on module like xmemberstats? Quest |