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??.
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??.
Did you check and make sure all of the sub-directories & files inside of that are owned/writeable by the apache's user?
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.
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.
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
thx, -Ted
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 :)
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 :)