[TYPO3-english] [TYPO3 english] 4.3.0beta1 Update + webservice iPhone/Zend Framework

Dmitry Dulepov dmitry.dulepov at gmail.com
Fri Oct 2 12:46:30 CEST 2009


Hi!

Andreas Becker wrote:
>    1. My system ran 4.3.0alpha3 and I updated the source to 4.3.0beta1
>    2. go to install tool
>    3. Update Wizard
>    4. ERROR: *Fatal error*: Cannot redeclare zend_framework_autoload()
>    (previously declared in
>    /var/www/domain/public_html/bee/typo3conf/temp_CACHED_ps980d_ext_localconf.php:1947)
>    in*
>    /var/www/domain/public_html/bee/typo3conf/temp_CACHED_ps980d_ext_localconf.php
>    * on line *1952*

This is easy. Install tool includes these files twice. Just use the following in your extension's ext_localconf.php:

if (!function_exists('zend_framework_autoload')) {
	// Include zend framework here or define functions...
}

-- 
Dmitry Dulepov
Facebook: http://www.facebook.com/dmitryd
Twitter: http://twitter.com/dmitryd
Skype: liels_bugs


More information about the TYPO3-english mailing list