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

Garrett Albright’s picture

The 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…?

agentrickard’s picture

Not enough information here.

haagendazs’s picture

This 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.

agentrickard’s picture

This is definitely a system issue, AFAIK.

agentrickard’s picture

Status: Active » Closed (fixed)