ispCP - Board - Support
[ERLEDIGt]Update 1.04 -> 1.05 mit zend - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+---- Forum: Archiv (/forum-54.html)
+---- Thread: [ERLEDIGt]Update 1.04 -> 1.05 mit zend (/thread-10709.html)



[ERLEDIGt]Update 1.04 -> 1.05 mit zend - maggot - 05-17-2010 07:56 PM

Bei mir ist gerade das Update mit folgender Meldung abgebrochen:

Update ispCP database schema - FAILED
FATAL: An error was occured during update process!
Correct it and re-run this program.


cat /tmp/ispcp-update-database.log
PHP: Error parsing /etc/php5/cli/conf.d/zendoptimizer.ini on line 3

cat /etc/php5/cli/conf.d/zendoptimizer.ini
zend_optimizer.optimization_level=15
zend_extension="/usr/share/zendoptimizer/ZendOptimizer.so"
ini_set( "zend.ze1_compatibility_mode" , "0" );

Da komme ich jetzt nicht ganz mit....


RE: Update 1.04 -> 1.05 mit zend - tomdooley - 05-17-2010 08:29 PM

Quote:ini_set( "zend.ze1_compatibility_mode" , "0" );

Das sollte sicherlich nicht in der ini-Datei stehen. Ich vermute, es soll

Code:
zend.ze1_compatibility_mode = 0

lauten ;-)


RE: Update 1.04 -> 1.05 mit zend - maggot - 05-17-2010 08:43 PM

wo er recht, hat hat er recht.....funktioniert supi, Danke !