Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter MasterBotWeb

    (@masterbotweb)

    Second Bug :
    When I deactivate the plugin from database and reactivate from backend. I have the same error.

    Thank you,

    Best Regards.

    In my case, this happened because Shopp still uses the deprecated (and removed in PHP 7) mysql api during installation time. You can download a patched zip or tarball from here: https://notabug.org/ITSociaal/shopp

    The git version has all the neccesary fixes as well, I recommend using that repository instead: https://github.com/ingenesis/shopp

    Anonymous User 8483292

    (@anonymized-8483292)

    You patched it the wrong way. Shopp has a mechanism to decide whether or not MySQL or MySQLi should/could be used.

    You should use sDB::escape() to make sure it works on all server environments.

    If anyone wants to download the GitHub version be sure to switch to branch ‘1.3.x’ otherwise you will be downloading ‘master’ which is a development version that is not ready to be used on live installs yet.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error after activate Shopp’ is closed to new replies.