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
Install problem. I need help. 3x
-
- Posts: 47
- Joined: Sat 21. Feb 2004, 14:24
- Location: Belgium
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.
You will have to change your php.ini
Take a look at this post:
http://www.phpwcms.de/forum/viewtopic.php?t=1694
B.
-
- Posts: 4
- Joined: Mon 3. May 2004, 08:48
thank u! I have checked it .
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?
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?
1. edit your "php.ini" file
from:
to:
from:
Code: Select all
error_reporting = E_ALL
Code: Select all
error_reporting = E_ALL & ~E_NOTICE
-
- Posts: 4
- Joined: Mon 3. May 2004, 08:48
Thank u very much.
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.
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
Now you've confused meabandonding wrote:the error_reporting = E_ALL & ~E_NOTICE is the default setting in the php.ini

If that setting was the default... you never would have gotten:
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: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
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 happeningabandonding 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
