Cant Login....
|
25 posts
|
I installed successfully. But when I go to frog_dir/admin/, the login screen doesn't show. I didn't rename _.htaccess in root or in the admin folder because i cant? (im on windows). define('BASE_URL'... is commented. The front of the site works fine but i cant see login page. Help please. Thanks. |
|
25 posts
|
Nevermind. I fixed it. Replace all the lines in the app/backend/views/login/index.php that had: echo _( to just use the regular echo function. Ex: <?php echo _('Login') ?> would become: <?php echo ('Login') ?> |
|
541 posts
|
yes I know this bug has already been fixe, bu not yet released, because frog is in big change and the next release will be completly different !! more flexible permission, behavior, ... maybe extension |