Welcome Guest, Not a member yet? Register   Sign In
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS

[eluser]Phil Sturgeon[/eluser]
Yeah if you look at those two commits and just upload the listed files you should be ok. If anything funky starts happening upload the whole application folder again.

Not 100% here but it looks like the directories are not being chmodded when created which means when PHP tries to delete the entire pages_m cache folder it fails.

Could you test this modification for me?

Open up applications/libraries/Cache.php and on line 246 replace:

Code:
if ( ! @mkdir($test_path)) return false;

// with

if ( ! @mkdir($test_path, DIR_WRITE_MODE)) return false;

You'll want to $ rm -rf application/cache/pages_m then test making changes to the page a few times to see if it keeps up.


Messages In This Thread
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS - by El Forum - 05-31-2009, 06:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB