Hi !
I am trying to use domain access in conjunction with OG. I would like to act with a "AND" functionality.
After enabling Domain Access (just the first module), I tried to patch my drupal core using the supplied .patch file.
To patching was alright after following the http://drupal.org/patch/apply.
Unfortunately my drupal server sends me a 200 error after I have made the patch.
I tested with a total clean drupal 6.4 installation. I am on a windows XP client with xampp 1.6.7.
Can't find any answer for my issue, I've used the patch that are in the 6.x-1.1 version of Domain Access.
Thanks for a great work !!
Comments
Comment #1
Garrett Albright commentedThe 200 HTTP "error code" doesn't signify an error at all, actually. It actually means the requested file will be sent normally and everything is okay.
Did you maybe mistype the error code above, or…?
Comment #2
agentrickardNot enough information here.
Comment #3
haagendazs commentedThis might be a permissions issue on Windows XP. What did you use to patch your files? In case you used cygwin, I ran into the issue that cygwin changes the permissions of the patched files, so they can't be access correctly anymore.
What helped me was changing the permissions back to "read/write by all". Using Cygwin, I tried
chmod og=rw [patched_file], which fixed my problem.Comment #4
agentrickardThis is definitely a system issue, AFAIK.
Comment #5
agentrickard