by (120 points)
edited by
I have installed SEOToaster 3 times,
and I keep on getting a Blank Page when I want to access the site.

It has something to do with name space starting with a Number

30-Sep-2012 17:47:45 UTC] PHP Fatal error:  Uncaught exception 'Zend_Session_Exception' with message 'Session namespace must not start with a number.' in /home/pli8/public_html/seotoaster_core/library/Zend/Session/Namespace.php:125
Stack trace

I am using the IP Address initially to startup the site

So...I commented out the following in Namespace.php

/** if (preg_match('#(^[0-9])#i', $namespace[0])) {
            /**
             * @see Zend_Session_Exception
             
            require_once 'Zend/Session/Exception.php';
            throw new Zend_Session_Exception('Session namespace must not start with a number.');
        }
        */

I am able to login now - but don't know if this is advisable.

Please advise

thank you
Walt

1 Answer

by (2.9k points)
Hi there icenews! First of all, please, uncomment that block of code you commented :)
According to the subject: this error occurs because you'r  using IP address to reach your toaster. And that is a bug over there. We already fixed it and the fix will be available in the new package, we will release this Wednesday.
But you can make your toaster work! Just use a domain name instead of the IP address
...