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 170

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Replacement for abandoned Weekly Class Schedule plugin #17129

    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

    Understood – thank you for your reassurances.

    in reply to: Replacement for abandoned Weekly Class Schedule plugin #17124

    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

    The “Weekly Class Schedule” plugin is working, but I’m using the Fitness theme for business sites, not for a hobby website. And a typical best practice is to not use abandoned plugins/themes for security reasons.

    I understand that it “might not be a vulnerability”, but I must ask:

    – Have you reviewed the plugin code?
    – Can you provide any assurance that it’s currently not a security risk?
    – Can you provide any assurance that it won’t become a security risk?

    If using abandoned plugins doesn’t concern you and you have no plans to re-evaluate your decision, I may need to re-evaluate the usage of the Fitness theme (and any of your other themes) in my sites.

    I hope you understand.

    in reply to: Google Maps Error #16969

    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

    in reply to: Google Maps Error #16957

    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

    Thanks for your reply, Chris!

    I did as you suggested, however this did not resolve the errors in the inspection console as the shortcodes plugin continues to reference the invalid API key.

    For the time being I’ve commented out lines 68 and 78 in sd-shortcodes.php (wp-content/plugins/sd-shortcodes/sd-shortcodes.php), but this should probably be updated in the next version of the theme if it isn’t already on your list.

    Thanks!

    John

Viewing 4 posts - 1 through 4 (of 4 total)