Help - Search - Members - Calendar
Full Version: Mysql + Joomla 1.5 Problem
Zymic Webmaster Forums > Zymic Free Web Hosting > Databases & MySQL
Efraim de Carvalho
Hello guys. rolleyes.gif

I'm having a problem (I'm newbie, sorry) with my Databases here.

I have created a new one for joomla instalation, but i get the error that it could not connect.

This is how it is on "configuration.php" of joomla directory.

/* Database Settings */
var $dbtype = 'mysql'; // Normally mysql
var $host = 'uuuq.com'; // This is normally set to localhost
var $user = 'aeroconvirtual_admin'; // MySQL username
var $password = '******'; // MySQL password
var $db = 'aeroconvirtual_joomla'; // MySQL database name
var $dbprefix = 'jos_'; // Do not change unless you need to!

I've tried to put on the host "localhost" first, but it didn't worked also.

Someone could help?
swordz
localhost was correct. The problem is that your database and user names can only be 16 characters long - this means you're only allowed a single character after the _.

swordz
Efraim de Carvalho
Oh, it worked for now. Thanks.

But I'm having another problem then...

jtablesession::Store Failed
DB function failed with error number 1146
Table 'aeroconvirtual_j.jos_session' doesn't exist SQL=INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` ) VALUES ( '6761459ab8385e93b806fe71b17ccf66','1228921931','','0','1','0' )

Someone know what is that?

Maybe I didn't pass the instalation right?
swordz
It means that the table jos_session doesn't exist in database aeroconvirtual_j. Which probably means, as you say, that the installation went wrong. I'd check that jos_ is the correct prefix, by going to that database and looking for a similar named table.

swordz
Efraim de Carvalho
Ok, I'll try. it. I aprecciate your help! wacko.gif
Efraim de Carvalho
Oh yeah. Now it's working as it should.

Thanks a lot for your help!
Efraim de Carvalho
Oh, come on...another error now.

When I finished intalling Joomla, it got to this error and don't want to enter with my admin and password logon:


Notice: Undefined index: DBtype in /www/uuuq.com/a/e/r/aeroconvirtual/htdocs/installation/installer/models/model.php on line 764

Fatal error: Call to undefined method JException::getNullDate() in /www/uuuq.com/a/e/r/aeroconvirtual/htdocs/installation/installer/helper.php on line 290


Someone?

Thanks!
swordz
That's a joomla error, nothing to do with zymic, it's their code - have you tried asking on their forums?

swordz
Efraim de Carvalho
Yeah. No response so far. Thanks for now!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.