Error when trying to compare two versions

Permalink
Hello,

New install on CentOS. Everything went well. I am able to access site and perform necessary functions.

But.... when I try to compare two versions of a page I get the following:

Warning: file_put_contents(/var/www/html/cmsdemo/files/tmp/1305899884_1_47.html) [function.file-put-contents]: failed to open stream: Permission denied in /var/www/html/cmsdemo/concrete/tools/versions.php on line 51

Warning: file_put_contents(/var/www/html/cmsdemo/files/tmp/1305899884_1_48.html) [function.file-put-contents]: failed to open stream: Permission denied in /var/www/html/cmsdemo/concrete/tools/versions.php on line 62


Please advise.

Thanks
Bryan

 
tallacman replied on at Permalink Reply
tallacman
I don't really know but it could be your permissions setting on concrete > libraries > third_party > htmldiff.py. they should be 755.

steve
nteaviation replied on at Permalink Reply
nteaviation
Based on
Warning: file_put_contents(/var/www/html/cmsdemo/files/tmp/1305899884_1_47.html)

It is a permissions issue in /files/tmp. You should recursively set the /files directory to read/write/execute.