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

eggersrj’s picture

I'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.

geoff_eagles’s picture

Thanks 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!

josedazagz’s picture

Status: Active » Postponed
josedazagz’s picture

tottorojo’s picture

Hola 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

geoff_eagles’s picture

Go to administer / site configuration / dbfmgreybox and press Save Configuration - that's assuming you've already enabled the module

tottorojo’s picture

we are near to the solution :)

i save the dbfmgreybox's configuration and now appear the new popup with the localhost view.

Thanks,

tottorojo’s picture

StatusFileSize
new37.15 KB

the screenshot

geoff_eagles’s picture

I believe you haven't saved the admin settings for dbfm either

tottorojo’s picture

StatusFileSize
new44.57 KB
new50.6 KB

I have saved the configuration but my problem is not resolved.

Thanks, beam been very quick in your answers:)

geoff_eagles’s picture

What'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

tottorojo’s picture

Ok, that's all for this week, monday i will retry :P
Thanks you

rooey’s picture

Status: Postponed » Closed (fixed)