Forum Replies Created

Viewing 15 replies - 1 through 15 (of 59 total)
  • Thread Starter Aharon

    (@spaceling)

    Thank you so much @garyj — v.3.5.13 is working well.

    Thread Starter Aharon

    (@spaceling)

    Yes, all is well after v.7.2.1 — thank you!

    Thread Starter Aharon

    (@spaceling)

    Thank you Ollie. It’s good to know I’m helping. I’m looking now through the other error logs and I’m finding similar “unable to execute” errors (either ‘column is not unique‘ or ‘database is locked‘). Copying these below just in case they offer any additional clues.

    This one is from the root error log:

    #0 /home/.../.../.../wp-content/object-cache.php(1296): SQLite3Stmt->execute()
    #1 /home/.../.../.../wp-content/object-cache.php(1239): WP_Object_Cache->handle_put('get_page_by_pat...', 0, 'posts', 0)
    #2 /home/.../.../.../wp-content/object-cache.php(1950): WP_Object_Cache->set('get_page_by_pat...', 0, 'posts', 0)
    #3 /home/.../.../.../wp-includes/post.php(5747): wp_cache_set('get_page_by_pat...', 0, 'posts')
    #4 /home/.../.../.../wp-includes/class-wp.php(239): get_page_by_path('compilations/li...')
    #5 /home/.../.../.../wp-includes/class-wp.php(780): WP->parse_request('')
    #6 /home/.../.../.../wp-includes/functions.php(1332): WP->main('')
    #7 /home/.../.../.../wp-blog-header.php(16): wp()
    #8 /home/. in /home/.../.../.../wp-content/object-cache.php on line 1296
    [19-Jan-2023 03:29:43 UTC] PHP Fatal error: Uncaught Exception: Unable to execute statement: database is locked in /home/.../.../.../wp-content/object-cache.php:1178
    Stack trace:
    #0 /home/.../.../.../wp-content/object-cache.php(1178): SQLite3Stmt->execute()
    #1 /home/.../.../.../wp-content/object-cache.php(1142): WP_Object_Cache->getone('get_page_by_pat...', 'posts')
    #2 /home/.../.../.../wp-content/object-cache.php(1428): WP_Object_Cache->cache_item_exists('get_page_by_pat...', 'posts')
    #3 /home/.../.../.../wp-content/object-cache.php(1994): WP_Object_Cache->get('get_page_by_pat...', 'posts', false, NULL)
    #4 /home/.../.../.../wp-includes/post.php(5680): wp_cache_get('get_page_by_pat...', 'posts')
    #5 /home/.../.../.../wp-includes/class-wp.php(239): get_page_by_path('prayers/lunisol...')
    #6 /home/.../.../.../wp-includes/class-wp.php(780): WP->parse_request('')
    #7 /home/.../.../... in /home/.../.../.../wp-content/object-cache.php on line 1178

    This one is from the error log in wp_admin:

    [19-Jan-2023 04:51:52 UTC] PHP Fatal error: Uncaught Exception: Unable to execute statement: column name is not unique in /home/.../.../.../wp-content/object-cache.php:1296
    Stack trace:
    #0 /home/.../.../.../wp-content/object-cache.php(1296): SQLite3Stmt->execute()
    #1 /home/.../.../.../wp-content/object-cache.php(1239): WP_Object_Cache->handle_put('wp_query:8d3851...', Array, 'posts', 0)
    #2 /home/.../.../.../wp-content/object-cache.php(1950): WP_Object_Cache->set('wp_query:8d3851...', Array, 'posts', 0)
    #3 /home/.../.../.../wp-includes/class-wp-query.php(3292): wp_cache_set('wp_query:8d3851...', Array, 'posts')
    #4 /home/.../.../.../wp-includes/class-wp-query.php(3749): WP_Query->get_posts()
    #5 /home/.../.../.../wp-content/plugins/contact-form-7/includes/contact-form.php(89): WP_Query->query(Array)
    #6 /home/.../.../.../wp-content/plugins/contact-form-7/includes/block-editor/block-editor.php(58): W in /home/.../.../.../wp-content/object-cache.php on line 1296

    I looked through the plugin code. The extra space (in ‘rel=” me”‘) appears on line 1238 in social-icons-widget-by-wpzoom/includes/classes/class-zoom-social-icons-widget.php

    I’ve enabling this option and I noticed the following on my site. In the source, I’m seeing the link with an extra space in between the quotes and before ‘me’.

    rel=" me"

    • This reply was modified 1 year, 5 months ago by Aharon.
    Thread Starter Aharon

    (@spaceling)

    Currently, exporting an individual post is a very manual operation. It would be great to have the additional option to automate *or* manually generate individual export xml files *for all sites posts* — and have them saved to a *publicly accessible folder*.

    Neither

    Yes, I should have provided more details:

    WP Version: 5.8.2
    PHP Version: 7.4.25
    Database Version: 5.7.36
    Disable Gutenberg: 2.5.1

    Do you think it could be a conflict brought about with my theme? (That’s Atahualpa version 3.7.26. It’s EOL with a minor update from last year.)

    I can only add to this support topic the following warning I am receiving in my error_log:

    PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘disable_gutenberg_menu_pages’ not found or invalid function name in /…/wp-includes/class-wp-hook.php on line 303

    The only difference here from the error John reported is the specific function that is not found. For me it’s with the disable_gutenberg_menu_pages function.

    Plugin Contributor Aharon

    (@spaceling)

    Thank you– I found the culprit: External Links, a plugin which I see hasn’t been updated in five years but is still in use by 20,000 (!) sites.

    I have no idea why this plugin would conflict with Footnotes in just this circumstance, but thank you, @pewgeuges, for your help and encouragement in troubleshooting this issue.

    • This reply was modified 2 years, 5 months ago by Aharon.
    Plugin Contributor Aharon

    (@spaceling)

    Hmmm… well, I will try turning off some of the more basic level plugins we use like Autoptimize and Cache Enabler and observe whether that changes anything. I’ve been looking at our error logs but so far nothing. A mystery.

    • This reply was modified 2 years, 5 months ago by Aharon.
    Plugin Contributor Aharon

    (@spaceling)

    I managed to upgrade to PHP 7.4.25. (PHP 8.0 is not yet an option with my webhost.)

    The upgrade made no difference for resolving the problem at hand, but at least that’s one issue we can discount as the source of the problem.

    • This reply was modified 2 years, 5 months ago by Aharon.
    Plugin Contributor Aharon

    (@spaceling)

    Some more frustration, alas.

    I increased the PHP memory limit via our cPanel, and our WP_MEMORY_LIMIT via wp_config.php (both to 512M). I also increased the PHP post_max_size to 64M for good measure. I cleared the site cache.

    Our WordPress is the latest v.5.8.1. Our PHP is v7.3.32; we see site breakage when we update to 7.4.25. After I tried updating the PHP version to 7.4.25, I broke the site and then downgraded back to 7.3.32. (Footnotes plugin is v. 2.7.3)

    Success with 286 footnotes: https://opensiddur.org/?p=40219

    Failure with 318 footnotes: https://opensiddur.org/?p=40217

    At first I thought I had a breakthrough, but on review I see that I was only succeeding with the version of the post where I removed all the bracketed footnotes plugin tags.

    • This reply was modified 2 years, 5 months ago by Aharon.
    • This reply was modified 2 years, 5 months ago by Aharon.
    • This reply was modified 2 years, 5 months ago by Aharon.
    • This reply was modified 2 years, 5 months ago by Aharon.
    • This reply was modified 2 years, 5 months ago by Aharon.
    • This reply was modified 2 years, 5 months ago by Aharon.
    Plugin Contributor Aharon

    (@spaceling)

    Having the numbers in bold is fine, just unexpected. It’s surprising to me that these elements must now use <th> but if they must then they must.

    Plugin Contributor Aharon

    (@spaceling)

    I experienced the same error after the update: all references missing and the in-text footnotes were all numbered “1.”

    Dialed back to 2.2.5 for the time being.

Viewing 15 replies - 1 through 15 (of 59 total)