Gizmo
Registered: 06/04/06
Posts: 11968
Loc: Portland, OR; USA
Just got this error:
Code:
UBB Message
We encountered a problem. The reason reported was
Script: /home/undergroundnews/public_html/forum/scripts/filemanager.inc.php
Line#: 262
SQL Error: Unknown column 'FILE_ORIGINAL_NAME' in 'field list'
SQL Error #: 1054
Query: select FILE_ID,FILE_ORIGINAL_NAME from forums_FILES where FILE_MD5 = 'eb13b9d922ab1abcfd4829280530fb82'
Please click back to return to the previous page.
There are no attachments currently to the post; i wanted to add one, got error.
#213809 - 05/31/0804:25 PMRe: [7.3] New Attachments
[Re: Gizmo]
Gizmo
Registered: 06/04/06
Posts: 11968
Loc: Portland, OR; USA
And before someone asks, yes filemanager.inc.php is the 7.3 version: // Script Version 7.3
And no I don't have the column name "FILE_ORIGINAL_NAME" in the db, i only have: FILE_ID int(11) FILE_NAME varchar(255) POST_ID int(11) FILE_DOWNLOADS int(11) FILE_ADD_TIME int(11) FILE_TYPE varchar(10) FILE_SIZE mediumint(6) FILE_MD5 varchar(32) USER_ID int(9) FILE_DESCRIPTION varchar(255) FILE_WIDTH mediumint(5) FILE_HEIGHT mediumint(5) FILE_DIR varchar(25)
#213815 - 05/31/0805:28 PMRe: [7.3] New Attachments
[Re: jgeoff]
Gizmo
Registered: 06/04/06
Posts: 11968
Loc: Portland, OR; USA
Well, i took and added that and i'm able to use attachments now lol... I don't think that i've ever used attachments on this particular site, so it was entertaining that they didn't work :x...
#213876 - 06/02/0809:06 AMRe: [7.3] New Attachments
[Re: Gizmo]
Rick
Registered: 06/04/06
Posts: 7883
Loc: Aberdeen, WA
I think you got caught back in one of the alpha updates Giz. I remember at some point during testing this field didn't get added during some of the early alpha stages
#213891 - 06/02/0812:20 PMRe: [7.3] New Attachments
[Re: Gizmo]
Gizmo
Registered: 06/04/06
Posts: 11968
Loc: Portland, OR; USA
You know, we have a perm check, how about a table check... IT'd like go through and validate what tables exist and tell you if theres an error... You could even have it run the "check" command to see if there is any table overhead...