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
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to