I just upgraded from 3.3.4 to 3.3.16 (I know, should not have waited that long...)
Everything seems to work (have not checked EVERYTHING yet though) but I am getting this warning at the top of every page in admin mode:
Warning: file_get_contents(/var/www/html/getsimple/data/pages/home.xml): failed to open stream: No such file or directory in /var/www/html/getsimple/admin/inc/caching_functions.php on line 92
This is line 92 of caching_functions.php:
$thisfile = file_get_contents(GSDATAPAGESPATH.$page.'.xml');
TIA
Didier
Additional information: when upgrading, I just uploaded the admin folder and the index.php file (per instructions in the WiKi) because I have customized the Frixel theme.
Everything seems to work (have not checked EVERYTHING yet though) but I am getting this warning at the top of every page in admin mode:
Warning: file_get_contents(/var/www/html/getsimple/data/pages/home.xml): failed to open stream: No such file or directory in /var/www/html/getsimple/admin/inc/caching_functions.php on line 92
This is line 92 of caching_functions.php:
$thisfile = file_get_contents(GSDATAPAGESPATH.$page.'.xml');
TIA
Didier
Additional information: when upgrading, I just uploaded the admin folder and the index.php file (per instructions in the WiKi) because I have customized the Frixel theme.