|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
i need help for install
sorry ... my english is awfull... i'm a french newbie !
well... when i try to run the insatll from the server i got this : <code> ltwCalendar Installer (v4.0) Error: Connection to MySQL server localhost failed. Error: Connection to MySQL server localhost failed. Error: Connection to MySQL server localhost failed. Getting a list of tables from the database. Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /data/web/compagniecaracol/www/private/ltw_classes.php on line 624 Error: A problem was encountered while executing this query. $query show tables Error: Fatal db Error. </code> anyone can help ? thks ! |
|
#2
|
|||
|
|||
|
RE: i need help for install
Quote:
Have you setup the ltw_config.php file Code:
? //the following variables are for your database connection. //Currently only db_type of 1 is supported. 1 = MySQL $ltw_config['db_type'] = 1; $ltw_config['db_server'] = 'localhost'; $ltw_config['db_name'] = ''; $ltw_config['db_user'] = ''; $ltw_config['db_pass'] = ''; $ltw_config['db_persistent'] = false; //change the following to whatever you would like the table for the calendar to be called $ltw_config['db_table_calendar'] = 'ltw_events'; //change the following to whatever you would like the table for the users to be called $ltw_config['db_table_users'] = 'ltw_users'; You need to put in the varibles for db_type, password, etc. Seen the code above asking for input. Type in your user id, password, save, and try again. |
|
#3
|
|||
|
|||
|
RE: i need help for install
I have all those variables set and can log into command line mysql using the dbase and uname/pwd I have in the ltw config file and still get the error mentioned above when I try to run ltw_install. Any help appreciated. |
|
#4
|
|||
|
|||
|
RE: i need help for install
What version of MySQL are you using? Your PHP may be using a different authentication method than your MySQL server wants.
|
|
#5
|
|||
|
|||
|
RE: i need help for install
I had the same problem. The reason was, I was using 'localhost'
where I should use: Of course you should change 'p3smysql13.secureserver.net' with whatever your localhost is... |
![]() |
| Viewing: Codewalkers Forums > Projects > ltwCalendar > i need help for install |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|