Staredit Network

Staredit Network -> Website Feedback, Bugs & Discussion -> Can't View Forum Index
Report, edit, etc...Posted by fritfrat(U) on 2006-09-04 at 21:39:20
When I go to hit "forum index" along the top or hit "staredit network" in the horizontal tree, I get a MySQL error. It actually stopped doing this for a couple tries, but started up again, which makes me make this post.

You ask.. how did I get here to post this? I did a search on my own posts, found the last post I made in the feedback forum, and then made it. Not too complicated.

QUOTE
mySQL query error: SELECT m.*
          FROM ibf_members m
          LEFT JOIN ibf_groups g ON(g.g_id=m.mgroup)
          WHERE g.g_hide_from_list<1 AND id>0 AND (m.last_activity>=1157342423 AND m.last_activity<=1157428822)
          ORDER BY g.g_display ASC, m.name ASC

mySQL error: Got error 28 from storage engine
mySQL error code:
Date: Monday 04th of September 2006 09:38:15 PM
Report, edit, etc...Posted by Mini Moose 2707 on 2006-09-05 at 14:05:31
I haven't seen anything like it. And to be honest, I have no idea what it means. Things with the server seem to be very funky lately. tongue.gif
Report, edit, etc...Posted by fritfrat(U) on 2006-09-05 at 15:55:17
For now, I can see the forum index again for some reason. Who knows.
Report, edit, etc...Posted by Staredit.Net Essence on 2006-09-05 at 19:45:15
A server ghost? XD
Report, edit, etc...Posted by Syphon on 2006-09-07 at 00:07:35
QUOTE(Mini Moose 2707 @ Sep 5 2006, 01:05 PM)
I haven't seen anything like it. And to be honest, I have no idea what it means. Things with the server seem to be very funky lately. tongue.gif
[right][snapback]555835[/snapback][/right]


It means he was for some reason set to a group that couldn't view the board? Or tried joining one...

It tried reseting him into a group that can't view forums with an ID over 0, I believe.
Report, edit, etc...Posted by Centreri on 2006-09-07 at 15:53:28
Hate these MySQL errors. Stop improving loading speeds, improve error understandability! tongue.gif
Report, edit, etc...Posted by Koltz on 2006-09-07 at 16:26:42
WHat browser are u using?
Report, edit, etc...Posted by Centreri on 2006-09-07 at 16:42:12
It doesn't matter.. it's a server-side error, you can try a matchbox for a browser for all it matters. Not that a matchbox will work under any circumstances.
Report, edit, etc...Posted by Koltz on 2006-09-07 at 16:49:24
I have never recieved that error, why are u assuming that its a server-side error? I used to have a problem on this other forum for a FPS if u viewed it in IE some random SQL error would appear above the forum index.
Report, edit, etc...Posted by Centreri on 2006-09-07 at 16:51:33
It's a server side error because 'MySQL' is a database program run on the server..
Report, edit, etc...Posted by Koltz on 2006-09-07 at 17:38:30
It's a server side error which could be conflicting certain browsers... sigh

this is what u get for trying to help, people telling u ur wrong.
Report, edit, etc...Posted by Centreri on 2006-09-07 at 19:10:17
If you're wrong, there are bound to be people telling you so.
Maybe a certain error can be caused because of a browser (doubt it), but not a MySQL error. It's just a database. It only displays an error if the server was unable to get or insert information from/to it. The browser does not directly interact with it, the server does.
Report, edit, etc...Posted by Koltz on 2006-09-07 at 19:41:39
I am speaking of past experiences.
I am trying to help someone.
There is a possibility that what I have stated could be true.
The browser reads the information from the SQL database.
Report, edit, etc...Posted by Pie_Sniper on 2006-09-07 at 20:05:13
Browsers do not read information from SQL databases. The browser requests a file and the server (after processing any PHP, ASP, or whatever) sends the resulting HTML to the browser. PHP and similar languages have functions to read from databases which are then executed by the server as it reads the script.
Next Page (1)