Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 ESPRESSO_QBMS_LIVE_APP_ID Error | Event Espresso - Staging Server
The first page I get to says that I have to accounts tied to my email address and asks me to pick which company I want to use. Any help is greatly appreciated.
Thanks,
Bret
This topic was modified 11 years, 2 months ago by bwilcox.
Looks like the constants defined in the gateways/qbms/init.php are not getting loaded when the payment settings page is loaded. Open up gateways/qbms/settings.php and add the following at line 2, so that it then looks like:
<?php
define('ESPRESSO_QBSM_DEV_APP_ID','245799785');
define('ESPRESSO_QBMS_DEV_APP_LOGIN','eventespresso.com2.eventespresso.com');
define('ESPRESSO_QBMS_LIVE_APP_ID','679873720');
define('ESPRESSO_QBMS_LIVE_APP_LOGIN','eventespresso.eventespresso.com');
function event_espresso_qbms_payment_settings() {
I will pass this onto the developers to look into, to see if we can add a permanent fox for it.
Viewing 4 reply threads
The support post ‘ESPRESSO_QBMS_LIVE_APP_ID Error’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.