No access of subpages+No access Backend/ControlPanel & Confi

Discussion regarding Joomla! 3.x Performance issues.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
Passat2007
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Wed Aug 20, 2014 6:20 pm

No access of subpages+No access Backend/ControlPanel & Confi

Post by Passat2007 » Thu Aug 21, 2014 6:02 am

Hi all,
we are running Joomla for a small sailing club. Yesterday, after 5 months without any problem, we had following problem.
1 hour before the problem occured, I changed the module position of 'DJ-Imageslider' component and its arrangement on the starting page. And I exchanged the pictures the slider should show. I do not think that is of importance - just for a complete diagnosis. Meanwhile I could deactivate the slider.

1. All subpages can't be accessed - I get error 404, while the header and top menu are shown.
2. Login at the administrator page is causing following failure message if accessing the control panel (default 1st page for Backend access):

Code: Select all

Fatal error: require_once(): Failed opening required '/homepages/24/.../components/com_jce/editor/libraries/classes/editor.php' (include_path='.:/usr/lib/php5.4') in /homepages/24/.../administrator/components/com_jce/includes/loader.php on line 49
Meanwhile I could access the login as Superuser, because it opens the COMPONENT Menü (maybe, because I was logged in recently in that component menu). AFter that I have seen , that only the
SYSTEM ---> CONTROL PANEL and
SYSTEM --> CONFIGURATION
is causing the fatal error as seen above after 1st log in. ALL other menus seem to be ok and can be accessed.

Any idea, what I can do, to get rid of this problem?
The site is www dot styc dot de .

Any comment is appreciated...

Greets
Joerg


PS: Line 49 , Loader.php shows:

Code: Select all

 if (!isset($paths[$keyPath])) {
            // set base as Component root
            $base = JPATH_COMPONENT_ADMINISTRATOR;

            switch ($key) {
                case 'editor':
                    $base = JPATH_SITE . '/components/com_jce/editor';
                    break;
                case 'admin':
                    $base = dirname(dirname(__FILE__));
                    break;
            }

!LINE 49!            $rs = require_once($base . '/' . implode('/', $parts) . '.php');

            $paths[$keyPath] = $rs;
        }

        return $paths[$keyPath];
SYSTEM:
Joomla! 3.3.0 Stable [ Ember ] 30-April-2014 14:00 GMT
Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
PHP 5.4.30

Passat2007
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Wed Aug 20, 2014 6:20 pm

Re: No access of subpages+No access Backend/ControlPanel & C

Post by Passat2007 » Thu Aug 21, 2014 9:15 am

There is a 'At work message' posted now.
You can see the actual problenm via THIS LINK

Would be happy if someone can help...


Locked

Return to “Performance - Joomla! 3.x”