webempoweredchurch / starter_package

Church and ministry-specific package for the TYPO3 CMS
http://webempoweredchurch.org
1 stars 0 forks source link

MetaTags should be replaced #3

Open jsegars opened 13 years ago

jsegars commented 13 years ago

From Andreas Becker:

Metatags needs to be replaced as it holds deprected functions in 4.5

Uncaught TYPO3 Exception

1: PHP : Function ereg_replace() is deprecated in /home/zx-manuel/domains/my.lgv.org/public_html/typo3conf/ext/metatags/meta.php line 85

t3lib_error_Exception thrown in file /var/a1/t/typo3_src-4.5.0/t3lib/error/class.t3lib_error_errorhandler.php in line 106.

10 t3lib_error_ErrorHandler::handleError(8192, "Function ereg_replace() is deprecated", "/home/zx-manuel/domains/my.lgv.org/public_html/typo3conf/ext/metatags/meta.php", 85, array) 9 ereg_replace()

I could give you our modified seo extension (based on iggy's extension but we build in also stuff from other extensions and codecleaner. Finall you would have the chance also to put your "webempowered church" in - simply replace our part. The language and realurl/cooluri part isn't working until now but will as we are working on it. - see attached file/

jsegars commented 13 years ago

Hey Andi, These are actually deprecated PHP functions for PHP 5.3+ and not related to TYPO3 4.5. We'd be open to changing to a different metatags extension at some point, but anything we use needs to be available in the TER. We tend to be very conservative about what is included in the Starter Package.

Thanks, Jeff