2013-02-16, 19:28:45
After upgrading a GS 3.0 site, directly to 3.2.0, everything seems to be ok, except for the Admin Plugin management page, where I got tons of errors like:
Warning: file_put_contents([...]/data/cache/5d5a0ed5c0cf987316c828c904da89d0.txt) [function.file-put-contents]: failed to open stream: No such file or directory in [...]/admin/inc/template_functions.php on line 1062
Warning: chmod() [function.chmod]: No such file or directory in [...]/admin/inc/template_functions.php on line 1063
...
To fix this I created a cache folder inside the site's data folder, and then those errors disappeared.
Warning: file_put_contents([...]/data/cache/5d5a0ed5c0cf987316c828c904da89d0.txt) [function.file-put-contents]: failed to open stream: No such file or directory in [...]/admin/inc/template_functions.php on line 1062
Warning: chmod() [function.chmod]: No such file or directory in [...]/admin/inc/template_functions.php on line 1063
...
To fix this I created a cache folder inside the site's data folder, and then those errors disappeared.