#1046 - No database selected
Anyone help please
| SitePoint Sponsor |
#1046 - No database selected
Anyone help please


check your settings in the config file for the database host, username and password. It is highly unlikely they will be the same as your local server.
Mike Swiffin - Community Team Leader
Only a woman can read between the lines of a one word answer.....
I started out with nothing... and still got most of it left!


Configure it to what?
Mike Swiffin - Community Team Leader
Only a woman can read between the lines of a one word answer.....
I started out with nothing... and still got most of it left!
spikeZ
In Joomla! one needs to change the "configuration.php" especially the part that relates to username and password to the site. Check this out:
var $smtpuser = '';
var $smtppass = '';
var $smtphost = 'localhost';
var $MetaAuthor = '1';
var $MetaTitle = '1';
var $lifetime = '60';
var $session_handler = 'database';
var $password = 'password';
Now this is where the problem is!!
Bookmarks