ltwCalendar
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsProjectsltwCalendar

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old April 19th, 2006, 03:41 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
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 !

Reply With Quote
  #2  
Old April 20th, 2006, 06:48 PM
JStevenT JStevenT is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Monroe, MI - USA
Posts: 47 JStevenT User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
RE: i need help for install


Quote:
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 !


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.



Reply With Quote
  #3  
Old May 17th, 2006, 11:53 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
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.

Reply With Quote
  #4  
Old May 19th, 2006, 08:28 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
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.

Reply With Quote
  #5  
Old January 4th, 2007, 11:55 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
RE: i need help for install

I had the same problem. The reason was, I was using 'localhost'
php Code:
Original - php Code
  1. $ltw_config['db_server']    = 'localhost';


where I should use:
php Code:
Original - php Code
  1.  
  2. $ltw_config['db_server']    = 'p3smysql13.secureserver.net';


Of course you should change 'p3smysql13.secureserver.net' with whatever your localhost is...

Reply With Quote
Reply

Viewing: Codewalkers ForumsProjectsltwCalendar > i need help for install


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek