Hello Salilou
Would you please check if the file in mentioned location does really exist or not? And is the file enqueued in your site? You can check the source as well.
Keep us posted.
Have a good day!
Cheers
Ash
Thank you for response!
The mentioned file does not exist because the plugin pixelyoursite isn’t installed anymore.
What means is the file enqueued?
hello Salilou,
Plugins are enqueuing files so they are added to site. https://developer.ww.wp.xz.cn/reference/functions/wp_enqueue_script/
If plugin doesn’t exist did you tried to “To rebuild the minify cache” ?
kind regards,
Kasia
I have emptied the minify cache, but the message still was there.
Later I clicked at “Hide message” and since then of course the message never did appear again.
May now the problem is solved?
Hello there
If you rebuild the minify cache, the error should not be there.
Hiding the message won’t harm, but to be more sure, if you open the /w3tc-config/master.php do you see the list of files in there in an array? If so, please delete those and build cache again.
If not, you can ignore I think.
Have a good day!
Cheers
Ash
Where can I find the file /w3tc-config/master.php? In the plugin folder?
And shall I delete the specific file entry in the array then?
Hello Salilou,
I trust you are doing well today!
You will find the /w3tc-config/master.php file inside the wp-content directory. You can access your site’s file via FTP or the File Manager from your cPanel.
Can you find the public.js in this file and delete it?
Please advise,
Cheers,
Nastia.
Thanks again.
I found the file master.php, but there is no “public.js” entry.
A new error message shows up in WordPress:
Recently an error occurred while creating the CSS / JS minify cache: File “…/wordpress/wp-content/plugins/cornerstone/assets/js/dist/site/cs-head.min.js” doesn’t exist.
Hello Salilou from my experience this problem occurs under a few circumstances. When you attempt to add a file that no longer exists or a file thats only accessible to you.
For instance CornerStone is a page builder. That asset that you are including might be for the page builder not the content that is output by the PageBuilder. You could attempt to remove the file and see if its loading for the users or if its only for you.