Apr 29th, 2013, 7:01 PM
(This post was last modified: Apr 29th, 2013, 7:30 PM by johnbleck2.)
Joe,
nope same problem. Permission errors according to the module. Copied it straight from Windows explorer to ensure syntax was exact.
The "\" slash is an escape character for mysql...
I tried \\ in place of "\" still same permission errors in the module.
I changed the br_settings.file_upload_dir.setting_value to use the correct slashes (updated using two escape character slashes) and I still continue to have the permission errors.
The javascript goes to that field to check for the file name and folder path correct?
so in therory changing it in mySql should have worked.
hmmm windows. erk.
edit_submission.js does the deletion correct?
of course \ is also an escape character in js.
Using firebug, the error I am getting is
"Type error: g.messages is undefined"
so it will not show the popup window for confirmation probably due to the folder problem within the module.
I'm not sure if one of the hooks need modification or if I can just change the js, but I'm not finding the folder path in the js.
Any chance getting help finding where I can modify the js to override the folder path setting?
Have you been dubbed for sainthood yet? Cause after helping me with this you probably should be.
John
nope same problem. Permission errors according to the module. Copied it straight from Windows explorer to ensure syntax was exact.
The "\" slash is an escape character for mysql...
I tried \\ in place of "\" still same permission errors in the module.
I changed the br_settings.file_upload_dir.setting_value to use the correct slashes (updated using two escape character slashes) and I still continue to have the permission errors.
The javascript goes to that field to check for the file name and folder path correct?
so in therory changing it in mySql should have worked.
hmmm windows. erk.
edit_submission.js does the deletion correct?
of course \ is also an escape character in js.
Using firebug, the error I am getting is
"Type error: g.messages is undefined"
so it will not show the popup window for confirmation probably due to the folder problem within the module.
I'm not sure if one of the hooks need modification or if I can just change the js, but I'm not finding the folder path in the js.
Any chance getting help finding where I can modify the js to override the folder path setting?
Have you been dubbed for sainthood yet? Cause after helping me with this you probably should be.
John