| Re: migration problem! |
| by trabis on 2010/5/24 13:03:58 line 103 $t =& new XoopsFormCheckBox( has nothing to do with XoopsLogger!!! I think problem is with php 5.3.1, there must be a bug in that version because code works fine in 5.3.0. Class XoopsLogger is one of the first classes loaded by Xoops. How can the class disappear??? Now, if you change the line into $t = new XoopsFormCheckBox( it should work as expected. I'm having problems with 5.3.1 in wamp. |
| Re: migration problem! |
| by Anonymous on 2010/5/23 23:37:31 Same fatal error happened with smartfaq. XOOPS 2.4.5 PHP 5.3.1 |
| Re: migration problem! |
| by hrac on 2010/2/28 22:53:42 Fatal error: Class 'XoopsLogger' not found in D:\xampp\htdocs\latest\modules\lawsuit\class\elementrenderer.php on line 103 |
| Re: migration problem! |
| by sailjapan on 2010/2/28 22:48:16 Error messages, please. |
| Re: migration problem! |
| by hrac on 2010/2/28 11:30:00 Hello, I have same problem. I'm using XAMPP 1.7.3 and XOOPS 2.4.4. When I use on my production I don't have problem, but when I try to use it on test environment on XAMPP I have this problem. My configuration is: Windows XP SP3 XOOPS 2.4.4 XAMPP 1.7.3 # Apache 2.2.14 (IPv6 enabled) + OpenSSL 0.9.8l # MySQL 5.1.41 + PBXT engine # PHP 5.3.1 Could this happen because of Apache or PHP configuration? Which parameter should I correct. Any idea? Thanks |