Issue 1: Problem after install
Status:  Fixed
Owner: ----
Closed:  Jul 2010
Reported by terill...@gmail.com, Jul 13, 2010
What steps will reproduce the problem?

1. Install and Enable

What is the expected output? What do you see instead?

Should see a button in the article, but instead see errors.

What version of the product are you using? On what operating system?

Using 1.2.0 rounded and regular.  Both have the issue.

Please provide any additional information below.

Notice: Undefined index: in C:\Website\plugins\content\valaddthis.php  on line 400

Notice: Undefined index: in C:\Website\plugins\content\valaddthis.php on line 401

Notice: Undefined index: in C:\Website\plugins\content\valaddthis.php on line 402

Notice: Undefined property: plgContentValAddThis::$_swf_string in C:\Website\plugins\content\valaddthis.php on line 595





Jul 30, 2010
Project Member #1 valandi...@gmail.com
Notice warnings aren't bugs in the plugin and they could be suppressed by changing the error_reporting variable in your PHP.ini. error_reporting could be set to show all errors except those for notices and coding standards warnings: error_reporting = E_ALL & ~E_NOTICE.

If you can't change the PHP.ini file, try to replace "valaddthis.php" with the attached file here; I inserted a line with the command "error_reporting (E_ALL ^ E_NOTICE);", which shows all PHP errors except notices! Let me know if it worked for you.
valaddthis.php
31.8 KB   View   Download
Labels: -Priority-Medium Priority-Low
Jul 30, 2010
Project Member #2 valandi...@gmail.com
(No comment was entered for this change.)
Status: Fixed
Labels: -Type-Defect -Priority-Low