My best guess, without ever looking at cowoa, is that you have installed cowoa incorrectly or there is an error in it.
The string you show is looking for COWOA_order which doesn't exist in your database.
Why not rerun the sql that comes with cowoa, i thik that should solve it:
good luckCode:ALTER TABLE customers ADD COWOA_account tinyint(1) NOT NULL default 0; ALTER TABLE orders ADD COWOA_order tinyint(1) NOT NULL default 0; INSERT INTO query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Permanent Account Holders Only', 'Send email only to permanent account holders ', 'select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS where COWOA_account != 1 order by customers_lastname, customers_firstname, customers_email_address');
tyvm for trying to help Nagel lol but I did not install cowoa so not to sure why it is on my server, but all I did was turn on a file and now it is working fine I can send as many emails as I want lmao thanks again Happy New Year!
So the files that should goto "your template", did you actually put them in CUSTOM as that is the template directory you are working with?
Shoot me if i am wrong but hitting submit will require at least
includes/functions/functions_email.php
includes/modules/pages/subscribe/header_php.php
includes/modules/CUSTOM/subscribe_header.php
includes/templates/CUSTOM/templates/tpl_subscribe_default.php
and few of the includes/language files off course.
anyway, check all the files exist in the CUSTOM folder, best guess is you are missing 1 of them.
Stupid question time. I installed the module and everything seems to work great, except the sidebox.
When I have the side box displayed, it shows the variable name, and not the variable.
For instance:
BOX_HEADING_SUBSCRIBE
BOX_SUBSCRIBE_DEFAULT_TEXT
HEADER_SUBSCRIBE_BUTTON
What did I do wrong? I'm guessing there's something I need to configure or I messed up and forgot to change a "YOUR_TEMPLATE", but I've gone through and can't find anything.
Any help?
had some trouble with this mod.
- unable to subscribe in html when subscribing from subscribe page (not from sidebox)
- malformatted html confirmation emails
- no email to customer when unsubscribing.
I have changed the code to fix those and submitted as 2.1.1
Should find it in the download section in a few...
Bookmarks