(ERROR_REQUEST_FORGED) Again and again and again...
|
seppi
Joined: 2006-11-19
Posts: 6 |
Posted: Tue, 2008-01-01 20:47
|
|
Hi guys, it started some days ago. I tried to create a new album (with ver 2.2.3). I got the common error you can see down on my post. So after trying to fix it (nothing worked, every save/change actions ends with the error) i So i uploaded some albums and images with the remote gallery 1.5 tool. Everything worked fine. I change some names and rearranged some pictures. Again, everything worked fine. Some hours later i started uploading 2 new albums. I wanted another arrangement of the pictures in those albums. After clicking on save i got the error again. Now every actions ends with the same error: Maybe you know what i could try next. Thank you! Authentication Failure Back to the Gallery Error Detail - |
|
| Login or register to post comments |

Posts: 32356
> I deleted my cache
what caches? did you check if the caches were cleared successfully?
see:
FAQ: How can I clear cached data?
--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage
Posts: 6
hi valiant,
yes i deleted every selection via cache maintenance.
Posts: 32356
- please post a link to your gallery.
- did you verify that the corresponding folders in g2data/ have been deleted / emptied when you cleared the caches?
--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage
Posts: 6
the gallery is only for internal intranet, and yes i checked those folders - they are empty like they should be. But
there is a folder called derivative. This folder contains serveral subfolders and files.
Posts: 32356
it's hard to diagnose something that we have no access to.
maybe it helps if you understand how it should work.
this error is shown if the HTTP request to gallery is missing the "g2_authToken" parameter or if the value for that parameter is incorrect.
when G2 generates HTML for a web form, it adds the g2_authToken parameter to that form as an <input type="hidden" ...> field parameter.
and some URLs have it as a &g2_authToken=..." parameter.
the value of the authToken is stored in the database in the g2_SessionMap table in the g2_SessionMap.g_data column.
so when a HTTP request is sent to gallery, it verifies that the value from the g2_authToken parameter is the same as the one in the database.
you see the above error if that isn't the case.
so to diagnose this issue you'll have to find out whether this parameter is somehow missing in your request data and if its value is incorrect for some reason.
--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage
Posts: 1
Seppi/Valiant,
Did you ever determine a solution for this issue? I seem to be having the exact same problem. I can run the fetch-albums command with no problem, but when I make a call to new-album using the auth-token from the previous run of fetch-albums, I get this error.
Posts: 17
I would also be very interested in a solution. - dasumner, did you find a solution?
I'm putting my follow up in http://gallery.menalto.com/node/82566