Andreas
Forum Replies Created
-
Forum: Plugins
In reply to: [GS ACF Icons] Delete button + custome iconsI have added it to the GitHub issues. I’ll review the remove bug.
Yes you need to change to newer PHP version.
Forum: Plugins
In reply to: [W3 Total Cache] Error after updating plug inWe know that the issue is with the autoloader code in W3TC it checks for classes that starts with Google_ and tries to load them.
Forum: Plugins
In reply to: [W3 Total Cache] Do Not Install! This Update is Terrible. Please FixYou probably have some other plugin that uses Google services. Its a bug in how W3TC decides which files it should load.
Forum: Plugins
In reply to: [W3 Total Cache] Unexpected Character and Parse ErrorHe should update to later PHP version but the plugin should not fail on PHP 5.2.
Forum: Plugins
In reply to: [W3 Total Cache] New W3TC requires >=PHP 5.3There is a recommended of 5.6 not a requirement, the must be supported version is still PHP 5.2 and that is also what plugins must support by default or fail gracefully.
Forum: Plugins
In reply to: [W3 Total Cache] Plugin conflict with Gmail SMTPThe issue lies in the new way W3TC loads files. It checks for the class name and my guess is that the class used in the GMAIL SMTP plugin starts with Google_ and thereby triggering W3TC class loading functionality.
Forum: Plugins
In reply to: [W3 Total Cache] 0.9.5 gives fatal errorThe W3_Config used to handle the Configuration its now been renamed. WpTouch probably requires it directly so it can get access to the configuration values. There are no wrapper functions for the class methods.
Forum: Plugins
In reply to: [W3 Total Cache] 0.9.5 gives fatal error@otto the error is with W3TC. The W3_Config class is used to handle the w3tc configuration files. Most of these issues is due to the major rewrite the dev have done. The main cause is the custom autoloading code. No effort has been made to structure the code so autoloading is easily handled or using a generated class list.
- This reply was modified 8 years, 2 months ago by Andreas.
Forum: Plugins
In reply to: [W3 Total Cache] Optimize the order of styles and scripts issueCan use custom placement directly in the theme templates. There are certain placeholder tags. Check the FAQ.
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache Placing Minified JS below inline JSif you check the FAQ there are instructions for custom placement of the scripts. There are special tags you can use in your theme template.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] uncached persistent objects–
if you are using disc:enchanced you should have files in the pgcache folder. but depending on your settings they might be generated if you browse around your page while logged in.
Hmm did you file a bug report on the SUpport page in the plugin?
Forum: Plugins
In reply to: Question re W3TC expires failingThose are hosted elsewhere so can’t be fixed using the plugin. Need to store them locally to be able to fix it.