babca
Forum Replies Created
-
Forum: Plugins
In reply to: [Timeline Express] Timeline disappeared after Update to WP 4.6Installed on WP4.6.
Adding a bunch of items was a pain. (Do you even try it to use in a real world?)
Then it worked for an hour.
I tried to style it a bit (FAQ) and now I having the same issue.
Putting changes back did not help.
“Maximum call stack size exceeded” in js console.
There’s no php errors on server’s side.Forum: Plugins
In reply to: [W3 Total Cache] Error page cache URL rewritingOf course you can try it. But, it is possible that you will have to ask your hosting provider for litespeed error log. They can see what is failing in htaccess.
Forum: Plugins
In reply to: [W3 Total Cache] Error page cache URL rewriting.htaccess problem. You may need to patch the plugin.
Is Apache MultiViews enabled on your hosting?
https://ww.wp.xz.cn/support/topic/w3tc-0941-multiviews-htaccess-bug-error-500-on-cacheminify000000-files?replies=1Don’t forgot to
Empty all cachesevery time you patch the plugin or change settings.That fix did the trick for me. Have you flushed the cache too?
HHVM – Sorry, can’t help you there, I don’t use it ATM.You have upgraded to php7, right?
Line: 512 — This resolves the php7 compatibility issue. Without it caching doesnt occur in php7+.
Replace:
function ob_callback(&$buffer)
With:
function ob_callback($buffer)you can apply even more fixes, mentioned here
https://ww.wp.xz.cn/support/topic/not-so-compatible-with-45?replies=3Is Apache MultiViews enabled on your hosting?
https://ww.wp.xz.cn/support/topic/w3tc-0941-multiviews-htaccess-bug-error-500-on-cacheminify000000-files?replies=1