Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
Elijah
Yes the browser does find /mailhive.php, but this is all it says/shows:
"MailBeez - Mode: simulate (platform: zencart)"
No, I am not using any SEO addon.
Thanks.
you need to use the url with your personal security key - you will find it in the mailbeez admin footer area (see documentation on mailbeez com). if you are not having any crazy mods in your zencart it will work - but of course you need to activate at least one module and hav sufficiebt data in your database
enjoy mailbeez
cord
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
mailbeez
but did you set up a cronjob whichs calls your mailhive.php e.g. every day?
How I do this?
Quote:
Originally Posted by
mailbeez
I also like to test e.g the birthday module like you did - it is important to create data which can be "caught" by the modules query and setings. try again, maybe you did make a mistake?
Yeah, I think I did a mistake. I realized that in the database I wrote 1965-12-09 instead 1965-09-12.
Thanks!!!
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
mailbeez
you need to use the url with your personal security key - you will find it in the mailbeez admin footer area (see documentation on mailbeez com). if you are not having any crazy mods in your zencart it will work - but of course you need to activate at least one module and hav sufficiebt data in your database
enjoy mailbeez
cord
Cord - awesome, got it.:clap: When I included the token =run the active modules ran. So is this how I would normally test any module I include? By actually running it in my browser? And the cronjob setup on cronless is set to run twice a day, so it will do that automatically?
Thanks, and sorry if these are stupid ?'s. :blush:
Elijah
Re: Mailbeez After Sales Modules
When I run the cron-job url it say:
Processing....
code: birthday module: birthday
Result:0 items 1146 - Table 'mydbosc1_zc1.zen_mailbeez_block' doesn't exist
select date_block from zen_mailbeez_block where module='winback' and customers_id='189' order by date_block DESC
[TEP STOP]
What it means? ANy solution? THanks!
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
Elijah
Cord - awesome, got it.:clap: When I included the token =run the active modules ran. So is this how I would normally test any module I include? By actually running it in my browser? And the cronjob setup on cronless is set to run twice a day, so it will do that automatically?
Cron - ok, so I can run the mailbeez modules by directly inputting the token in the URL. But when I try to send a test email from within the admin area I get the following 404 message:
"The requested URL /testcatalog/mailhive.php&zenid=9hha2vdnd0fc6siseft19sb7h4 does not exist."
I get this message no matter which mailbeez module I try. Thoughts?
Re: Mailbeez After Sales Modules
Update from V1.x (x = 1..4) to V1.5 and higher
MailBeez is easy to install & upgrade and works fine (spent a lot of time testing this and making it easy) on all supported engines.
If you are having issues with MailBeez V1.5 after upgrading, please check the following:
It is a good idea to note your personal settings per module and backup your files. The update affects only MailBeez-Files - and the database_tables.php files in admin and catalog.
You REALLY need to uninstall all modules (incl. Mailhive - the first one) with the "remove" button on each module.
(or run
DELETE FROM `configuration` WHERE `configuration_key` LIKE 'MAILBEEZ_%'
in you phpMyAdmin to remove all MailBeez settings - tracking-data will be not affected as they are in their own table)
You REALLY need to copy all new files and folders to your system.
There has been major changes and a manual file-by-file update would be to complex. make sure to back-up your .tpl-files of the Birthday-Module (the only module where you would like to make changes included in the package) and your common html-template. (or write-protect them in the mailhive-folder)
it is also possible to rename the mailhive-folder in e.g. mailhive_v1.x and than copy the new packages in your system.
You just need to copy or move your existing mailbeez-modules into the actual mailhive-folder.
Remember to update your catalog/mailhive.php file and catalog/admin/mailbeez.php as well.
now you are ready to install MailBeez V1.5 - a new table "mailbeez_block" will be created.
After the update your "secret URL" has changed - you need to have the same "secret" in your mailbeez-system and your Cron-job url
* Copy the "secret" from your Cron-URL into the MailBeez-configuration
OR
* Adopt the CronJob to use the new "secret" as generated by Mailbeez
If you still have trouble (?!), please use this support forum.
enjoy
cord
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
DArnaez
Table 'mydbosc1_zc1.zen_mailbeez_block' doesn't exist
have a look at #86 in this forum - your forgot something while doing the update. Easy to fix if you follow all steps.
regards
cord
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
Elijah
Cord - awesome, got it.:clap: When I included the token =run the active modules ran. So is this how I would normally test any module I include? By actually running it in my browser? And the cronjob setup on cronless is set to run twice a day, so it will do that automatically?
Thanks, and sorry if these are stupid ?'s. :blush:
Elijah
good to hear - so your mailbeez installation is working. Testing can be done through the MailBeez Admin interface - there you can also run each module manually.
You need to use the mailhive.php url when you want to
- run or test all activated modules
- Set up a cronjob that will run mailbeez as often as you want
cord
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
Elijah
Cron - ok, so I can run the mailbeez modules by directly inputting the token in the URL. But when I try to send a test email from within the admin area I get the following 404 message:
"The requested URL /testcatalog/mailhive.php&zenid=9hha2vdnd0fc6siseft19sb7h4 does not exist."
I get this message no matter which mailbeez module I try. Thoughts?
As I can read in #83 you MailBeez installation does work in general.
Currently I have no idea why you get the 404 when you try to send a test email - do you get through to enter your email address where to send the test email to? Is the URL you get the 404 for exactly the same you used to run mailhive.php in your browser? (should be the same!?)
cord
Re: Mailbeez After Sales Modules
Quote:
Originally Posted by
DArnaez
How I do this?
Please check documentation -> basic configuration on mailbeez com for a how-to setting up cronjobs.
cord