Active
Project:
Boost
Version:
7.x-1.0-beta1
Component:
Caching logic
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2012 at 11:18 UTC
Updated:
4 Jul 2012 at 18:22 UTC
Dear Sir
I face a problem in caching pages that have special char like arabic (this pages don't cache at all)
but I found a solutions to solve that
I change line 392 in boost.module
//$parts['path'] = $parts['full_path'] = preg_replace('/^' . preg_quote($b_path, '/') .'/i', '', $parts['path']);
$parts['path'] = $parts['full_path'] = urldecode(preg_replace('/^' . preg_quote($b_path, '/') .'/i', '', $parts['path']));now this pages are cached but in cron this pages don't re-cached again just one
can you help me
Comments
Comment #1
bgm commentedSeems related to: #1386166: PDOException with UTF-8 aliases / boost does not cache pages with UTF-8 aliases ?
Comment #2
bgm commentedComment #2.0
bgm commentedsyntax error