To many errors and not defined variables
-
See threads for reason why I vote so bad. When developing you first have to run debug true and @ini_set(‘display_errors’, 1);
@ini_set(‘error_reporting’, E_ALL);
error_reporting(E_ALL);Before you set plugin public.
- The topic ‘To many errors and not defined variables’ is closed to new replies.