Page 1 of 1

Install problem. I need help. 3x

Posted: Mon 3. May 2004, 09:06
by abandonding
I first install the lastest vision phpwcms, but i meet a problem.

when i began to install . the screen display some message.

they are :

Notice: Undefined index: step in C:\Program Files\Apache Group\Apache2\htdocs\cms\setup\setup.php on line 26

Notice: Undefined index: do in C:\Program Files\Apache Group\Apache2\htdocs\cms\setup\setup.php on line 27
Notice: Undefined variable: body_onload in C:\Program Files\Apache Group\Apache2\htdocs\cms\setup\setup.php on line 177

and


Notice: Undefined variable: conf_file in C:\Program Files\Apache Group\Apache2\htdocs\cms\setup\setup.php on line 284

Notice: Undefined index: db_sql in C:\Program Files\Apache Group\Apache2\htdocs\cms\setup\setup.php on line 39

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\cms\setup\setup.php:284) in C:\Program Files\Apache Group\Apache2\htdocs\cms\setup\setup.php on line 72

they stop at the step one.

I have read the details of the instruction. and do as it instuced step by step.
can you tell me what is wrong with it! by the way , the sever is windows2000+PHP+mysql,

PHP>4.3
3X

Posted: Mon 3. May 2004, 10:04
by bertalizer
Hi!
You will have to change your php.ini

Take a look at this post:
http://www.phpwcms.de/forum/viewtopic.php?t=1694

B.

thank u! I have checked it .

Posted: Mon 3. May 2004, 10:31
by abandonding
But I found i have met a differient problem.
he found problem on index.php and login.php page.
but I found on the setup.php, it is also mean i stopped on the setting up stage, even at the step one?
please give some advice, by the way i don't know more about php.ini.
but I have check it as the instruction teach, anything else need to be undated too?

please give me some advice.

Posted: Tue 4. May 2004, 04:52
by abandonding
3X

Posted: Tue 4. May 2004, 09:34
by DeXXus
1. edit your "php.ini" file
from:

Code: Select all

error_reporting  = E_ALL
to:

Code: Select all

error_reporting  = E_ALL & ~E_NOTICE

Thank u very much.

Posted: Tue 4. May 2004, 13:58
by abandonding
the error_reporting = E_ALL & ~E_NOTICE is the default setting in the php.ini.
can u teach me more?
do i need to reinstall the php and mysql.
I fell strange that only I meet this kind of problem.
please give me some advice.
3X,

the notice and error still emerge.

Re: Install problem. I need help. 3x

Posted: Tue 4. May 2004, 18:47
by DeXXus
abandonding wrote:the error_reporting = E_ALL & ~E_NOTICE is the default setting in the php.ini
Now you've confused me :wink:
If that setting was the default... you never would have gotten:
abandonding wrote:Notice: Undefined index: step in C:\Program Files\Apache Group\Apache2\htdocs\cms\setup\setup.php on line 26

Notice: Undefined index: do in C:\Program Files\Apache Group\Apache2\htdocs\cms\setup\setup.php on line 27
Notice: Undefined variable: body_onload in C:\Program Files\Apache Group\Apache2\htdocs\cms\setup\setup.php on line 177

and


Notice: Undefined variable: conf_file in C:\Program Files\Apache Group\Apache2\htdocs\cms\setup\setup.php on line 284

Notice: Undefined index: db_sql in C:\Program Files\Apache Group\Apache2\htdocs\cms\setup\setup.php on line 39
And the below error is "typical" result of incomplete PHP execution. In most cases caused by the error message being written to the browser.
abandonding wrote:Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\cms\setup\setup.php:284) in C:\Program Files\Apache Group\Apache2\htdocs\cms\setup\setup.php on line 72
Could be the differences in Apache2, but let's start over with the basics. Definitely re-confirm your file & folder permissions. Maybe post contents of your "config.inc.php" (minus paswords, etc.) and how about the error messages that are NOW happening :)