Quote Originally Posted by LDnAZ View Post
WOW! What fun reading through all 44 pages of posts trying to find an answer. I noticed the question has come up before regarding a 500 Internal Error after copying all files and folders into their correct locations and then clicking on "Mailbeez" in admin Tools.

I added the line of error reporting script and this is the error I get

"Parse error: syntax error, unexpected T_REQUIRE_ONCE in /home/content/78/7737178/html/zencart/old_FiLes_1969/mailbeez.php on line 28"

Here is line 28 in my server

"require_once(DIR_FS_CATALOG . 'mailhive/common/functions/compatibility.php');"

I am using Zencart 1.3.9h and Mailbeez 2.1

Thanks,
LD
hi LD,

was now able to check your installation.

The error above was caused by inserting "error_reporting(ALL)" without and ending ";" in <admin>/mailbeez.php

The root cause for mailbeez not working is

PHP Fatal error: Cannot redeclare class base in /home/(...)/html/zencart/includes/classes/class.base.php on line 17

which happens in <admin>/mailbeez.php already in the first code line

require('includes/application_top.php');

So it is not caused by mailbeez at all !? but already by the zencart framework

on Google I found e.g. this thread:

http://www.zen-cart.com/forum/showthread.php?t=72460

maybe this helps you to find out what is wrong

cheers
cord