Unable to install CMS in SF host
Unable to install CMS in SF host
Hi
I have a problem with sourceforge hosting
At http://pop2owa.sourceforge.net/
Cannot modify /home/groups/p/po/pop2owa/htdocs/config.php, please change permissions to allow this
config.php are set to 0777
If I config the file manualy, I get a error with write permisions of temp dirs (that are set to set to 0777 also)
Any help?
I have a problem with sourceforge hosting
At http://pop2owa.sourceforge.net/
Cannot modify /home/groups/p/po/pop2owa/htdocs/config.php, please change permissions to allow this
config.php are set to 0777
If I config the file manualy, I get a error with write permisions of temp dirs (that are set to set to 0777 also)
Any help?
Re: Unable to install CMS in SF host
you don't 777 files, use 666 instead
Mambo sucks, that's why I am here.
Now they call it Joomla, but it still sucks!
CMSMS rules!
Now they call it Joomla, but it still sucks!
CMSMS rules!
Re: Unable to install CMS in SF host
With 666 don't work.
Any user have problems with sourceforge hosting?
Why I can't write in the config.php file if is set with 777 or 666?
Any user have problems with sourceforge hosting?
Why I can't write in the config.php file if is set with 777 or 666?
Re: Unable to install CMS in SF host
then it's about the user.
Who own's the files? The owner should be the webserver.
Who own's the files? The owner should be the webserver.
Mambo sucks, that's why I am here.
Now they call it Joomla, but it still sucks!
CMSMS rules!
Now they call it Joomla, but it still sucks!
CMSMS rules!
Re: Unable to install CMS in SF host
I'm the owner, and the the group is the project.
¿I need a htaccess file?
Anyone has this CMS hosted in sourceforge?
¿I need a htaccess file?
Anyone has this CMS hosted in sourceforge?
Re: Unable to install CMS in SF host
Hi.
I find the problem. SourceForge no long allows web applications to write to the project group directories
https://sourceforge.net/docman/display_ ... ermissions
I'm tring to fix this, but the temp path ARE HARDCODED!
I need make some changes in the source code I will post a "how to" to instal this CMS in SF.
¿I'm the only user to try to install this in Sourceforge?
I find the problem. SourceForge no long allows web applications to write to the project group directories
https://sourceforge.net/docman/display_ ... ermissions
I'm tring to fix this, but the temp path ARE HARDCODED!
I need make some changes in the source code I will post a "how to" to instal this CMS in SF.
¿I'm the only user to try to install this in Sourceforge?
Re: Unable to install CMS in SF host
Apparently so. 
If you use 0.11 beta4, you can set the paths to writable directories in fileloc.php. We pulled off a sf.net install a month or two ago by changing the dirs in that file.
Unfortunately, I don't quite remember the details as to how we did it.

If you use 0.11 beta4, you can set the paths to writable directories in fileloc.php. We pulled off a sf.net install a month or two ago by changing the dirs in that file.
Unfortunately, I don't quite remember the details as to how we did it.
Re: Unable to install CMS in SF host
Thanks.
I have upload the last beta, but the problem persist.
http://pop2owa.sourceforge.net/install/install.php
What its the problem?
I have upload the last beta, but the problem persist.
http://pop2owa.sourceforge.net/install/install.php
What its the problem?
Re: Unable to install CMS in SF host
Oh, yeah, I remember now..
It's very poorly documented on the sourceforge.net site.
mkdir /tmp/persistent/p/pop2owa/cms
mkdir /tmp/persistent/p/pop2owa/cms/cache
mkdir /tmp/persistent/p/pop2owa/cms/templates_c
touch /tmp/persistent/p/pop2owa/cms/config.php
chmod 664 /tmp/persistent/p/pop2owa/cms/config.php
Then change the paths in fileloc to match.
Their setup is REALLY stupid now.
Anyway, I hope that works!
It's very poorly documented on the sourceforge.net site.
mkdir /tmp/persistent/p/pop2owa/cms
mkdir /tmp/persistent/p/pop2owa/cms/cache
mkdir /tmp/persistent/p/pop2owa/cms/templates_c
touch /tmp/persistent/p/pop2owa/cms/config.php
chmod 664 /tmp/persistent/p/pop2owa/cms/config.php
Then change the paths in fileloc to match.
Their setup is REALLY stupid now.
Anyway, I hope that works!

Re: Unable to install CMS in SF host
Thanks, It works.
I try with paths relative to my proyect and the correct path are absolute.
This tip has been addded into instalation page.
http://www.cmsmadesimple.org/Installation.shtml
I try with paths relative to my proyect and the correct path are absolute.
This tip has been addded into instalation page.
http://www.cmsmadesimple.org/Installation.shtml
Re: Unable to install CMS in SF host
Dears,
I followed the instrucions of this post...
but a problem persists on the cache directory where on the SF hosting is not accessible also after a chmod 7777...
inside the folder I have a contentcache.php owned by nfsnobody:nfsnobody
any idea to solve it?
thanks
PS
I'm using cmsmadesimple 1.0.2
I followed the instrucions of this post...
but a problem persists on the cache directory where on the SF hosting is not accessible also after a chmod 7777...
inside the folder I have a contentcache.php owned by nfsnobody:nfsnobody
any idea to solve it?
thanks
PS
I'm using cmsmadesimple 1.0.2
Last edited by el_coda on Tue Oct 10, 2006 5:06 pm, edited 1 time in total.