I cant access Joomla Administrator page.

Joomla version 1.5 is end-of-life and are no longer supported. Please use Joomla 3.x instead.

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.
Locked
miexie
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Oct 15, 2010 10:03 am

I cant access Joomla Administrator page.

Post by miexie » Fri Oct 15, 2010 10:17 am

Hi there, can anyone help me about my problem?
I set up our school website on Plesk Control Panel.
http://www.sjit.edu.ph. However when I tried to access the admin page
http://www.sjit.edu.ph/administrator it is totally white screen.
I tried also logging in on the front end side, the login form of our site, using admin account
but error has been occured.

Why is it so?
Please help me...

CutterNorth
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Tue May 01, 2007 10:48 pm

Re: I cant access Joomla Administrator page.

Post by CutterNorth » Fri Nov 05, 2010 6:03 am

I'm having the same issue.. The site was working just fine. I haven't checked in a couple of months. Then I tried to make a change and found out the admin page just goes white after the login screen.

qqqqq
Joomla! Apprentice
Joomla! Apprentice
Posts: 16
Joined: Thu Oct 28, 2010 8:09 am
Contact:

Re: I cant access Joomla Administrator page.

Post by qqqqq » Fri Nov 05, 2010 1:45 pm

I have the same problem with a website. The page is white. No error.
http://www.attagency.ro Web Design Company
http://www.rcaieftin2011.ro Asigurare RCA ieftin

Postyourads
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Sat Nov 13, 2010 11:04 am

Re: I cant access Joomla Administrator page.

Post by Postyourads » Sat Nov 13, 2010 11:12 am

Hello,
it's less than 24 hrs when I installed joomla app from my godaddy hosting control.Joomla showing successfully installed and giving this link http://postyourads.co.in/Ads/administrator
bt this link is showing broken....what should I do...plz help....http://postyourads.co.in/Ads/administrator

drmail19
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sat Nov 13, 2010 4:00 pm

Re: I cant access Joomla Administrator page.

Post by drmail19 » Sat Nov 13, 2010 4:19 pm

Postyourads wrote:Hello,
it's less than 24 hrs when I installed joomla app from my godaddy hosting control.Joomla showing successfully installed and giving this link http://postyourads.co.in/Ads/administrator
bt this link is showing broken....what should I do...plz help....http://postyourads.co.in/Ads/administrator
same error
Not Found

The requested URL /administrator was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
seems to be an error
we can't find the administrator panel because --> joomla instalation has never happend !
I looked in the file manager and FTP manager and ... ITS Empty

Postyourads
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Sat Nov 13, 2010 11:04 am

Re: I cant access Joomla Administrator page.

Post by Postyourads » Sun Nov 14, 2010 6:07 pm

I have reinstalled Joomla through Godaddy but when trying to access admin page following code being displayed. URL is http://postyourads.co.in/administrator/



<?php
/**
* @version $Id: index.php 14401 2010-01-26 14:10:00Z louis $
* @package Joomla
* @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/

// Set flag that this is a parent file
define( '_JEXEC', 1 );

define('JPATH_BASE', dirname(__FILE__) );

define('DS', DIRECTORY_SEPARATOR);

require_once( JPATH_BASE .DS.'includes'.DS.'defines.php' );
require_once( JPATH_BASE .DS.'includes'.DS.'framework.php' );
require_once( JPATH_BASE .DS.'includes'.DS.'helper.php' );
require_once( JPATH_BASE .DS.'includes'.DS.'toolbar.php' );

JDEBUG ? $_PROFILER->mark( 'afterLoad' ) : null;

/**
* CREATE THE APPLICATION
*
* NOTE :
*/
$mainframe =& JFactory::getApplication('administrator');

/**
* INITIALISE THE APPLICATION
*
* NOTE :
*/
$mainframe->initialise(array(
'language' => $mainframe->getUserState( "application.lang", 'lang' )
));

JPluginHelper::importPlugin('system');

// trigger the onAfterInitialise events
JDEBUG ? $_PROFILER->mark('afterInitialise') : null;
$mainframe->triggerEvent('onAfterInitialise');

/**
* ROUTE THE APPLICATION
*
* NOTE :
*/
$mainframe->route();

// trigger the onAfterRoute events
JDEBUG ? $_PROFILER->mark('afterRoute') : null;
$mainframe->triggerEvent('onAfterRoute');

/**
* DISPATCH THE APPLICATION
*
* NOTE :
*/
$option = JAdministratorHelper::findOption();
$mainframe->dispatch($option);

// trigger the onAfterDispatch events
JDEBUG ? $_PROFILER->mark('afterDispatch') : null;
$mainframe->triggerEvent('onAfterDispatch');

/**
* RENDER THE APPLICATION
*
* NOTE :
*/
$mainframe->render();

// trigger the onAfterRender events
JDEBUG ? $_PROFILER->mark( 'afterRender' ) : null;
$mainframe->triggerEvent( 'onAfterRender' );

/**
* RETURN THE RESPONSE
*/
echo JResponse::toString($mainframe->getCfg('gzip'));
?>
--------------------------------------------------------------------------
UPDATE : GoDaddy did some correction and site is working fine


Locked

Return to “Installation 1.5”