my database change to mysqli, no more login access

Need help with the Administration of your Joomla! 1.5 site? This is the spot for you.

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
raqman
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Mon Nov 28, 2011 12:54 pm

my database change to mysqli, no more login access

Post by raqman » Tue Mar 13, 2012 11:02 pm

Hi,

My database changed to mysqli when I installed a component to test. Now I can't login anymore into the website. I changed in configuration.php

Code: Select all

var $dbtype = 'mysqli';
to 
var $dbtype = 'mysql';
But it still doesn't work, please help as I have not much experience.

The website version is joomla v.1.5.24, php 5

Thanks so much,
r

User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17434
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: my database change to mysqli, no more login access

Post by toivo » Wed Mar 14, 2012 10:51 am

Changing the PHP MySQL interface option mysql or mysqli should not alter the database itself or how Joomla itself functions. The login problem must be caused by something else.

Is this a production site or are you just testing? Which particular component is it, or did you write it yourself?

It is better to test new components in a localhost site on a workstation.
Toivo Talikka, Global Moderator


Locked

Return to “Administration 1.5”