My install uses SSO connected to a WordPress website.
After restoring to a backup of the files and database from a day earlier, site SSO not working, there are two Warnings, the site CSS is obviously not loading. Wondering how to solve this. Any help appreciated.
Warning: file_put_contents(/.../cache/css/5ebdc806ce4da3ce174874d104fba209.css): failed to open stream: No such file or directory in /.../sys/CODOF/Asset/Stream.php on line 265
Warning: file_put_contents(/.../cache/js/f9d4002a9858fa2c3ba9f8764c6a9a97.js): failed to open stream: No such file or directory in /.../sys/CODOF/Asset/Stream.php on line 265
I have been told that the restored backup of the files did not include the cache, which makes sense why I am seeing those Warnings. So is there a way to generate new cache files? Would that likely get this back up and running?
My install uses SSO connected to a WordPress website.
After restoring to a backup of the files and database from a day earlier, site SSO not working, there are two Warnings, the site CSS is obviously not loading. Wondering how to solve this. Any help appreciated.
Warning: file_put_contents(/.../cache/css/5ebdc806ce4da3ce174874d104fba209.css): failed to open stream: No such file or directory in /.../sys/CODOF/Asset/Stream.php on line 265
Warning: file_put_contents(/.../cache/js/f9d4002a9858fa2c3ba9f8764c6a9a97.js): failed to open stream: No such file or directory in /.../sys/CODOF/Asset/Stream.php on line 265
I have been told that the restored backup of the files did not include the cache, which makes sense why I am seeing those Warnings. So is there a way to generate new cache files? Would that likely get this back up and running?
edited Jul 18 '23 at 5:12 pm