Log in

View Full Version : What do these codes mean?


Kind Lampshade Maker
April 19th, 2004, 12:32 PM
What do these codes mean? Has that site been attacked also? :confused:

DEBUG MODE

SQL Error : 1146 Table 'wpmp3_wpmp3.phpbb_favorites_ext' doesn't exist

SELECT * FROM phpbb_favorites_ext fe WHERE fe.user_id = '766' ORDER BY ext_name

Line : 44
File : /home/wpmp3/public_html/Seite/forum/includes/miserable_user.php

MuKau
April 19th, 2004, 12:48 PM
For me VNNF has been unreachable for 17 hrs... >:-|
Was it just me?

Kind Lampshade Maker
April 19th, 2004, 12:55 PM
You need a serious upgrade Dude!!!
As always, you're a big help

Kind Lampshade Maker
April 19th, 2004, 01:00 PM
For me VNNF has been unreachable for 17 hrs... >:-|
Was it just me?
No, it was us also

Kind Lampshade Maker
April 19th, 2004, 02:03 PM
What computer problems got you down???
Always a sense of humor, especially now that my ghost has entered Kind Lampshade Maker.
I got the above message as i tried to log in to another site. Oi don't know if they have been sabataged too, as we were, because this code 44 is alphabet soup to me :(

Georgie
April 19th, 2004, 06:17 PM
I believe the forum was hacked. I was reading through the April 18th emails on the VNN main site and Linder mentioned something about it. I thought the forum was down because they were making that Care Bear Main Discussion.

Turk Hunter
April 19th, 2004, 06:49 PM
Possibly, or some admin is trying something out that isn't working.


Debug mode is for troubleshooting a known or suspected error.


The database engine is telling us there is a problem. The problem is that a table in the database was called and that it doesn't exist. More than likely the table name was changed and the script can't locate it. No big deal.


This is a typical SQL select clause. It is requesting data from the database like saying "Go get all records out of a table named phpbb_favorites_ext. I only want the records that have a user_id of 766 and show the records alphabetically according to data stored in the ext_name field."

Because the table was called by a bad name, the database or PHP script engine has thrown an error.


The line where the error first occurs in the PHP script.


The virtual directory path to the script.

See? Not so confusing after all. This is typical stuff webmasters deal with so no need to worry.
Huh? Er uhhh duhhh, Okay. Whatever. I thought they were trying to get rid of me or us or something. Thanks, I'm relieved. Mentally that is :rolleyes:

Turk Hunter
April 30th, 2004, 05:44 AM
......
Because the table was called by a bad name, the database or PHP script engine has thrown an error.


The line where the error first occurs in the PHP script.


The virtual directory path to the script.

See? Not so confusing after all. This is typical stuff webmasters deal with so no need to worry.
Excuse my paranoia, but that "miserable_user" before the PHP sounds like it's personally directed to me :confused: otherwise I should be able to get in, by now