Closed (fixed)
Project:
Demonstration site (Sandbox / Snapshot)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2010 at 15:38 UTC
Updated:
23 Jan 2011 at 03:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
sivaji_ganesh_jojodae commentedI confirm this bug. I came across this when i am working on #678792: Drush integration for demo module and managed to fix it by running statement
variable_get('demo_dump_path', file_directory_path() . '/demo')One of the ways to reproduce this
1. Submit the dump setting form in page
admin/build/demowith empty dump path.2. Now you will see error message like
(For instance see the attached snapshot)
3. Now you can not stop the above error message even if you input the correct path (say 'sites/default/files/demo' or '../writable_dir') neither by clicking the restore the form to default button.
I have attached a patch which fixes this bug for me.
(This bug affects only 6.x)
Comment #2
zeropaperI did not try the patch, but hard-coding the demo_dump_path variable within my settings.php did the trick.
Comment #3
sunThanks for reporting, reviewing, and testing! Committed the first two patch hunks to D6.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.