Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)
  • Did you ever resolve this?

    I’m also with Bluehost and my error logs are also returning the same SoftException in Application.cpp:630:

    Decided to take a look at the logs as I was randomly getting a 524 status code and Cloudflare landing page

    Just had to disable v2 as it was conflicting with Yoast and the advanced tab in particular when editing a post. crashing the blocks editor and page

    Thread Starter xgstq

    (@xgstq)

    Why isn’t the latest version of WPBakery Page Builder(v6) available on my WordPress site please?

    If you purcahsed it with a theme, it needs to be updated via your theme provider

    Thanks for the update ??

    I came searching with the same error

    “There was a problem while retrieving Auth for gmail: Could not json decode the token”

    Only set it up yesterday – the Email test worked fine with no error, but today when logging into WP Admin I see the above error.

    The only thing I can think it might be trying to send an email is the plugin Updraftplus Backups which email notifies me on a success full backup. TBF I could remove that plugin now as the host provides daily backups.

    Edit:
    I just looked in Updraftplus plugin and it has this message
    PHP event: code E_WARNING: json_decode() expects parameter 1 to be string, array given (line 177, wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php)
    off to investigate ??

    • This reply was modified 4 years, 5 months ago by xgstq.

    Broke mine as well,

    had to deactivate it as the “There has been a critical error on your website.” error message was displayed.

    Looking in the logs

    PHP Notice: Undefined index: gp_social_hook in /var/www/wp-content/plugins/gp-social-share-svg/gp-social-share.php on line 22
    PHP Notice: Undefined index: gp_woo_global_hook in /var/www/wp-content/plugins/gp-social-share-svg/gp-social-share.php on line 35
    PHP Notice: Undefined index: gp_woo_single_hook in /var/www/wp-content/plugins/gp-social-share-svg/gp-social-share.php on line 36
    PHP Notice: Undefined index: gp_woo_shop_hook in /var/www/wp-content/plugins/gp-social-share-svg/gp-social-share.php on line 37

    And then some errors related to metabox

    PHP Notice: Undefined index: gp_social_hook in /var/www/wp-content/plugins/gp-social-share-svg/gp-social-share.php on line 22
    PHP Warning: require_once(/var/www/wp-content/plugins/gp-social-share-svg/inc/metabox/meta-box-group/group-field.php): failed to open stream: No such file or directory in /var/www/wp-content/plugins/gp-social-share-svg/inc/metabox/meta-box-group/meta-box-group.php on line 38
    PHP Fatal error: require_once(): Failed opening required ‘/var/www/wp-content/plugins/gp-social-share-svg/inc/metabox/meta-box-group/group-field.php’

    Thread Starter xgstq

    (@xgstq)

    Sorry, do you have a link where I could possibly ask for a configuration quote?

    Thread Starter xgstq

    (@xgstq)

    Thanks, RK,

    Just looking through the documentation and the possibilities, thanks for sharing.

    So initially I think ill purchase the woocommerce bookings, and try to get it configured offering courses on X dates.

    I think the calendar addition is a must, do you have any demos on the calendar ideally a month view or list view as shown on the Calendar Block view on this page https://woocommerce.com/products/bookings-availability/

    What’s the process say if I cannot get it configured how we require it could we a) look to get some assistance or b) look to get a refund?

    Id prefer option a) after looking at the extensive documentation im sure it is possible…

    Many thanks

    Thread Starter xgstq

    (@xgstq)

    Interestingly I just went into Yoast > General > Features

    Disabled

    SEO analysis
    Readability analysis

    Refreshed and WPBackery started to work again.

    I then activated

    SEO analysis
    Readability analysis

    and seems to be still working…

    Thread Starter xgstq

    (@xgstq)

    I’m using

    WPBakery: 6.0.5
    Yoast SEO Version 12.6.1
    Wordpress V5.3

    Just updated Yoast

    My console error log is now

    TypeError: d is not a functionreact.min.js:11:262
        React 3
        Ma https://www.website.com/wp-includes/js/dist/vendor/react-dom.min.js:52
        Ia https://www.website.com/wp-includes/js/dist/vendor/react-dom.min.js:140
        Ia self-hosted:1063
        Sb https://www.website.com/wp-includes/js/dist/vendor/react-dom.min.js:213
        wh https://www.website.com/wp-includes/js/dist/vendor/react-dom.min.js:160
        fd https://www.website.com/wp-includes/js/dist/vendor/react-dom.min.js:160
        id https://www.website.com/wp-includes/js/dist/vendor/react-dom.min.js:163
        kh https://www.website.com/wp-includes/js/dist/vendor/react-dom.min.js:119
        id https://www.website.com/wp-includes/js/dist/vendor/react-dom.min.js:163
        render https://www.website.com/wp-includes/js/dist/vendor/react-dom.min.js:228
        renderClassicEditorMetabox https://www.website.com/wp-content/plugins/wordpress-seo/js/dist/wp-seo-post-scraper-1261.min.js:5
        <anonymous> https://www.website.com/wp-content/plugins/wordpress-seo/js/dist/wp-seo-post-scraper-1261.min.js:5
        jQuery 4
            i
            fireWith
            ready
            J

    I need to do a backup before I disable the theme and try Twenty Nineteen

    Im having the same problem since updating WP last week

    Lazy Load was working fine across the site, now only working on blog and theme images and no longer working with woocommerce.

    You can use a Chrome browser like redirect trace to see the redirects path https://chrome.google.com/webstore/detail/link-redirect-trace/

    Sounds like you have some Excel work to do ??

    I’d be taking that sheet and looking to simplify all those 2500 redirects into as least as possible using regex.

    Also use the group’s feature built in and make groups of redirects.

    It does sound like you have redirects over redirects, use the log and the Chrome plugin to see what is firing.

    Thread Starter xgstq

    (@xgstq)

    Yeah still didn’t work John

    I needed the redirect to be as below (note the + between axe edge) so remove the – and replace with +

    /?s=axe+edge&post_type=product

    from the blow url

    /search-images/nggallery/tags/axe-edge

    To make it even more awkward I had urls such as

    /search-images/nggallery/tags/wetton

    Its all good its working a treat at the moment.

    Not used regex’s before until this week, its fair to say that im loving playing on https://regex101.com/ trying all sorts of different stuff ??

    Thread Starter xgstq

    (@xgstq)

    So it works with the default wordpress search with the hypen, but I was re-directing them to woocommerce search result where the hypen needs to be a plus to work.

    axe-edge = No products were found matching your selection”.
    axe+edge = Got results ??

    Thread Starter xgstq

    (@xgstq)

    Dont think that would work John,

    Because the output couldn’t include the hypen – it needed to convert the hyphen to a plus + somehow to work in wordpress search

    I may be wrong, let me test leaving the hypen in on my site ??

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