Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author Dave Smith

    (@sophoservices)

    thanks for bringing this to our attention. It’s possible that the plug-in fails due to a missing php module. Can you check the web server logs?

    Thread Starter websource1

    (@websource1)

    I’m not sure of how to do that. Is that within WordPress Admin or via my hosting?

    Thread Starter websource1

    (@websource1)

    I was able to bring up the debug file. This is what I got.

    [04-Jan-2025 17:24:38 UTC] PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /var/www/wp-content/plugins/bible-reading-plans/bible-reading-plans-class.inc.php:1204
    Stack trace: 0 /var/www/wp-content/plugins/bible-reading-plans/bible-reading-plans-class.inc.php(1681): BibleReadingPlans->add_date_picker_ui() 1 /var/www/wp-content/plugins/bible-reading-plans/bible-reading-plans-class.inc.php(1982): BibleReadingPlans->date_picker() 2 /var/www/wp-content/plugins/bible-reading-plans/bible-reading-plans-class.inc.php(1103): BibleReadingPlans->get_bible_reading_plan(‘Saturday 4 Janu…’) 3 /var/www/wp-includes/class-wp-hook.php(324): BibleReadingPlans->putBibleReadingPlan(”) 4 /var/www/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array) 5 /var/www/wp-includes/plugin.php(517): WP_Hook->do_action(Array) 6 /var/www/wp-admin/admin-ajax.php(192): do_action(‘wp_ajax_put_bib…’) 7 {main}

    thrown in /var/www/wp-content/plugins/bible-reading-plans/bible-reading-plans-class.inc.php on line 1204

    Thread Starter websource1

    (@websource1)

    Not sure if this is part of it but including:

    [04-Jan-2025 17:24:41 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the connections domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wp-includes/functions.php on line 6114

    Thread Starter websource1

    (@websource1)

    Any updates on this error?

    Plugin Author Dave Smith

    (@sophoservices)

    Apologies, no. We’ve been having snow days and kids at home days… :-/ We’re working on it

    Plugin Author Dave Smith

    (@sophoservices)

    What language are you using? and what is the shortcode on the page?

    Thread Starter websource1

    (@websource1)

    Hi Dave

    Thanks for the reply, yeah we actually have snow days here in Dallas for the next couple of days. We don’t get that too often

    I’m not sure of the language, i’m using Managed WordPress from Godaddy, but the shortcode i’m using is below:

    [bible-reading-plan source=”ESV” reading_plan=”daily-fill-up”]

    Thread Starter websource1

    (@websource1)

    HI Dave and Mike

    I migrated my site to cpanel hosting where it was using PHP 7.4, and the date picker was working. When I updated to 8.0 it started to error out again. So it seems it has to do with the PHP version.

    Plugin Author Dave Smith

    (@sophoservices)

    I’m still concerned that the php 8.0 doesn’t have a particular php module enabled. Can you check the 7.4 and 8.0 configs to make sure they have the same modules enabled?

    Thread Starter websource1

    (@websource1)

    Where am I checking for the modules to compare. I’m not familiar.

    Thread Starter websource1

    (@websource1)

    Hi Mike and Dave

    I used the phpinfo function and compared the module sections of PHP 7.4 and PHP 8.0 and the only difference I seen was the xmlrpc file present in 7.4 is not included in 8.0. Could this be the issue?

    • This reply was modified 2 months, 1 week ago by websource1.
    Plugin Author Dave Smith

    (@sophoservices)

    I don’t suspect that as an issue. I would recommend you try to switch it on, but I’m not hopeful.

    Plugin Author Dave Smith

    (@sophoservices)

    I have seen the issue – came to me in a flash ?? The dbp_versions array is only used when using the DBP source, not the ESV source. So I added a check around it and released it as 3.0.4. Please try the new version and let me know if that fixes it.

    Thread Starter websource1

    (@websource1)

    Dave you are a Gentlemen and Scholar. That worked perfectly. Thank you so much for the update. I’m sure my congregation will really appreciate the calendar feature.

Viewing 15 replies - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.