| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Dec 2005
Posts: 79
![]() | help needed >>FAST<< i keep getting this error Error in checking :Table 'playstat_ps2t.users' doesn't exist when i test the registration of my site. can anybody help me out?
__________________ http://www.gamershowdown.net |
| |
| | #2 (permalink) |
| Danltn.com Join Date: May 2007 Location: Danltn.com / Nottingham, UK
Posts: 1,201
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Wow... From the detail you've given us in that post. It pretty much says everything. The table named "playstat_ps2t.users" doesn't exist... Perhaps some more details please?
__________________ |
| |
| | #3 (permalink) |
| NamePros Regular Join Date: Mar 2006
Posts: 434
![]() ![]() | looks like to me anyways is that when you installed something it didnt install the database table for playstat you try reinstalling and making sure you have rights to write to the table. p.s. im no professional in fact i stopped playing with my websites a long time now. i'm too busy in I.T. School.(first year in case you guys think what i thought was dumb)lol |
| |
| | #4 (permalink) |
| Senior Member Join Date: Aug 2007
Posts: 2,172
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | If you have PHPMyAdmin log into it and run the database init commands that came with your software (file extension .sql) in the SQL Query section.
__________________ ______________________________________ Help with crosswords http://lettercombination.com Pitfalls of Java http://javasyntax.com _______________ f o r . s a l e ______________ |
| |
| | #5 (permalink) |
| Senior Member Join Date: Oct 2005 Location: Kent ~ U.K.
Posts: 3,209
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Check the format that the table needs to be in. Perhaps you are entering it wrong? A mistake or typo? Also, check that it has created and/or you have run any appropriate install files. Joe
__________________ Myself and "JackHeskett" are no longer associated with FusedHosting.net. Please pipe all PMs to admin [at] fusedhosting.net. |
| |
| | #6 (permalink) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,069
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | The error is quite simple. The application you are trying to run is trying to access a table entitled users in the database playstat_ps2t but the table does not exist. Ensure you have installed the software properly.
__________________ Manage your portfolio using my new Domain Portfolio Management script. Securing Your Domain Name From Theft |
| |