Error Installing Login Block
Permalink
When I install the "login block" I receive an immediate error message saying:
"Cannot redeclare class LoginBlockController in /home3/janiebmo/public_html/premiersurftraining/packages/login/blocks/login/controller.php on line 45"
I really need this login block to work for me right now.. any ideas?
Thanks!
"Cannot redeclare class LoginBlockController in /home3/janiebmo/public_html/premiersurftraining/packages/login/blocks/login/controller.php on line 45"
I really need this login block to work for me right now.. any ideas?
Thanks!
Thanks so much, I totally looked past that!
Any idea why I get an error page when a new user fills out the registration form when I set registration to "email validation"? I edited the register.php file.. but then changed it back to default thinking that it would reverse an accidental mistake..
Thanks! (that's the last question :))
Any idea why I get an error page when a new user fills out the registration form when I set registration to "email validation"? I edited the register.php file.. but then changed it back to default thinking that it would reverse an accidental mistake..
Thanks! (that's the last question :))
whats the error?
This is what happens:
Fatal error: Call to a member function deactivate() on a non-object in /home3/janiebmo/public_html/premiersurftraining/concrete/controllers/register.php on line 143
Any solutions? Thanks!!!
Fatal error: Call to a member function deactivate() on a non-object in /home3/janiebmo/public_html/premiersurftraining/concrete/controllers/register.php on line 143
Any solutions? Thanks!!!
It seems that you have uploaded this block more than once. Please make sure you have it only in one place:
if it is a package, it should be only in '/packages/' and not in 'concrete/packages/'. If it is a single block (not packaged), then it must be only in '/blocks/' and not in 'concrete/blocks/' directory.