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
  #1  
Old April 19th, 2006, 02: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: 24
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, 05: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: 2
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, 10: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: 24
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, 07: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: 24
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, 10: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: 24
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!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five &quot;checkpoints&quot; for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

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





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway