Hi!
I get this error calling serendipity_admin.php after upgrade (xdebug enabled) :
Fatal error: Cannot redeclare serendipity_ini_bool() (previously declared in ./include/functions_installer.inc.php:21) in /home/roti/public_html/serendipity/include/functions_installer.inc.php on line 23
Call Stack
# Time Memory Function Location
1 0.0026 211880 {main}( ) ../serendipity_admin.php:0
2 0.2939 8733628 require( './include/admin/upgrader.inc.php' ) ../serendipity_admin.php:340
Where is the problem?
Info:
php5.2.4
apache2.2.8
sqlite db
old serendipity 1.2.1
same problem upgrading to 1.3 or 1.4.1
Roti
Cannot redeclare serendipity_ini_bool()
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Cannot redeclare serendipity_ini_bool()
Hi!
Seems somehow on your system include_once/require_once is broken and tries to re-include the same file.
Try to disable xdebug.
Regards,
Garvin
Seems somehow on your system include_once/require_once is broken and tries to re-include the same file.
Try to disable xdebug.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/