Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • We’re having the same issue, of only future and current events, but not past events appearing in query loops.

    Hi there,
    We’re having the same issue with Redis / Events Calendar Pro.
    Unfortunately we’ve only been able to turn off Object Cache Pro across the entire server, which is far from ideal. Please resolve this ASAP.
    Cheers,
    Clay

    Same issue here, completely clean installation, using SiteGround’s own WordPress Kit.

    PS: @gauravca09 , this shouldn’t break your website, unless you are displaying errors on screen. Make sure that you delete the following line (or change the setting from true to false) in wp-config.php:

    define(‘WP_DEBUG_DISPLAY’, true);

    I have taken over maintaining a website that uses Gravity Forms.
    Am trying to debug a problem, but my log file keeps getting filled by warnings like the above generated by Gravity Forms. Please fix!

    [24-Aug-2020 02:46:21 UTC] PHP Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /home/conventgallery/public_html/wp-content/plugins/gravityforms/common.php on line 1276
    [24-Aug-2020 02:46:21 UTC] PHP Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /home/conventgallery/public_html/wp-content/plugins/gravityforms/common.php on line 1313
    [24-Aug-2020 02:46:21 UTC] PHP Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /home/conventgallery/public_html/wp-content/plugins/gravityforms/common.php on line 1317
    [24-Aug-2020 02:46:21 UTC] PHP Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /home/conventgallery/public_html/wp-content/plugins/gravityforms/common.php on line 1345
    [24-Aug-2020 02:46:21 UTC] PHP Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /home/conventgallery/public_html/wp-content/plugins/gravityforms/common.php on line 3536
    [24-Aug-2020 02:46:21 UTC] PHP Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /home/conventgallery/public_html/wp-content/plugins/gravityforms/common.php on line 3543
    [24-Aug-2020 02:46:21 UTC] PHP Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /home/conventgallery/public_html/wp-content/plugins/gravityforms/common.php on line 3556

    Thread Starter clayray

    (@clayray)

    Thanks for your help Shane!
    My hosting company pointed out that some of the WP database tables were grayed out in PHPAdmin because they didn’t have Primary keys or Autoincrement enabled.
    When the whole site was moved to a different host a couple of months ago something must have gone wrong with the SQL import, resulting in corrupted tables.
    This is what was causing the problems, and I’ve managed to repair all the tables, as far as I can tell.
    The cart appears to be working again!
    Thanks again… I should have checked the WP log file right at the start, it would have saved us all some time!
    Clay

    Hi,
    I’m having the same issue after uploading … “The file type that you’ve uploaded is not a JSON file.”
    The JSON file seems to run fine when called from a local “demo.html” file that was generated by AE.
    I’ve added the following lines at the end of my functions.php…
    add_filter( ‘upload_mimes’, ‘my_myme_types’, 1, 1 );
    function my_myme_types( $mime_types ) {
    $mime_types[‘svg’] = ‘image/svg+xml’; // Adding .svg extension
    $mime_types[‘json’] = ‘application/json’; // Adding .json extension
    return $mime_types;
    }
    I’m running the latest version of Chrome.
    Thanks!

    Thread Starter clayray

    (@clayray)

    I’ve amended my review, sorry your comment won’t make much sense anymore.

Viewing 8 replies - 1 through 8 (of 8 total)