Page 1 of 1

[solved] Error in task 5 in the installation progress of IM

PostPosted: Sun May 14, 2006 7:38 am
Author: Rixn
Error on my fourth installation of IntegraMOD.

I've installed IntegraMOD three times before, with no problems (two v132 and one v140), and now, with my 4:th go I cant even get by the task 5 in the installation process. I can't see what I'm doing wrong.

When I click the start install button I get this answer:
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in h:homeusersFA03-06-02-06_68qd7vp9mxtkzrguju4xburlesque.sepublic_htmlforumdbmysql4.php on line 571

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in h:homeusersFA03-06-02-06_68qd7vp9mxtkzrguju4xburlesque.sepublic_htmlforumdbmysql4.php on line 572
phpBB : Critical Error

Could not connect to the database
My Basic config is as follows:
Database Server Hostname / DSN: mysql69.burlesque.se (I got this from my MySQL prefs)
Your Database Name: burlesq_se@b3884 (is this the one I can set my own name on?)
Database Username: burlesq_se@b3884 (I got this from my MySQL prefs)
Database Password: xxxhxixdxdxexnxxx (I got this from my MySQL prefs)

1) Do the Prefix for tables have to start with phpbb?
2) Must the Domain Name start with www?
3) What about the Database Server Hosname then (about the www)?
4) Is it Your Database Name or Database Username I can set myself?
5) What I'm I doing wrong?

Pls help me

PostPosted: Sun May 14, 2006 8:10 am
Author: Adrian Rea
1) Do the Prefix for tables have to start with phpbb?
No, you can change phpbb_ to anything, and this way you can have more than one install on one database (no spaces or funny characters
2) Must the Domain Name start with www?
No, you shouls be able to have it without the www.
3) What about the Database Server Hosname then (about the www)?normally localhost but if your host has mysql69.burlesque.se then that is what you should use.
4) Is it Your Database Name or Database Username I can set myself?Database name is the one you gave it.
5) What I'm I doing wrong?
If this is all on the same server as your previous sites, the best place to look is in the config.php of the working sites and this should give you your answer. and if not your host may have made changes.

A

PostPosted: Sun May 14, 2006 8:13 am
Author: Adrian Rea
oh and make sure you have mysql4 as the mysql version on the install page.

A

Re: Error in task 5 in the installation progress of IM 140

PostPosted: Sun May 14, 2006 8:19 am
Author: Rixn
phpMyAdmin gives this info:
Welcome to phpMyAdmin 2.7.0-pl1

MySQL 4.1.15-log running on localhost as burlesq_se@b3884@localhost


The database is new and fresh. The other sites has their own databases.

PostPosted: Sun May 14, 2006 8:28 am
Author: Adrian Rea
No, what I mean is make sure Database Type: on the install page is set to mysql4.x, not 3.x
And if your other sites are set on the same server, look at the config.php, this will give you an idea if the data you are entering is correct.

A

Re: Error in task 5 in the installation progress of IM 140

PostPosted: Sun May 14, 2006 10:49 am
Author: Rixn
Yes it is set to 4.x.

I've checked the config.php file from one of my earlier installations and compared the input. I've followed the exact structure and it still gives me the same answer.

The error code refers to this two lines:
Code: Select all
571: $result['message'] = mysql_error($this->db_connect_id);572: $result['code'] = mysql_errno($this->db_connect_id);


I've tried with both MF 1.5 and IE 6.0.

Re: Error in task 5 in the installation progress of IM 140

PostPosted: Sun May 14, 2006 12:02 pm
Author: Rixn
I think I got it now!
I wrote burlesq instead of burlesque in one place. Thanx all.

PostPosted: Sun May 14, 2006 12:08 pm
Author: Adrian Rea
hehe, you are only human <img>

A