Here - #196266: Support locale and multilanguage sites - 5.x - this was addressed and patched for the 5.x . Now we open the issue for 6.x. Should it be critical?

CommentFileSizeAuthor
#2 boost-no-symlinks-6.x.patch1.22 KBrsvelko

Comments

rsvelko’s picture

will the http://drupal.org/files/issues/boost-no-symlinks-174380-13.patch be enough? and fix this? If so, how?

rsvelko’s picture

StatusFileSize
new1.22 KB

attaching the analog of the 5.x patch rolled for 6.x.

The bad news is that I have no time to test why is it not working at all - after patching boost with this thing and stopping the errors in watchdog ( Unable to write file: cache/example.org/node/178.html ) by chmodding to 777 and chown-ing to www-data:www-data ...

So now I cannot make it work even on node/65 pages... The pathauto based files aren't created at all - no error in the watchdog (see above why).

One more thing:

On a drupal site without i18n all works fine without any patches and with drupal 6.10 and boost 6-dev.
Before the patch on this i18n enabled site the symlinks weren't created.
Now after the patch the duplicate files aren't ...

Somebody help.

rsvelko’s picture

Priority: Normal » Critical
Status: Active » Needs work

I need someone to test the same setup (i18n with boost) since my site has some customizations in the .htaccess I think do not matter but not sure 100%.

Please review the patch . Marking it needs work.

mikeytown2’s picture

The alpha-2 version should work with this patch
http://drupal.org/node/174380#comment-1226885

The latest dev version incorporates #182687: Cache pages with query strings which breaks some of the previous patches.

rsvelko’s picture

ok, so now with the right patches I have more hope - will try to resolve the patch clashes.

rsvelko’s picture

Status: Needs work » Closed (duplicate)

Marking this a dupe - use the latest patch from #174380: Remove symlink creation. Let each path have own file and u should be fine.