Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
djfunky
Starting Member
1 Post |
Posted - 2011-01-12 : 21:37:01
|
IM getting this error is there any way to fix it????Warning: Table 'pennystockhot.users' doesn't exist query: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = 'rmdv76e2q8netd47j02d0jk4n3' in /home/content/58/7282258/html/includes/database.mysql.inc on line 128Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/58/7282258/html/includes/database.mysql.inc:128) in /home/content/58/7282258/html/includes/bootstrap.inc on line 1162Warning: Table 'pennystockhot.system' doesn't exist query: SELECT name, filename, throttle FROM system WHERE type = 'module' AND status = 1 AND bootstrap = 1 ORDER BY weight ASC, filename ASC in /home/content/58/7282258/html/includes/database.mysql.inc on line 128Warning: Cannot modify header information - headers already sent by (output started at /home/content/58/7282258/html/includes/database.mysql.inc:128) in /home/content/58/7282258/html/includes/bootstrap.inc on line 726Warning: Cannot modify header information - headers already sent by (output started at /home/content/58/7282258/html/includes/database.mysql.inc:128) in /home/content/58/7282258/html/includes/bootstrap.inc on line 727Warning: Cannot modify header information - headers already sent by (output started at /home/content/58/7282258/html/includes/database.mysql.inc:128) in /home/content/58/7282258/html/includes/bootstrap.inc on line 728Warning: Cannot modify header information - headers already sent by (output started at /home/content/58/7282258/html/includes/database.mysql.inc:128) in /home/content/58/7282258/html/includes/bootstrap.inc on line 729Warning: Table 'pennystockhot.url_alias' doesn't exist query: SELECT COUNT(pid) FROM url_alias in /home/content/58/7282258/html/includes/database.mysql.inc on line 128 |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2011-01-12 : 21:41:59
|
try posting this at a MySQL Forum.SQLTeam.com is primarily on MS SQL Server. There aren't many that knows MySQL here. KH[spoiler]Time is always against us[/spoiler] |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2011-01-14 : 04:34:03
|
It is related to non existance of a table.MadhivananFailing to plan is Planning to fail |
|
|
|
|
|