Hi,
i got "Page not found" on saving the metadata to the descript.ion file. The URL looks like this:
http://localhost/intranet//intranet/node/63
(intranet comes twice in the url, but on the webserver it is only once)
Is that with you too?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | filebrowser-saving-metadata-1209290-3.patch | 510 bytes | Nicolas Georget |
Comments
Comment #1
Nicolas Georget commentedYour drupal root is not on the root server right ?
If not, have a look in the settings.php file in
drupal-folder/sites/default/Then, on line 126 and uncomment line 144:
Should be fine and fixed.
Comment #2
edgar.giese commentedSorry, but that doesn't fix it.
Comment #3
Nicolas Georget commentedOk. found the trick. Considering you use the rc13 version.
Open in a text editor the file
filebrowser.module. Then go to line 399. The issue comes from this line:that you must change to:
And sure it fix your form. Test it to be sure.
I attached a patch for Yoran.
Comment #4
edgar.giese commentedThank you, it works...
Comment #5
Yoran commented@Nicolas
J'ai commité un fix, mais j'utilise plutot la fonction faire pour cela (que je ne connaissais pas à l'époque) : drupal_get_destination()