driveadmin
Forum Replies Created
-
Forum: Plugins
In reply to: [Duplicate Post] Not copying all ACF fields or mediaHi @iclyde
I can confirm that all of those options are selected; but it is still not copying over any media/images or post objects.
Thanks ??
Forum: Plugins
In reply to: [W3 Total Cache] Minified files broken / missing 404Hi Marko,
No; there are now no issues.
Forum: Plugins
In reply to: [W3 Total Cache] Minified files broken / missing 404Hi Marko,
I have now completely removed W3 Total Cache from my site. What now?
Drive
Forum: Plugins
In reply to: [W3 Total Cache] Minified files broken / missing 404Hi Marko,
To clarify; there is a ‘minify’ folder within ‘wp-content/cache’ but the minified files are not being written to it.
Is it worth completely removing the plugin, then re-installing it from fresh?
Thanks
DriveForum: Plugins
In reply to: [W3 Total Cache] Minified files broken / missing 404Hi Marko,
Have just re-read your post and realised/remembered that we’re not using 20i’s WordPress platform – we use their Linux hosting.
Like I said; it was all working fine until the 15th Jan.
Thanks
DriveForum: Plugins
In reply to: [W3 Total Cache] Minified files broken / missing 404Hi Marko,
Thanks for the update. It’s strange as we have another load of sites on 20i using W3 Total Cache, with minify turned on, and they are all working fine.
The sites we’ve had issue with were all working fine up until the 15th Jan 2020.
20i have said that it’s an issue with the plugin. I personally don’t think it’s the plugin but have to explore all avenues.
Thanks again for your help ??
Drive
Forum: Plugins
In reply to: [W3 Total Cache] Minified files broken / missing 404Ok; have done that.
Forum: Plugins
In reply to: [W3 Total Cache] Minified files broken / missing 404Hi Marko,
Thanks; the site is: https://www.davidselvadurai.com/
No other minify solution; just W3 Total Cache.
There is no CDN in place.
Cheers
DriveManaged to fix this issue myself!
At first I was getting an error in the moove-controller.php file when activating the plugin (WordPress should point this out) – this was fixed by editing said file and adding a space between the opening php and if statement, (
<?phpif
to<?php if
).My actual issue of the html not being loaded was fixed by removing/commenting-out the ‘if’ statement from the moove-controller.php file.
On closer inspection, it looks like the contents of the moove-controller.php file was all being put onto one line, which was messing it up. Strange as it only seems to have happened to this file.
Fix was to edit the file on the server and replace with the properly formatted code.