Thread Starter
Anonymous User 11187416
(@anonymized-11187416)
Looking more into the code, I can’t see where $path is first defined, but it’s that variable which is flagging an incorrect URL error on Optimize Everything Else.
Normal media library bulk optimize works fine btw 🙂
Thanks in advance,
Martin
Is that the actual error message, or did you modify the path?
Thread Starter
Anonymous User 11187416
(@anonymized-11187416)
I modified the path because it mentioned a client name but I didn’t remove any forward slashes so there is no forward slashes after ‘D:’ in the original path for example.
Ah, ok. So it isn’t so much an invalid path, as somehow the plugin could not get the filesize of that file.
The problem is that those “warnings” are not errors, and the plugin has no control over whether or not they are displayed. That is a server-side PHP setting. The plugin needs to have very specific output from the filesystem scan, and when it does not get that, it cannot continue. So it seems the real issue is why can’t the plugin read that file? That would seem to mean that the permissions are set incorrectly.
So I would check the permissions on the file (and probably set them recursively if needed).
Thread Starter
Anonymous User 11187416
(@anonymized-11187416)
Sorry for the confusion – it is an invalid path – it’s just the old ‘beta site’ path which doesn’t seem to be in the database anywhere. Any ideas why it might be finding an old path? All the ones in the database are correct. So confused!
Can you contact me via https://ewww.io/contact-us/ please?
I’d like to take a look at the raw debugging information, and possibly see a screenshot of what it looks like when you get those warnings.
Thread Starter
Anonymous User 11187416
(@anonymized-11187416)
Yep not a problem, thanks!
For anyone else with this problem, it is a glitch in the scanning for Metaslider images, and will be fixed in the next release.