Support Joomla!

1.5 Template Project

The Joomla! Documentation Working Group is running a project to develop detailed reference and tutorial material on Joomla! 1.5 templates.  There is a project page on the documentation wiki where you can see the work in progress and help us by contributing your knowledge.

Who's Online

We have 68 guests online

Help Site License

The Joomla! Help Site content is copyright © 2005 - 2008 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution NonCommercial ShareAlike 2.5. Some parts of this website may be subject to other licenses.
Home arrow FAQs

J! CORE: What do Error 1, Error 2, and Error 3 mean?
Author(s):Experience level:-
Contributors:Joomla! version:1.0
Date added:Wednesday, 27 June 2007Date last changed:Friday, 06 July 2007
 
Error 1 = FATAL ERROR: MySQL support not ...
You need to compoile MySQL support in to PHP or the MySQL server is down.

Error 2 = FATAL ERROR: Connection to database ...
Joomla! cannot talk to the database, most likley you have typo'd the username or password in the configuration.php file or you are trying to access a table with the wrong table prefix.

Error 3 = FATAL ERROR: Database not found
The database cannot be found, maybe you typo'd in the configuration.php file

Originally Posted by toubkal

The MySQL Variables in the "configuration.php" file (found in the root folder of the Joomla!) can be modified to correct many of these problems.

For Joomla! 1.0.xx
$mosConfig_host = 'localhost';
$mosConfig_user = 'accountname__username';
$mosConfig_password = 'userpassword';
$mosConfig_db = 'accountname_dbName';
$mosConfig_dbprefix = 'jos_';

Modifying the $mosConfig_host to an IP Address of a remote host works for hosts that have separate MySQL servers from the client hosting servers.
Last Updated Friday, 06 July 2007
Tags
< Prev   Next >

Powered by EasyFAQ © 2006 Joomla-addons.org