Page 1 of 1

Error on Install of newest realease 1.4.

Posted: Wed Aug 06, 2008 2:28 am
by DonnaNJ
I"m trying to install the newest version here ...

http://www.omegawomenscenter.com/client ... siontest=1

and I'm getting this message

Checking if the httpd process can create a file inside of a directory it created.
The HTTP Process owner cannot create a file inside a directory that it owns. This probably means that safe mode is enabled in some way. Many functions inside CMS made simple will not operate properly without this ability. Continuing is not possible.


So what do I do ? Continuing is not possible ...

all the other checks go through - all protections are set right ..

Safe mode is off - which it checks for in the next section and confirms that it's off.

So there are no other clues what to do ?

I searched this forum but can't find anything to do...


That's a silly message - it doesn't tell you what to do.so what - should I go find another CMS ? 


Thanks

Donna
??? ??? ??? ???

Re: Error on Install of newest realease 1.4.

Posted: Wed Aug 06, 2008 8:33 am
by alby
DonnaNJ wrote: I"m trying to install the newest version here ...
Can you provide us a phpinfo() in install folder (or in PM)?

Alby

Re: Error on Install of newest realease 1.4.

Posted: Wed Aug 06, 2008 11:55 am
by DonnaNJ
Can you tell me how to get this phpinfo ?

I don't see anything in the install folder ...

thanks

Re: Error on Install of newest realease 1.4.

Posted: Wed Aug 06, 2008 12:17 pm
by alby
DonnaNJ wrote: Can you tell me how to get this phpinfo ?

I don't see anything in the install folder ...
- Prepare a new file with name test.php
- In file write:

Code: Select all

<?php
phpinfo();
?>
- Upload this file in install folder
- now if you call from browser www.xxxx.com/install/test.php you can see all php configurations

Alby

Re: Error on Install of newest realease 1.4.

Posted: Fri Aug 15, 2008 6:07 am
by Sparhawk
I have this problem too, and cant paste phpinfo cause its blocked by administrator :(  anyone can help me with this? thx

Re: Error on Install of newest realease 1.4.

Posted: Fri Aug 15, 2008 6:30 am
by Dr.CSS
You may want to switch host if you have these kinds of problems, and followed all the steps in the quick install guide, as you just may end up with more problems down the road...

Re: Error on Install of newest realease 1.4.

Posted: Mon Aug 25, 2008 3:16 pm
by Pierre M.
May I remember the install guide hints to check the requirements :
http://wiki.cmsmadesimple.org/index.php ... quirements

Pierre M.

Re: Error on Install of newest realease 1.4.

Posted: Wed Aug 27, 2008 7:36 pm
by Tedehur
DonnaNJ wrote:

I"m trying to install the newest version here ...

http://www.omegawomenscenter.com/client ... siontest=1

and I'm getting this message

Checking if the httpd process can create a file inside of a directory it created.
The HTTP Process owner cannot create a file inside a directory that it owns. This probably means that safe mode is enabled in some way. Many functions inside CMS made simple will not operate properly without this ability. Continuing is not possible.


So what do I do ? Continuing is not possible ...

all the other checks go through - all protections are set right ..

Safe mode is off - which it checks for in the next section and confirms that it's off.

So there are no other clues what to do ?

I searched this forum but can't find anything to do...


That's a silly message - it doesn't tell you what to do.so what - should I go find another CMS ? 


Thanks

Donna
??? ??? ??? ???
Well, if you're only trying to test the CMS, just download version 1.3.1 which doesn't perform that test.
You can then test the CMS and decide whether you should find another CMS or another host where the file creation would be enabled.

Re: Error on Install of newest realease 1.4.

Posted: Wed Aug 27, 2008 9:57 pm
by alby
DonnaNJ wrote: all the other checks go through - all protections are set right ..

Safe mode is off - which it checks for in the next section and confirms that it's off.
His problem was of allowed directory with owner ftp

Alby

Re: Error on Install of newest realease 1.4.

Posted: Fri Sep 12, 2008 10:57 am
by zgr
DonnaNJ wrote:

I"m trying to install the newest version here ...

http://www.omegawomenscenter.com/client ... siontest=1

and I'm getting this message

Checking if the httpd process can create a file inside of a directory it created.
The HTTP Process owner cannot create a file inside a directory that it owns. This probably means that safe mode is enabled in some way. Many functions inside CMS made simple will not operate properly without this ability. Continuing is not possible.


So what do I do ? Continuing is not possible ...

all the other checks go through - all protections are set right ..

Safe mode is off - which it checks for in the next section and confirms that it's off.

So there are no other clues what to do ?

I searched this forum but can't find anything to do...


That's a silly message - it doesn't tell you what to do.so what - should I go find another CMS ? 


Thanks

Donna
??? ??? ??? ???
SESSION not working.

So check [Session] section in php.ini especially session.save_path = "/var/lib/php/session".

Check write rights for apache to /var/lib/php/session:
drwxrwx--- 2 root apache 1024 Sep 12 11:46 session

Or reinstal php and change safe_mode to Off. (my case)

Re: Error on Install of newest realease 1.4.

Posted: Wed Sep 24, 2008 2:34 pm
by phi721
Hi

I had the same problem with this release 1.4. I started to test with 1.3 where I was informed that PHP Memory limit and Max Upload file size  was too low. It should be 10 respectively 24M.
After I changed it in php.ini I was able to install release 1.4 as well.

Bye

Philipp