websource1
Forum Replies Created
-
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker Calendar Causing Time out ErrorDave 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.
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker Calendar Causing Time out ErrorHi 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 1 year, 2 months ago by websource1.
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker Calendar Causing Time out ErrorWhere am I checking for the modules to compare. I’m not familiar.
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker Calendar Causing Time out ErrorHI 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.
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker Calendar Causing Time out ErrorHi 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”]
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker Calendar Causing Time out ErrorAny updates on this error?
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker Calendar Causing Time out ErrorNot 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
connectionsdomain 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 theinitaction 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 6114Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker Calendar Causing Time out ErrorI 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
Forum: Plugins
In reply to: [Bible Reading Plans] Date Picker Calendar Causing Time out ErrorI’m not sure of how to do that. Is that within WordPress Admin or via my hosting?