Hiya Cord
Thanks very much for that, it works a treat now.
Glad to be of help ;)
Regards, Luke
Printable View
Absolutely agree with you about a stable solution as opposed to a quick fix.
One of the reasons I am eager to get the throttling in, is because my client currently uses phplist to send out newsletters to over 20,000 which is obviously throttled and if I then send out even minimal Mailbeez emails, there is a chance that I will exceed my email limit on my server.
A point to consider here is to hold mailing information, i.e. the number of emails sent on a database table, so that it is accessibly by other mailing software. I am sure that phplist using database information to control its throttling but I will need to check that.
If details of how many emails have been sent from the website are held in a common area, then all mailing systems could use it.
Tony
Continuing om with my pet hate, I have been looking at some of the template files shop/mailhive/mailbeez/template name/email/body_html.tpl and a lot of these are not XHTML 1.0 transitional compliant, so I may have my work cut out if I am going to review version 2 for you.
The main culprites that I am seeing is the use of <br> instead of <br /> and <img tags not ending with />.
Im putting in the Review module but just wondered if someone could explain in proper english the meaning of Set Days Passed and how Set Days to Skip After affects it. Obviously Set Days Passed is equal to how long ago the order was. But I don't understand Set Days to Skip at all?? Perhaps someone could explain by way of using an example?
The cron job will be running on a daily basis.
thanks!
I'm just installing this for reviews and I believe "days to skip" means the time frame you want included from your first set of emails being sent out. From what I understand this module will only send an email once per person (for each type of email).
So for example, if you wanted the first email set to go out to all the people from the past 2 years, you would put around 700 days.
If you wanted the first email to only go out to people within the past month, you would put 30 days.
:smile:
rebuilding the default template worked. :D
I hope that v2.0 of zen cart takes on this issue. I like a lot of people receive hundreds of html emails a month and i can not recall one that was not formatted correctly for outlook 2007.
One other question when I send a test email in production mode and it sends a cc to my on file store email should I get a html version? It works in the birthday "send test' but not in the review.
I would like to see what I am actually sending out.
Thanks again!
Hello All,
I'm getting the exact same 404 error when sending the test mail as shown above. I don't believe it's my htaccess file causing this issue.
Has anyone else had this problem and resolved it?
If so...what was causing it?
Any help is appreciated.
Mailbeez 1.7
Zen 1.3.9h
PHP 5.2.15
Thank you!
Just an update to the above post...I'm getting the following error on my server:
[Fri Jan 21 12:46:15 2011] [error] [client 111.222.333.444] File does not exist: public_html/mailhive.php&zenid=0c3e6a1ac2dcb90577aeca92ae5190fa, referer: http://kcbgraphics.com/?????/mailbee...odule=birthday
Great Mod ... No errors but one concern... the zenid shows in the actual emails links that went out to the customers on the following mods...
how can we avoid that zenid?!
ZC 1.3.9h
Mailbeez 1.7
Reviews 1.5
Winback 1.5
Share Reviews to Facebook 1.5
Customers without Purchase 1.5
MailBeez 2.0 Beta Tester wanted
hi all,
am making good progress with MailBeez 2.0.
Am looking for Beta tester for:
Upgrade MailBeez 1.x auf 2.0
Clean Install of MailBeez 2.0
Test of modules
Usability of the new admin frontend
if possible: translation of the admin frontend (EN, DE is in place) into other languages.
interested?
please send me a personal message
cheers
cord
I assume the session id was only added to the sign-out url?
please go to mailhive/common/classes/mailbeez_mailer.php
find "function buildBlockUrl" and replace
mh_href_link
with
mh_href_email_link
like this:
does it work?PHP Code:
function buildBlockUrl($mail, $module) {
$block_token = base64_encode($mail['customers_id'] . '|' . $mail['email_address']);
$block_url = mh_href_email_link(FILENAME_HIVE, 'ma=block&m=' . $module . '&mp=' . $block_token , 'NONSSL', false);
return $block_url;
}
cord
MailBeez 2.0 Beta in ZenCart:
The new Dashboard
http://www.mailbeez.com/wp-content/u..._dashboard.png
Preview of a Template
http://www.mailbeez.com/wp-content/u...zc_modules.png
Hi Mailbeez,
Mailbeez 2.0 is looking wonderful from the screenshots you posted!!
The zenid was behind almost all links not just the block link at the bottom.
I edited out the information from this email and changed the zenid so I could post it here.
It appears that the zenid was attached to just the storeurl and block, but all customers who received those emails (review, facebook review, winback, no purchase) all received the same zenid behind their link back to the store and to the no more emails like this. Hope that helps.
Quote:
Dear *customer*,
It has been a while since we had the pleasure of having you stop by and shop at our store.
Let us know if there is anything we can do for you!
*Store Name* http://storedomain/index.php?main_pa...xxxxxxxxxec61b
Sincerly Yours,
Store Administrator
http://storedomain/index.php?main_pa...xxxxxxxxxec61b
----
your email: *customer email*
-----------
No more emails like this:
http://storedomain/mailhive.php?ma=b...xxxxxxxxxec61b
just fixed it for MailBeez 2.0 :smile:
the fix is in where MailBeez changed heavily, so won't digg it out in 1.7
MailBeez 2.0 Public Beta
known issues: none :cool:
please try the public Beta Version of MailBeez 2.0:
http://www.mailbeez.com/wp-content/p...load.php?id=19
MailBeez 2.0 is fully compatible to MailBeez 1.x and will keep all configuration & tracking data.
MailBeez does not modify any zencart tables and does not require any modification of zencart's core files!
Fresh Install
copy
(shop)/admin/mailbeez.php
(shop)/mailhive.php
(shop)/mailhive
copy the files from
extras_zencart
into their place:
admin:
admin/includes/boxes/extra_boxes/mailbeez_tools_dhtml.php
admin/includes/extra_datafiles/mailbeez.php
store-front:
includes/extra_datafiles/mailbeez.php
update v1.7 to 2.0
Rename
(shop)/mailhive in e.g. (shop)/mailhive_old_1.7
copy
(shop)/admin/mailbeez.php
(shop)/mailhive.php
(shop)/mailhive
go to storefront, admin > tools > MailBeez
MailBeez automatically updates itself.
if you have done customization of email-templates
(shop)/mailhive/common/templates/*.tpl
(shop)/mailhive/mailbeez/birthday/email/*.tpl
copy your customized and adopted email-templates back to their location.
copy your additional modules
(shop)/mailhive/mailbeez/(module) - file & folder
back to their location
you are done :-)
The new template system (smarty.net) uses
instead ofHTML Code:{$name}
In compatibility mode the old templates can be used.HTML Code:$name
If you change the compatibility mode you need to clear the compiled templates (button)
am looking forward for some feedback regarding installation, usability etc!
enjoy mailbeez
cord
Beta 2.0... easy install... thank you :)
here are a few issues i am having
Blank popups to view html or text emails
send test email hangs on processing
simulate on modules hangs on processing
MailBeez - Mode: simulate
Processing....
code: winback module: winback
did it work with 1.7?Quote:
Blank popups to view html or text emails
please go to configuration > event log > check "MODULE_INIT"Quote:
send test email hangs on processing
simulate on modules hangs on processing
MailBeez - Mode: simulate
Processing....
code: winback module: winback
run again
please check reports > event log
what does it say for the last batch?
(lines with same number)
It did work with the exception of one of the html messages (cannot remember which, but didn't worry because I could see it in txt view)
And, for the other three modules, both views of txt and html worked.
Is this what you are looking for?
13 2011-01-27 10:38:49 MAILBEEZ_MODULE_INIT mailbeez_feedback class constructed [SIM]
13 2011-01-27 10:38:49 MAILBEEZ_MODULE_INIT birthday class constructed [SIM]
13 2011-01-27 10:38:49 MAILBEEZ_MODULE_INIT mailbeez_check class constructed [SIM]
13 2011-01-27 10:38:49 MAILBEEZ_MODULE_INIT nopurchase class constructed [SIM]
13 2011-01-27 10:38:49 MAILBEEZ_MODULE_INIT review class constructed [SIM]
13 2011-01-27 10:38:49 MAILBEEZ_MODULE_INIT review_facebook class constructed [SIM]
13 2011-01-27 10:38:49 MAILBEEZ_MODULE_INIT winback class constructed [SIM]
13 2011-01-27 10:38:49 MAILBEEZ_MODULE_INIT winback class constructed [SIM]
13 2011-01-27 10:38:49 MAILBEEZ_MODULE_INIT review_facebook class constructed [SIM]
13 2011-01-27 10:38:49 MAILBEEZ_MODULE_INIT review class constructed [SIM]
13 2011-01-27 10:38:49 MAILBEEZ_MODULE_INIT nopurchase class constructed [SIM]
13 2011-01-27 10:38:49 MAILBEEZ_MODULE_INIT mailbeez_feedback class constructed [SIM]
13 2011-01-27 10:38:49 MAILBEEZ_MODULE_INIT mailbeez_check class constructed [SIM]
13 2011-01-27 10:38:49 MAILBEEZ_MODULE_INIT birthday class constructed [SIM]
let me check it and come back later
that is fine... it is twice in the log for me
this is what i have in my mailbeez folder...
folder - birthday
folder - mailbeez_check
folder - mailbeez_feedback
folder - nopurchase
folder - review
folder - review_facebook
folder - winback
index.html
birthday.php
mailbeez_check.php
mailbeez_feedback.php
nopurchase.php
review.php
review_facebook.php
winback.php
are you having the issues (blank pop-ups) with ALL modules or just specific ones?
did you check the section "common problems" on
http://www.mailbeez.com/documentatio...lation/config/
should be ok, but manually adjust "MAILBEEZ_VERSION" in the configuration table to 1.7 - otherwise if won't detect the version correctly:
[SCR]"update " . TABLE_CONFIGURATION . " set configuration_value = '1.7', last_modified = now() where configuration_key = 'MAILBEEZ_VERSION'"[/SCR]
If it is weird LOL... we usually have the weird stuff LOL... I am happy to keep plodding along if it helps. I don't want to waste any of your time. The mod is incredible and we love it! If we can help you get 2.0 bug free (if only for us if nobody is having trouble) we are happy to do so. Just let me know what is most helpful to you!
Has anyone else installed Mailbeez 2.0 and have it functioning properly?
YES!! i can see the emails in view popup and simulate does run without any hang or issue!!
is that all i needed to do?! awesome!!
I do have a couple of comments/suggestions for your email templates (to make the English grammar read a little better)... if you would like me to share.
Thank you thank you thank you thank you!
i did run a production mode and am not sure that it worked properly for me...
the tracking entry in the database looks like the following where all items in the batch have a zero for the customer id.
autoemailid review 1 0 (empty cell for custemail) 7791 2011-01-28 19:22:46 0 98
my email looks like the following - Please note... no email address and no firstname/lastname in the email. (A message that you sent contained no recipient addresses, and therefore no
delivery could be attempted.)
To: []
From: ****our store email*****
Sent: 01/28/2011 19:22:02
Subject: We miss you $firstname $lastname
Dear $firstname $lastname,
It has been a while since we had the pleasure of having you stop by and shop at our store.
Let us know if there is anything we can do for you!
***edited **** store name
***edited **** store url
Sincerly Yours,
***edited **** store name
***edited **** store url
----
your email: $email_address
-----------
No more emails like this:
http://ourstoreurl/mailhive.php?ma=b...inback&mp=fA==
powered by http://www.MailBeez.com
This email address was given to us by you or by one of our customers. If you feel that you have received this email in error, please send an email to *** our store email***
This email is sent in accordance with the US CAN-SPAM Law in effect 01/01/2004. Removal requests can be sent to this address and will be honored and respected.
Hi,
Just upgraded to v2. Set to simulation mode. generates 6 reviews all showing in html with images. Send test good html. Run mailbee it runs fine sends out to cc.
The Email is in html format but this is what is mailed
-------------------------------------------------------------------
[SIM]$firstname $lastname please review your purchased products
Dear $firstname $lastname,
We would very much appreciate to hear if you are happy with your products.
Please review your purchased products:
$htmlProductList
sincerly yours, RJ Spomer
http://www.rjfinewood.com/wood-tissue-box-cover/
your email: $email_address
################################################################################
Please send me no more emails like this. We sent you this email since we have registered your email-address: me#################### in our customer database. Please do not reply to this email. If you would like to contact us, please use our Customer Service.
powered by MailBeez.com
################################################################################
-----------------------------------------------------------------------
All 6 emails are like this any help
Thanks
MailBeez 2.0 Beta 2
:oops:Quote:
The Email is in html format but this is what is mailed
-------------------------------------------------------------------
[SIM]$firstname $lastname please review your purchased products
Dear $firstname $lastname,
This error is fixed with the new Beta Release:
http://www.mailbeez.com/wp-content/p...load.php?id=19
upgrade from Beta 1 to Beta 2: just replace all files (merge folders by copying the new version onto it). If necessary copy back you adpoted template files
bug fixes:
- fixed failure of template engine initialization
- check if template_c is writable
the appeared only in certain circumstances - wasn't visible for me since I used to test differently.:lamo:
So thanks a lot for testing!
cheers
cord
[QUOTE=ksoup;988921]I do have a couple of comments/suggestions for your email templates (to make the English grammar read a little better)... if you would like me to share./QUOTE]
hi ksoup,
that would be great! all template are currently very basic for showing which variables are there.
Any help is very appreciated!
cheers
cord
[QUOTE=mailbeez;989490]This may help in coming up with a review http://www.getelastic.com/asking-for-customer-reviews/
Great ideas:smile:
Hi Cord,
Is there some sort of permission settings withing the Mailbeez program? When I try to add a new mailbeez I get an error. Just thought I'd ask. Thank you.
Nevermind, my fault. :smile:
Mailbeez :) Latest beta installed and working just fine!! thank you!
Beta 2
Run mailbreez in sim mode sends out emails fine, but only generates 1 item for an order and several orders had multiple items purchased. :huh:
did it work with mailbeez 1.7?
will check is well
It did work in 1.7 but without the images and in text mode not html. I upgraded shortly after that and never played around with 1.7 any further.
MailBeez 2.0 released
A couple of minutes ago MailBeez 2.0 got finalized and released.
Thanks to many feedback of people testing MailBeez 2.0 during the past week this release is very stable and recommended for production.
Download on http://www.mailbeez.com
new features and bugfixes in MailBeez 2.0
http://www.mailbeez.com/documentation/changelog/
The upgrade is painfree and very simple to do (when you follow the 3 steps of the enclosed file "EN_update_v1.x_to_v2.0.txt" :cool: )
enjoy MailBeez
cord
thank you :) will those of us who tested need to download and upgrade again?
yes, there are several improvements in the final mailbeez 2.0 version.
just upgrade like you did from 1.7 to 2.0 beta
cheers
cord
Found this in the email_html_zencart.tpl
Zencart merges the output generated by MailBeez into the zencart default template located in
email/email_template_default.html
removed it and all looks good!!
:clap:
so you learned, where to change the template :smile:
(which is the purpose of the text)
Hi, I've tried to install a few times and it's not working out...I noticed that the mailhive folder has A LOT more files/folders than it did before. I reuploaded v1.7 and it's working again. What am I doing wrong here? I've never had a problem with this mod install before?
Help?
Nevermind, I got it. Took me a few tries though. Thank you!
Installed V 2.0 and I am getting a error when I go to Modules
Fatal error: Cannot redeclare class config in public_html/mailhive/mailbeez/config.php on line 31
Hi cord
I Have everything working and now trying to do some editing of the review html template - body_html.tpl.
Question where is the font size and formatting controlled? I tried to edit the template and i can change the words but not the font, font size or color.
Also I get the subject line right above the Greeting will this be the way it is sent to the customer?
TestFirstName TestLastName please review your purchased products
Dear TestFirstName TestLastName,
and the [SIM]TestFirstName TestLastName please review your purchased products
Dear TestFirstName TestLastName,
Thanks for a great product can not wait to give it a go.
I hope I didn't miss something...
... this is what was actually in the customer's email this morning...
Subject: $firstname $lastname please review your purchased products (the names and emails show properly everywhere else)
Message Excerpt:
template: mailhive/common/templates/email_txt.tpl (shouldn't this text be removed and not shown to the customer?)
On ZenCart 1.3.8 I just upgraded from Mailbeez 1.7 to 2.0.
Everything seems to be ok so far, but I have a problem with the subjects of the emails. Here is the subject I get in my emails:
<!-- Begin: mh:subjectTemplate -->$firstname $lastname share your Review on Facebook<!-- End: mh:subjectTemplate -->
I get this strange subjects since I upgraded. I tested it with the modules 'Review Reminder' and 'Share Review On Facebook'. I think that I have copied all upgrade files and template files as specified.
Putting curly brackets around $firstname and $lastname in the subject.tpl file results in proper names but the text '<!-- Begin: mhsubject Template' won't disappear.
BTW I find this module absolutely GREAT !
Regarding my problem with the email subjects looking like:
"<!-- Begin: mh:subjectTemplate -->$firstname $lastname share your Review on Facebook<!-- End: mh:subjectTemplate -->"
I have looked into the MailBeez code and found in the template engine file Smarty.class.php at line 1315-1319:
// BOF - Tomcraft - 2009-05-26 - Modified for xt:Commerce v3.0.4 SP2.1
//if (isset($_smarty_results)) { return $_smarty_results; }
if (file_exists('includes/local/configure.php')) {
if (isset($_smarty_results)) {
return '<!-- Begin: '.$resource_name.' -->'.$_smarty_results.'<!-- End: '.$resource_name.' -->';
}
} else {
if (isset($_smarty_results)) { return $_smarty_results; }
}
// EOF - Tomcraft - 2009-05-26 - Modified for xt:Commerce v3.0.4 SP2.1
The problem is that I have the file 'includes/local/configure.php' installed in my ZenCart. So I have 2 options:
1. Remove the file 'includes/local/configure.php' which contains only code for Debugging ; #define('STRICT_ERROR_REPORTING', true);
2. Change the code above to:
// BOF - Tomcraft - 2009-05-26 ...
if (isset($_smarty_results)) { return $_smarty_results; }
// EOF - Tomcraft - 2009-05-26 ...
I decided for the 2. option and hope that the problem is solved now.
Everything is working correctly now. The subject issue above is due to the fact that the default temp has this in its form. I removed it and that part is fine. The front size and type formatting was a little trial and error but worked it out.
Thanks for a great addition to zen cart. I will now start actually using it in production mode.:smile:
Everything is working for us now, but this is what I had to do ...
we only had the $firstname $lastname issue with the subject of the email... everything else was fine.
so.. i went to each mailbeez module and edited the subject template to add the curly brackets
{$firstname} {$lastname} blah blah blah :)
hope this helps someone else. :)
that is fine - wasn't aware of I bundled a modified version of smarty into MailBeez.
MailBeez is designec to work with the standard smarty lib version 2.x or 3.x (php5). you can set the path to the lib in the MailBeez configuration > template system
cheers / gruss
cord
everything can be customized without touching code _ you just need to understand the levels of the template system:
(zencart)/email/ - zencarts own emailtemplates, the output of MailBeez is merged into email_template_default.html
(zencart)/mailhive/common/templates/email_html_zencart.tpl - a dummy frame template which makes sense in other cart systems
(zencart)/mailhive/mailbeez/(module)/email/*.tpl - the content templates with the specific content per module
cord
Can I delete the old mailbeez folder after the new install to v2.0?
Hello everyone,
I've installed and configured my Mailbeez.... and I have to say it looks like one of the cleanest, most well built mods that I've ever installed! Good work!
There is one issue that I'm having related to the link to <a href="{$block_url}">. This link seems to be broken.
I currrently have:
This email has been sent to: email_address|default:'me####################'} as a customer of KCB Graphics. If you would prefer not to receive emails from KCB Graphics please click this link<a href="{$block_url}"></a>.
Has anyone seen this issue and resolved it.
Any help is appreciated.
Thank you.
hi paul,
I assume you tried the opt out link from viewing the email template. the the url is not working since it needs an actual customer to work on.
so whem you run Mailbeez in simulation or production mode the block_url will work in the generated emails. with MailBeez 2.0's new advanced simulations you can also try to opt out and will see it in the opt out list under reports marked with [SIM]. with click on "restart simulation" under configuration > simulation this entry will be removed.
hope this helps
cord
Hi. I was happy to discover this module. It seems, though, that I have started off on the wrong foot.
Before going through the folders in the automatic email module by Mailbeez, I searched for more documentation on the web which led me to the Trustpilot recommendation. When I signed up for the free trial with Trustpilot, there was no way to credit Mailbeez, and no mention anywhere that the Trustpilot folders were contained in the automatic email module.
I now see there is a Trustpilot folder right in the module.
I am going to install that, and see what happens. Maybe I will be rejected by Trustpilot as a duplicative signup. It should be straightforward to cancel.
However, I would recommend that the documentation for Zen Cart would mention TrustPilot and explain that a TrustPilot module is contained within the automatic email module.
Thanks for this important module.
Notageek
hi,
I will send you a PM to sort things out with Trustpilot.
Mailbeez has an affiliate agreement with Trustpilot and is also officially recommended by Trustpilot. But it is completly optional to sign up for a partnership. To support Mailbeez and get up to 50% discount on Trustpilot rates you need to sign up through www.mailbeez.com/trustpilot.
to comply with the rules the Trustpilot module cannot be by default part of the MaiilBeez package on zencart.com. however when you donwload directly from Mailbeez.com (which is always the latest release) the module is already in place
cheers
cord
Hi. I was about to rename the mailbeez 1.5 folder in the zip of version 2.02, but now I am thinking it is all to be uploaded to overwrite 1.5, so that folder needs to keep its 1.5 name. Would that be correct?
Thanks.
Notageek
Hi. I clicked on all of the updates that came up in Admin, and now find a separate file called Mailbeez 2.02 which is separate from the Mailbeez 1.5 that was within the zip called 2.02 which I downloaded from Mailbeez.com but which contained a Mailbeez 1.5.
I am going to guess that that independent 2.02 file should replace Mailbeez 1.5 and not the file named Mailbeez that contains the modules and no version number.
I also downloaded modules from the admin update option which might need to overwrite the Trustpilot and Birthday modules within the 1.5, especially as the Trustpilot is not showing up in the install screen in admin.
It is a nice system, and seems easy to figure out with scrutiny and making sure one clicks on the updates. One needs to click on the downloadable modules that come up in the Admin screen to find the latest updates, rather than go to Mailbeez.com, where they are not so obvious as updates.
So, since we were advised somewhere to go to Mailbeez.com instead of the Zen Cart downloads for version 2.0, and since I almost chose not to click on the admin popup modules and updates, I wanted to stress their importance here.
The 2.02 Admin dashboard has a tab for modules, but when I click that tab it shows no modules to install or view.
Most likely I have messed something up by installing the 2.02 mailbees module independently.
I have the birthday and trustpilot modules in the directory structure: root/mailhive/mailbees/birthday and root/mailhive/mailbees/trustpilot. Before installing Mailbees 2.02, the birthday module was installed, and the Trustpilot module did not show.
How do I get the modules to show when I click the modules tab in Mailbees Admin?
you are confusing me :wink:
the downloads are identically no matter if you go through the update checker or the "download quickstart package" on mailbeez.com
there is an update readme file included - just follow it and it will work.
all zip files include a readme on how to update the module.
hope the check update function helps to keep track of installed modules, their version and new ones
I will soon update the package on zencart.com, but it takes usually up to 2 weeks before they are online
enjoy mailbeez
cord
Hi Cord,
When I run in simulations mode and send an eamil in html the <a href="{$block_url}"></a> still doesn't seem to function. I've shown a print screen shot from an email below.
http://www.kcbgraphics.com/images/mailbeez-sample.gif
Any thoughts on what I'm missing.
Thank you.
Paul
hi paul,
it must beQuote:
<a href="{$block_url}"></a>
if you have it like this please send me yourPHP Code:
<a href="{$block_url}">this link</a>
malhive/coomon/templates/body_html_zencart.tpl (where you have the common sign out text)
cord
Cord, thanks for your clarifications.
I now see that Mailbeez 2.02 is the complete program as downloadable from Mailbeez.com, and the title "Automatic Trigger Email Campaigns" is just an extra title by which the program is listed in the Zen Cart software add-ons.
I also see that the modules come up in Admin for download once the basic Mailbeez software is installed, and downloading from that source is the most direct way of placing the current modules into the directory structure.
Each module appears to be for one email type.
I see there is now an install.sql SQL patch in 2.02.
In my test install which began with version 1.5, I did retain an old config.php file under mailhive/mailbeez which, when removed, allowed the modules to show in Admin.
Thanks again.
Notageek
yes, agree with most (good to have a view through fresh eyes!)
the install.sql is there by mistake and not necessary. mailbeez come with a clean install / upgrade / uninstall functionality with does that SQL stuff in the background.
let me know what your experiences are. I appreciate any input or even contributions like e.g "MailBeez for dummies" written by someone new to MailBeez explaining all the stuff which appears to me to be clear at first sight (but which is not)
cheers
cord
Mailbeez 1.6:
WRT the errors likeLooking in mailhive/common/classes/mailbeez.php, line 67 isQuote:
Notice: Undefined property: birthday::$additionalFields in /webs/www.c-thru-music.com/store/mailhive/common/classes/mailbeez.php on line 67
Notice: Undefined property: nopurchase::$additionalFields in /webs/www.c-thru-music.com/store/mailhive/common/classes/mailbeez.php on line 67
Should that be ' = array();' (ie a single '=' for assignment)?Quote:
$this->additionalFields == array();
It gets rid of the error mesage, but is it correct?
Note that this statement is still there in the latest download.
Cheers,
Tim
hi tim,
yes, it is correct!
the == is a typo and fixed with the next release (luckyly it only gave a notice)
cheers
cord
Thanks for the quick reply. I'll update it in my current installation and will upgrade properly later.
Cheers,
Tim
Hi i have this error in my debug log:
PHP Warning: Call-time pass-by-reference has been deprecated in /hsphere/local/home/xxxxx/xxxxx.com/shop/mailhive/common/functions/template_engine.php on line 136
What does it mean and how do I fix it? Thank you!
hi joyjoy,
need to fix this with the next release.
It is only a warning - so no worries.
cheers
cord
Hi, I need to change the phrase "no more email like this" because I want to translate it in italian.
How can this be achieved?
Thanks
hi enzo,
all email content is defined in template files - you can find the common template files
mailhive/common/templates/
just change it there and it will affect all types of mailbeez emails.
cheers
cord
I can not use mailbeeze with cronless.
If I add in cronless the job using the url provided by mailbeeze, it says that the url can not be reached.
the url is:
http://www.x x x x x x.it/mailhive.php?b73ff7f7e0f1566fdb79364aa27eeea2=run
where x x x x x is the name of my domain.
If instead I type the url in a browser I get a correct answer from mailhive.php
What's wrong?
Thanks
enzo
hi enzo,
looks like your server can't be reached from cronless' server location.
you might need to check your DNS settings with your hoster.
cheers
cord
Hi Cord,
I do not understand what should I check.
If my site can be reached by any other browser in the world, it means, to me, that the DNS are set correctly.
Or not?
ciao
As I said it was not a DNS problem.....
Quote:
Support [agent]
it seems the file mailhive.php is not getting accepted
please hold on for a sec
what is your username?
You <click to change>
xxxxx
Support [agent]
Please create a job for the domain only
I will modify it to add the filename
You <click to change>
ok
created
do you need my password?
Support [agent]
no need for the password
You <click to change>
ok
Support [agent]
so you set up the job with the required schedule?
You <click to change>
yes and only with http://x x x x x x.it
Support [agent]
ok just a sec
ok done. I'll loosen up the validation a little in an hour so so you could modify it later
its running now.
sorry for the inconvenience :)
You <click to change>
thanks! what was the problem?
Support [agent]
we make a lot of validation checks on the domain and it seems the filename is not getting accepted. but its not a big deal I'll fix it late today
although we have a lot of members using mailhive. I dont know why this is happening now
You <click to change>
so the validation process was creating the problem, not my site. correct?
Support [agent]
yes, its all on us :)
You <click to change>
ok :-) thanks
strange - but good to hear cronless is taking care of that issue
cheers
cord
Hello again, when I try to run list recipients I get these errors:
(Customers without purchase)
1054 - Unknown column 'simulation' in 'where clause'
select date_sent, iteration from mailbeez_tracking where module='nopurchase' and iteration='1' and simulation > 0 and customers_id='266' order by date_sent DESC
(Birthday Greetings)
1054 - Unknown column 'simulation' in 'where clause'
select date_sent, iteration from mailbeez_tracking where module='birthday' and iteration='2011' and simulation > 0 and customers_id='117' order by date_sent DESC
How would I fix this? Thank you.
hi joyjoy,
it is an update error due to mixing up versions.
please remove all mailbeez configuration settings with
DELETE FROM configuration WHERE configuration_key LIKE ‘MAILBEEZ_%’;
make sure you have the latest version of each file
install mailbeez with the install button in the admin
cheers
cord
Perfect that took care of it. Thank you.
This just started I am able to generate list of recipients, email html but I can not run in sim or production, I also can not send test email.
One other odd thing it shows that I do not have the 1.5 review or the other updates.
2.02 version
last date working 2/26