silentblast
Forum Replies Created
-
Yes, this is the error now, Asssuming it’s the same:
Error Details
=============
An error of type E_ERROR was caused in line 44 of the file /home/jacksonhouse/public_html/wp-content/plugins/forminator/library/external/src/Forminator/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php. Error message: Uncaught RuntimeException: Error saving action: Error saving action: Unknown column ‘priority’ in ‘field list’ in /home/jacksonhouse/public_html/wp-content/plugins/forminator/library/external/src/Forminator/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php:44
Stack trace:
#0 /home/jacksonhouse/public_html/wp-content/plugins/forminator/library/external/src/Forminator/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php(242): ActionScheduler_DBStoreMigrator->save_action(Object(ActionScheduler_Action), NULL)
#1 /home/jacksonhouse/public_html/wp-content/plugins/forminator/library/external/src/Forminator/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php(340): ActionScheduler_HybridStore->save_action(Object(ActionScheduler_Action))
#2 /home/jacksonhouse/public_html/wp-content/plugins/forminator/library/external/src/Forminator/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php(315): ActionScheduler_ActionFactory->ststill doesnt’ work.
I do have this in the file.<?php
/*
Plugin Name: My Custom MU Plugin
Description: A custom must-use plugin for specific functionality.
Author: Antonio Navarrete
Version: 1.0
*/
add_action( 'plugins_loaded', function() {
if ( class_exists( 'ActionScheduler_StoreSchema' ) && 'fix_schema' === filter_input( INPUT_GET, 'fix_schema' ) ) {
$store_schema = new ActionScheduler_StoreSchema();
$store_schema->register_tables( true );
}
} );So apparently our host is saying we need to set up an SMTP plugin?
Does this mean all of our clients need to set up an email account?
I don’t know why all of a sudden this stopped sending emails out.Thanks Kasia. Sorry for the late reply.
This is certainly something that should be addressed.Got it figured out! I had imported all fields from CF7. So that upload field I ended up just replacing. All good now.
Thanks for your help. ??
Yes, I cleared cache, but still only see the upload file delete button option not the file upload button itself. It’s odd.
Forum: Plugins
In reply to: [White Label CMS] White Label CMS AdminHi there, we seem to be having an issue as we want to give EDITORS the ability to view WooCommerce stuff, but although we check it off, we can’t seem to grant that access?
Thanks, however, now it won’t display the field as mandatory and shows it in a different colour.
Forum: Plugins
In reply to: [Contact Form Submissions] ErrorHi Jason, any suggestions? As mentioned, DEBUG is set to false by default.
Forum: Plugins
In reply to: [Contact Form Submissions] ErrorActually the debug mode is set to off I believe. This is it below. It’s all of our sites like this.
define(‘WP_DEBUG’, false);
Forum: Plugins
In reply to: [Contact Form Submissions] ErrorI’m sorry, but where is debug mode?
Forum: Plugins
In reply to: [Contact Form Submissions] ErrorI’ve also now confirmed that when i do this recent update, we get the same error on other sites.