Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
657
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
657
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
658
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
658
jverbosky
Warning: Attempt to read property "supported_until" on string in
/home/skattf/public_html/wp-content/themes/helpdesk/core/libraries/vendors/bbpress/init.php on line
109
Hi Chris!
OK, I determined the issue.
Line 68 of the sd-shortcodes.php file (for the sd-shortcodes plugin, which comes with the Fitness theme) has the following (I masked the key here):
wp_register_script(‘gmap’, ‘http://maps.google.com/maps/api/js?key=***************&callback=initMap&sensor=false’, array(‘jquery’));
However the sd-shortcodes.php file from the 1.4.1 version of the Fitness theme has the following for line 68:
wp_register_script(‘gmap’, ‘http://maps.google.com/maps/api/js?sensor=false’, array(‘jquery’));
I didn’t update the sd-shortcodes plugin when I updated the theme, as it was listed as being version 1.0 in the 1.4.1 version of the Fitness theme (which is the same as what the site was already using).
Honestly, since I recently inherited this site, it’s entirely possible that the original dev changed this line (no child theme was used, so it may have been one of many changes to the main theme files).
Anyways, just wanted to let you know for completeness’ sake.
Thanks again for your help!
John