[TYPO3-english] typo3 4.7 issue with rgnewslinks

2012-05-16 Thread 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

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] typo3 4.7 issue with rgnewslinks

2012-05-16 Thread Josef Florian Glatz

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


Re: [TYPO3-english] typo3 4.7 issue with rgnewslinks

2012-05-16 Thread J. Bakshi
On Wed, 16 May 2012 10:47:01 +0200
Josef Florian Glatz ty...@josefglatz.at wrote:

 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.
 
 

Many many thanks. The problem Solved.


-- 
**
Registered Linux User 524244
 
//PERSON
name: Joydeep Bakshi
city: KOLKATA
state: WEST BENGAL
country: IN
usage: Home, Work
started: sep 2001
homepage: http://jbakshi.50webs.com
*
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english