| Re: Error after updating to 2.0.18 |
| by _deej_ on 2008/1/10 11:51:48 More info: PHP version: phpMyAdmin 2.6.4 SQL version: MySQL 4.1.22 Register Globals, on/off? Xoops URL: http://djolaf.onedot.nl/dj/ Can you see install.php? Not a new install but an update Can you see index.php? Yes Can you loging? No |
| Re: Error after updating to 2.0.18 |
| by McDonald on 2008/1/9 23:19:52 This code comes from the file class/xoopssecurity.php. If you're not using the default theme, try to change your current theme to the default in your database. The table to edit is (prefix)_config, column=conf_name -> theme_set and set the conf_value to 'default'. Other option, try to login website_url/admin.php Otherwise, report this as core bug and after this go back to 2.0.17 because 2.0.18 contains some sanitizing bugs. |
| Re: Error after updating to 2.0.18 |
| by mboyden on 2008/1/9 22:59:37 It sounds likely to do with the xoopssecurity (but could be a couple of other things). However, it would help to have more information. Please use the troubleshooting FAQ to get started and see if you get more info to share that way. |
| Error after updating to 2.0.18 |
| by _deej_ on 2008/1/9 22:07:13 Hello, After updating my site from 2.0.17 to 2.0.18 I got the following error in the top of my page: le="color: #000000"><?php ashtml = false) { if (!$ashtml) { return $this->errors; } else { $ret = ''; if (count($this->errors) > 0) { foreach ($this->errors as $error) { $ret .= $error.' I checked index/header/footer/template.php but I can't find this code there. I can't login now. When I change the template in the mysql-settings, I still get the same error. Can anybody help me with this one? |