Bug #38288
wt_spamshield is not compatible with Typo3 4.7
| Status: | Resolved | Start date: | 2012-06-22 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Bjoern Jacob | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 0.9.0 | |||
| Votes: | 4 (View) |
Description
wt_spamshield is not compatible with Typo3 4.7. When used with ve_guestbook you get the error:
Fatal error: Call to undefined method t3lib_div::GPvar() in /var/www/webXXX/html/meineseite/typo3conf/ext/wt_spamshield/ext/class.tx_wtspamshield_ve_guestbook.php on line 85
There is no entry created.
Substituting in Script (line 85) "t3lib_div::GPvar()" by t3lib_div::_GP(), the problem seems solved first, but there is a TYPO3 error:
Oops, an error occurred!
Validation failed for: meineseite.de <webmaster@meineseite.de>
More information regarding this error might be available online.
History
Updated by Gernot Ploiner 11 months ago
That's right.
Solution:
Change the line to this: 'formvalues' => print_r($formArray,1),
The Error disappears but it still does not work.
Also with the new "form" Extension und the new Powermail-Version :-(
This Spamshield Extension is a very good Extension - pleas make it comatible with the new Form Extensions.
Updated by Gernot Ploiner 11 months ago
- Assignee set to Alex Kellner
Updated by Stefan Aebischer 10 months ago
There is another error whie logging spam mails in wt_spamshield/functions/class.tx_wtspamshield_log.php on line 57
The solution is to change this line to:
$formValues = t3lib_div::compat_version('4.7') ? t3lib_utility_Debug::viewArray($formArray) : t3lib_div::view_array($formArray);
Updated by Bjoern Jacob 6 months ago
- Status changed from New to Accepted
- Assignee changed from Alex Kellner to Bjoern Jacob
Updated by Bjoern Jacob 5 months ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Resolved in 0.9.0
Updated by Bjoern Jacob 5 months ago
- Target version set to 0.9.0