Am 16.05.2012 09:47, schrieb J. Bakshi:

Dear list,

I have installed rgnewslinks version 1.0.4 with typo3 4.7.0
after installation I get the following error

````````````````````
Fatal error: Call to undefined method t3lib_div::_GPvar() in 
/var/www/mysite/typo3conf/ext/rgnewslinks/class.tx_rgnewslinks_hook.php on line 
73

```````````````````

Could any one suggest; how can I fix this issue ?

Thanks



Since v4.6 this function is removed.

use t3lib_div::_GP() instead of the old one.

BTW: The ext regnewslinks will not be devleoped anymore by the ext-developer.


--
Cheers,
Josef Florian Glatz
blog:  http://typo3blog.at
vcard: http://www.josefglatz.at
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to