• Resolved madmanaz440

    (@madmanaz440)


    I have been using Bannerize Pro for a while. Now my hosting says ajax requests from this is causing my site to crash.

    Database tables on that website keep getting crashed due to a large amount of query that is coming from it. It seems that the website script is unnecessarily opening up database connection and is not closing them, blocking the connection to mysql for more query.

    The DB table that is crashing is wpbannerizeimpress. I’ve run DB optimization fix the problem for a few hours.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter madmanaz440

    (@madmanaz440)

    ***UPDATE***

    After updating to the latest version site is crashed with this error: Parse error: syntax error, unexpected ‘:’, expecting ‘;’ or ‘{‘ in /home/choicem8/public_html/uasweekly.com/wp-content/plugins/wp-bannerize-pro/vendor/wpbones/wpbones/src/Support/Str.php on line 39

    Plugin Author gfazioli

    (@gfazioli)

    @madmanaz440 hi, are you using PHP 7+?

    Thread Starter madmanaz440

    (@madmanaz440)

    Using PHP 5.6.38

    Did the update to the latest ver. of the plugin and got the Parse error: syntax error, unexpected ‘:’, expecting ‘;’ or ‘{‘ in /home/choicem8/public_html/uasweekly.com/wp-content/plugins/wp-bannerize-pro/vendor/wpbones/wpbones/src/Support/Str.php on line 39

    Rolled back to the old ver. The site is up but still dealing with the DB crashing.

    Plugin Author gfazioli

    (@gfazioli)

    @madmanaz440 PHP < 7 is deprecated from WordPress as well. I mean, you should upgrade your PHP version to 7 at least. As you can see here https://www.ads-software.com/download/ on Requirements section, they recommend servers running version 7.2 or greater of PHP.

    Regarding, DB crashing, it’s pretty strange because I don’t change anything there. Maybe it could be the same issue related to the wrong version of PHP.

    Thread Starter madmanaz440

    (@madmanaz440)

    I’ll update thank you for the response.

    Thread Starter madmanaz440

    (@madmanaz440)

    Updating did the trick… Thank you

    Plugin Author gfazioli

    (@gfazioli)

    @madmanaz440 glad to hear :+1+

    masterbip

    (@masterbip)

    Worked for me too, after migrating a site … cpanel was using 5.6 by default. Change PHP to 7.2 did the trick.
    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Bannerize crashing site with high number of DB conections’ is closed to new replies.