Can't log in to Admin after new install

Need help installing Joomla! 3.x? For all Joomla! 3.x installation issues please use this forum.

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
ProudCDN
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Fri Nov 28, 2014 3:23 am

Can't log in to Admin after new install

Post by ProudCDN » Fri Nov 28, 2014 3:37 am

Could someone please help...when I go to localhost/joomla/administrator I receive:

Notice: Undefined property: LoginController::$input in C:\xampp\htdocs\Joomla\administrator\components\com_login\controller.php on line 38

Fatal error: Call to a member function set() on a non-object in C:\xampp\htdocs\Joomla\administrator\components\com_login\controller.php on line 38

Here are lines 32 to 42:

public function display($cachable = false, $urlparams = false)
{
// Special treatment is required for this component, as this view may be called
// after a session timeout. We must reset the view and layout prior to display
// otherwise an error will occur.

$this->input->set('view', 'login');
$this->input->set('layout', 'default');

parent::display();
}

User avatar
sikumbang
Joomla! Ace
Joomla! Ace
Posts: 1589
Joined: Fri Aug 19, 2005 4:37 am
Location: earth
Contact:

Re: Can't log in to Admin after new install

Post by sikumbang » Fri Nov 28, 2014 8:15 am

http://www.templateplazza.com - Joomla Templates and Extensions

ProudCDN
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Fri Nov 28, 2014 3:23 am

Re: Can't log in to Admin after new install

Post by ProudCDN » Fri Nov 28, 2014 8:52 pm

Thanks! I now have my admin login page. Have a great weekend!

sovainfo
Joomla! Exemplar
Joomla! Exemplar
Posts: 8808
Joined: Sat Oct 01, 2011 7:06 pm

Re: Can't log in to Admin after new install

Post by sovainfo » Fri Nov 28, 2014 10:11 pm

Have a look at cli/deletefiles.php. It removes all outdated stuff. It is executed after updating Joomla the normal way. It makes sure the new stuff is used instead of the old stuff.
Issue with migrating? Include logs/joomla_update.php in your report!
Blank screen? Verify pagesource for HTML code (javascript error)
Installation failing on populating database? Install with set_time_limit(0)
Document your customizations!


Locked

Return to “Installation Joomla! 3.x”