Active
Project:
jQuery Plugin Handler (JQP)
Version:
6.x-2.5
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2010 at 00:54 UTC
Updated:
5 Nov 2010 at 00:54 UTC
Don't know how much people are worried about this but under PHP 5.3.x production error reporting error_reporting = E_ALL & ~E_DEPRECATED there are a number of undefined variable notices such as $requirements and $replacements .
Setting error_reporting = E_ALL & ~E_NOTICE in php.ini will stop these errors from appearing.