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, 1 month 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.
Support forum for Event Espresso 3 and Event Espresso 4.