Bug #8492
Error under Typo3 4.4
| Status: | Resolved | Start date: | 2010-06-25 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Peter Klein | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Typo3 4.4
pmknewstwitter 0.2.3
When trying to post a feed from a Typo3 News/Timtab Blog entry, the following error appears:
Fatal error: Call to protected method language::readLLfile() from context 'tx_pmkttnewstwitter' in /.../typo3conf/ext/pmkttnewstwitter/class.tx_pmkttnewstwitter.php on line 95
History
Updated by Jonathan Starck almost 3 years ago
- Assignee set to Peter Klein
Updated by Jonathan Starck almost 3 years ago
- % Done changed from 0 to 100
I have a bugfix:
Change:
"$andLabel = $GLOBALS['LANG']->getLLL('tx_pmkttnewstwitter_and',$GLOBALS['LANG']->readLLfile(t3lib_extMgm::extPath('pmkttnewstwitter').'locallang_db.xml'));"
to:
"$andLabel = $GLOBALS['LANG']->sL('LLL:EXT:pmkttnewstwitter/locallang_db.xml:tx_pmkttnewstwitter_and');"
It works :-)
Updated by Peter Klein almost 3 years ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
Thanks Jonathan.
I'll implement your fix in the next release.
I just have to finish updating PMK Shadowbox first, as that's the one of my ext that have received most ratings lately. And I update the ext based on ratings or donations ;)