it is part of the mailbeez V1.7 package - the one you downloaded for doing the upgrade
Printable View
it is part of the mailbeez V1.7 package - the one you downloaded for doing the upgrade
ok, am happy to hear you could fix it.
The only way to miss up things in MailBeez is by doing uncomplete upgrades and mixing files of different versions :wink: Buy you already know how to do it :wink:
As long as you follow the step-by-step instructions it will work rock-solid
cord
Hi
I have just uploaded the files to my site. When I go to Admin > Tools and then click on Mailbeez , as it states in the basic configuration instructions, I get an HTTP 500 error. I believe I should be seeing an Install button.
Has anyone else had this problem and does anyone know why this is not working?
hi bakedblue,
did you check the rights for file / folders?
Doesn't look like an issue with MailBeez, but your Webserver - which could be caused by Read/Write/Execute settings?
cord
I've installed Mailbeez on a 1.3.9g system with the Checkout without Account add-on. Is there any way to stop sending the e-mail to customers that checked out without creating an account?
My Cron Job Finally Works! Here's how:
If you are like me and this is your first cron job then the learning curve is steep. My web host said I need to prefix the URL with the path to the PHP module hence the /usr/bin/php at the beginning. They also said to use an absolute path instead of an http://xxx . But it's this last bit that actually got it working. The PHP variable "?" needed to be removed from the URL and left with a space.
So instead of:
/usr/bin/php -q /home/MYUSERNAME/PATH/mailhive.php?MYID=run
It became:
/usr/bin/php -q /home/MYUSERNAME/PATH/mailhive.php MYID=run
Took me a week to work it out. Hope your journey is shorter.
GREAT Module BTW!!
Cheers,
Rob
hi labrat,
thanks a lot, I updated the basic configuration on mailbeez com documentation with your information.
The way to call cronjobs is different from the hoster, many prefer to use e.g. cronless.com.
On my server it runs perfect with
(lynx is a text-based browser)Code:lynx -dump URL
thanks a lot! enjoy MailBeez ;-)Quote:
GREAT Module BTW!!
cord
In the winback module when I view the email it shows the URL as http://www.domain.com/index.php?main_page=index&1
Why is there &1?
Anyways, I think the main class should just use:
PHP Code:
'storeurl' => HTTP_SERVER . DIR_WS_CATALOG,