Issue 7: Catchable fatal error
Status:  Fixed
Owner:
Closed:  Feb 2011
Project Member Reported by valandi...@gmail.com, Feb 24, 2011
What steps will reproduce the problem?
1. Use of plugin tags with the option "type=toolbox".

What is the expected output? What do you see instead?
1. It should display the AddThis toolbox inside the specific article, but it produces a PHP catchable fatal error instead (Catchable fatal error: Object of class plgContentValAddThis could not be converted to string..on line 206).

Version affected:
Version 1.3.0 of the plugin.

Solution:
1. Open the file valaddthis.php and remove the first dollar ($) sign on line 206 (it begins with $$this->_currentView).
2. Save the changes back to the file.
3. Alternatively you may download the attached file below and replace the old one.

valaddthis.php
36.9 KB   View   Download
Feb 24, 2011
Project Member #1 valandi...@gmail.com
(No comment was entered for this change.)
Status: Fixed