[TYPO3-english] IIS 8 rewrite rules

Xavier Perseguers xavier at typo3.org
Mon Aug 26 11:35:29 CEST 2013


Hi,

>> #1: PHP Runtime Notice: Non-static method
>> tx_templavoila_div::convertVersionNumberToInteger() should not be
>> called statically, assuming $this from incompatible context in
>> D:\www\rsbeautiful.be\www\typo3conf\temp_CACHED_FE_ps565b_ext_tables.php
>> line 1213 (More information)

There's a lot of invalid calls (mixing static, non-static) in
extensions. Your example is typical of a static method which is not
marked as such (with "static") or the other way around, a non-static
method which is called as static with self::<method-name> but then who
accesses "$this" and is as such not static.

You may turn off such warnings in php.ini but ideally the code should be
fixed (will be a bit difficult in that case since it's related to
templavoila).

Kind regards

-- 
Xavier Perseguers
Release Manager TYPO3 4.6

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org



More information about the TYPO3-english mailing list