0
Welcome Guest! Login
0 items Join Now

MC on adm user, Bluestork as default. Can't see backend.

    • Vidar's Avatar
    • Vidar
    • Hero Rocketeer
    • Posts: 413
    • Thanks: 0

    MC on adm user, Bluestork as default. Can't see backend.

    Posted 13 years 4 months ago
    • I've (or had) a fresh 1.7 site with latest of everything up and running just fine.

      I decided to try MC. Since MC isn't translated to the language of the site, and the language preferred by the regular user, I thought I could run the Bluestork theme as default in the other language and one user, me the admin, with MC in English.

      I did the changes in the "user administration" and logged out. Now I know I shouldn't have done that, because now I can't log back in. I can log in per se, but I can't do anything.

      The only thing I can see after log in, is this:

      -Logout
      -View Site
      -System Tools▾

      -Checkin Manager
      -Quick-Cache-Clean0
      -Cache Manager
      -Purge Expired Cache
      -System Information
      (the editor drop down chooser)

      Joomla Administrator

      Warning: require(/public_html/administrator/templates/bluestork/lib/menu/tmpl/default_enabled.php) [function.require]: failed to open stream: No such file or directory in /public_html/administrator/templates/rt_missioncontrol/lib/menu/tmpl/default.php on line 22

      Fatal error: require() [function.require]: Failed opening required '/public_html/administrator/templates/bluestork/lib/menu/tmpl/default_enabled.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /public_html/administrator/templates/rt_missioncontrol/lib/menu/tmpl/default.php on line 22

      What have I done and how can it be fixed?
    • Last Edit: 13 years 4 months ago by Vidar.
    • Regards,
      Vidar
    • Vidar's Avatar
    • Vidar
    • Hero Rocketeer
    • Posts: 413
    • Thanks: 0

    Re: MC on adm user, Bluestork as default. Can't see backend.

    Posted 13 years 4 months ago
    • I guess since this is a free template, the team doesn't look in here often? Please prove me wrong.
    • Regards,
      Vidar
    • Vidar's Avatar
    • Vidar
    • Hero Rocketeer
    • Posts: 413
    • Thanks: 0

    Re: MC on adm user, Bluestork as default. Can't see backend.

    Posted 13 years 4 months ago
    • I still can't do anything on this site.

      I guess I can edit some php-file via ftp, but I've no idea which and what to edit.
    • Regards,
      Vidar
    • Vidar's Avatar
    • Vidar
    • Hero Rocketeer
    • Posts: 413
    • Thanks: 0

    Re: MC on adm user, Bluestork as default. Can't see backend.

    Posted 13 years 4 months ago
    • Anyone have a suggestion for a better topic to catch the attention of the Mod squad with?
    • Regards,
      Vidar
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: MC on adm user, Bluestork as default. Can't see backend.

    Posted 13 years 4 months ago
    • What exactly where your user permissions and template configurations? I'm just trying to replicate the setup you had.

      I created another user called "administrator" with regular administrator access, and set that to bluestork.

      My super admin account is set to missioncontrol with the default for the site being missioncontrol. All works fine. What is your setup exactly?
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: MC on adm user, Bluestork as default. Can't see backend.

    Posted 13 years 4 months ago
    • Ok found the problem. It happens if you have bluestork as default, and then try to login with an MC user. Will be fixed in next version, but quickfix now is to replace the _getCurrentAdminTemplate() method in the rt_missioncontrol/lib/rtcore.class.php file with:
           function _getCurrentAdminTemplate()
           {
                $app =& JFactory::getApplication('admin');
                return $app->getTemplate();
           }
    • Vidar's Avatar
    • Vidar
    • Hero Rocketeer
    • Posts: 413
    • Thanks: 0

    Re: MC on adm user, Bluestork as default. Can't see backend.

    Posted 13 years 4 months ago
    • I see you managed to answer that one yourself. It's the exact same thing as I wrote, but easier to understand. :)

      And the quickfix worked (of course). Thanks Boss. :D
    • Regards,
      Vidar
    • yomax's Avatar
    • yomax
    • Jr. Rocketeer
    • Posts: 43
    • Thanks: 0

    Re: MC on adm user, Bluestork as default. Can't see backend.

    Posted 13 years 4 months ago
    • Hi!
      I had the same problem and the quickfix worked perfectly§
      Great work!

Time to create page: 0.081 seconds