Major issues moving Concrete5 websites..

Permalink
Hey,

I am having some issues moving concrete sites, and if i google the error is see some others having the same issue. Also opensourcecms.org.

After moving the installation and export/import database etc, and checking file permissions i get the following error: Warning: chmod() [function.chmod]:

from: /concrete/concrete/libraries/3rdparty/adodb/adodb-csvlib.inc.php

The same error happens here:http://demo.opensourcecms.com/concrete/...

Is there any solution for this??.

 
ryan replied on at Permalink Reply
ryan
Did you check and make sure all of the sub-directories & files inside of that are owned/writeable by the apache's user?
ryan replied on at Permalink Reply
ryan
I believe it's caused by the adodb database abstraction layer trying to write to it's cache files in /files/cache

So, to fix it the permissions need to be set correctly on that, also it shouldn't harm anything to delete everything in that cache directory.
cosmotopper replied on at Permalink Reply
Does it (should it?) matter if the files are owned by the same user as apache (in my case 'www') if they are owned by someone else, but world read/writable?
thx, -Ted
Remo replied on at Permalink Reply
Remo
it's the adodb cache..

you can disable the cache in the config. I even tried to remove the line in which the error occurs.. Not recommended but worked for me :)