script errors getting logged
-
Hi there.
This works great, but seems to be turning up errors in the log that look like this:
bla=false, referer: https://maps.glin.net/cmsdev/category/mapgallery/
Commenting out these lines seems to fix the issue:
error_log("bla=".print_r(WPCTC_Settings::get_instance()->settings['general']['do-not-load-scripts'], true)); error_log("bla=".(!isset(WPCTC_Settings::get_instance()->settings['general']) ? "true" : "false")); error_log("bla=".(!isset(WPCTC_Settings::get_instance()->settings['general']['do-not-load-scripts']) ? "true" : "false")); error_log("bla=".(WPCTC_Settings::get_instance()->settings['general']['do-not-load-scripts'] != 1 ? "true" : "false")); ./wp-content/plugins/wp-category-tag-could/classes/wp-category-tag-cloud.php
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘script errors getting logged’ is closed to new replies.