Closed (fixed)
Project:
DataBase File Manager
Version:
5.x-3.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
17 Apr 2008 at 16:34 UTC
Updated:
7 May 2008 at 16:16 UTC
I have installed the 5.x-3.1 version whit all support modules, but i have this error:
user warning: Colonna sconosciuta 'fstatus' in 'field list' query: dbfm_build_dir_list SELECT fid, fpath, fname, fauthor, fsize, fstatus, fversion, fnewver, fmime, flastmod, fimagesize, fwaccess, fraccess FROM dbfm_file WHERE fparent = 1 in C:\Programmi\EasyPHP 2.0b1\www\drupal\includes\database.mysql.inc on line 172.
What i have to do?
I'm not a programmer and I don't understand this language, please help me :)
Comments
Comment #1
rooey commentedDouble check you have the right versions of the required modules installed and that you are using PHP5.
Comment #2
rooey commentedComment #3
rooey commentedI've checked the installer and the fstatus column is defiantly present. Disable DBFM, uninstall it, and re-enable it again.
Comment #4
matteo82 commentedI have checked and all is right, and my PHP is 5.2.0, Drupal is 5.7,
MySQL is 5.0.27, Apache/2.2.3 (Win32), dbfmgreybo 5.x-2.0, Tabs 5.x-0.6, Javascript tools 5.x-0.6, dapi 5.x-1.0
I have done all you say, but i still have this error.
Comment #5
rooey commentedopen a mysql prompt and run the command:
desc dbfm_file;
send the results back here.
M.
Comment #6
matteo82 commentedok....
Campo Tipo Null Predefinito
fid int(10) No
uid int(10) No 0
fpath varchar(255) No
fname varchar(255) No
fsize int(10) No 0
fmime varchar(255) No
ftitle varchar(255) No
fdesc text Sì NULL
fkeywords text Sì NULL
fcreatedate datetime No changed from the original int(11)
flang int(2) No 0
fversion int(10) No 0
fnewver varchar(30) Sì
flastmod datetime No
fparent int(10) No 0 the parent fid, a directory id
fimagesize varchar(16) No 0 holds image size as a text string
fimageh int(4) No 0
fimagew int(4) No 0
fdown int(4) No 0 a bit generous with the size!
fauthor varchar(50) No
fclass int(2) Sì NULL
fdistribution int(4) No 0
fwaccess int(1) No 0
fraccess int(1) No 0
fchild int(10) No 0
fblobmod datetime No
fmd5 varchar(32) No
Comment #7
rooey commentedI don't know quite how you've ended up with this schema.
run this manually in mysql:
Comment #8
matteo82 commentedGood, it's all ok now, tanks very much :)
Comment #9
matteo82 commentedComment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.