bookingactivities / booking-activities

Wordpress plugin booking system
GNU General Public License v3.0
29 stars 10 forks source link

Possible Issue with WC and BA #115

Closed pikurasa closed 2 years ago

pikurasa commented 2 years ago

I just updated WC database and saw the following error in the logs (* wp-admin/admin.php?page=wc-status&tab=logs):

Screenshot at 2021-10-13 09:56:42 BA causing WooCommerce Update Issue

Unsure what this means myself, but hoping the feedback is helpful.

yoancutillas commented 2 years ago

The Licenses and Updates add-on may have not been properly updated, Can you remove the wp-content/plugins/ba-licenses-and-updates folder (via FTP) and upload a fresh copy of it instead (direct download link) (you need to extract the zip first).

Make sure the other add-ons are up to date, and clear any caching sytem you are using too.

Then, can you

  1. In the wp-config.php file, replace: define('WP_DEBUG', false); with: define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);
  2. Reload any page of your website
  3. Check if the error still appears in the wp-content/debug.log file (if it appeared)