Cordial saludo:
Initially I can't upload files by two cases:
The first case is explained and solved in http://drupal.org/node/303459 (mysql other than mysqli, it's ok).
The second case is related with DBFM GreyBox v. 5.x-3.0. If I setup dbfmgreybox in Administer, Configuration to allow it in dbfm pages, to:
dbfm,
node edit,
node add
dbfm_pages field in variable table isn't updated. dbfmgreybox can not update this field. I had setup manually this field to:
s:27:"dbfm,
node edit,
node add";
Then file uploads were possible. I hope that this information help in development of this excelent module.
Comments
Comment #1
eggersrj commentedI'm also having trouble uploading files with dbfm. I'm not sure what the nature of your upload trouble is, but in my case clicking on the icons to add/upload files does nothing -- I don't get a popup or a new frame.
I'll bet my troubles are config/user error, but I was curious if your upload problem is/was similar to mine.
Comment #2
geoff_eagles commentedThanks josedazag for your comments. I'm confused as to why you couldn't just use the admin/site config to update the greybox settings though? You shouldn't need to manually grope in the database.
eggersrj - you seem to also be missing the greybox settings. Before you can use dbfm you have to go into the site config settings for both dbfm and dbfmgreybox and save the settings (otherwise the appropriate variables aren't created in the variables table and things won't work).
In future I'll create the variables in the install code to save all the faffing around!
Comment #3
josedazagz commentedComment #4
josedazagz commentedComment #5
tottorojo commentedHola eggersrj,
I have a similar problem, if i click int the "upload files" icon do nothing, no popup or new frame :(
How do you repair this?
thanks, totto
Comment #6
geoff_eagles commentedGo to administer / site configuration / dbfmgreybox and press Save Configuration - that's assuming you've already enabled the module
Comment #7
tottorojo commentedwe are near to the solution :)
i save the dbfmgreybox's configuration and now appear the new popup with the localhost view.
Thanks,
Comment #8
tottorojo commentedthe screenshot
Comment #9
geoff_eagles commentedI believe you haven't saved the admin settings for dbfm either
Comment #10
tottorojo commentedI have saved the configuration but my problem is not resolved.
Thanks, beam been very quick in your answers:)
Comment #11
geoff_eagles commentedWhat's happening is that the greybox is trying to display a url. Your localhost doesn't recognise the url and so is displaying a default screen. My best guess is that you haven't got clean urls switched on so the url isn't valid. If this is the case then PLEASE read the installation notes in future
Comment #12
tottorojo commentedOk, that's all for this week, monday i will retry :P
Thanks you
Comment #13
rooey commented