Quote Originally Posted by foteek View Post
I've installed the latest Simple SEO mod in my 1.3.9 install, and now my admin shows a blank page. I've spent the last few hours diving into it and from the best that I can tell it's crashing in the init_admin_auth.php file. Specifically on the line calling\:


zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));

FILENAME_LOGIN is "login"

I don't know enough about zencart or zen_href_link to figure out how to debug further. Has anyone run into this, or doies anyone have advice on getting to the root of the problem? I'm out of ideas.

Thanks,
TJ
I had the same problem. What i did was in the includes/classes/ssu/parser.php on line 10 the following.
protected protected static function getClass() {
Take the first protected away and it will work

It must look like this.
protected static function getClass() {

Hopes it helps.