Error on Install of newest realease 1.4.

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
DonnaNJ
Forum Members
Forum Members
Posts: 40
Joined: Mon Nov 19, 2007 6:08 pm

Error on Install of newest realease 1.4.

Post 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
??? ??? ??? ???
alby

Re: Error on Install of newest realease 1.4.

Post 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
DonnaNJ
Forum Members
Forum Members
Posts: 40
Joined: Mon Nov 19, 2007 6:08 pm

Re: Error on Install of newest realease 1.4.

Post by DonnaNJ »

Can you tell me how to get this phpinfo ?

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

thanks
alby

Re: Error on Install of newest realease 1.4.

Post 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
Sparhawk

Re: Error on Install of newest realease 1.4.

Post by Sparhawk »

I have this problem too, and cant paste phpinfo cause its blocked by administrator :(  anyone can help me with this? thx
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Error on Install of newest realease 1.4.

Post 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...
Pierre M.

Re: Error on Install of newest realease 1.4.

Post by Pierre M. »

May I remember the install guide hints to check the requirements :
http://wiki.cmsmadesimple.org/index.php ... quirements

Pierre M.
Tedehur

Re: Error on Install of newest realease 1.4.

Post 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.
alby

Re: Error on Install of newest realease 1.4.

Post 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
zgr
New Member
New Member
Posts: 3
Joined: Wed Sep 10, 2008 8:07 am

Re: Error on Install of newest realease 1.4.

Post 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)
phi721
New Member
New Member
Posts: 3
Joined: Tue Sep 23, 2008 5:36 pm

Re: Error on Install of newest realease 1.4.

Post 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
Locked

Return to “[locked] Installation, Setup and Upgrade”