Setup Problems
Setup Problems
Hi
I have tried to install this on Abyss Webserver by Aprelium Technologies (which I am advised will work as well as other web servers but was easier to setup and use). When going to the setup index php screen I receive the following notice;
Notice: Undefined variable: body_onload in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\index.php on line 32
>
I know it is fairly common to receive notices like this and in deed they can be turned off. Continuing to the Semi Automated Setup I then agree to the GPL and receive the following messages;
Notice: Undefined index: step in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php on line 26
Notice: Undefined index: do in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php on line 27
Notice: Undefined variable: body_onload in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php on line 147
>
I then ignore these notices and proceed, then get the following;
Notice: Undefined index: do in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php on line 27
Notice: Undefined variable: body_onload in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php on line 147
>
Entering all of the database connection info and checking the box to create tables all in 1 go I get the following messages;
Notice: Undefined variable: conf_file in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php on line 254
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php:254) in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php on line 66
Notice: Undefined variable: body_onload in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php on line 147
>
I know that the database and all the tables have been created as I can see them in the MySQL admin screen. What am I supposed to do now ? as I am left in the create database info section of the setup. Do I manually go elsewhere or is there a problem with the setup ?
any help very much appreciated,
cheers, danke schoen,
Toby.
I have tried to install this on Abyss Webserver by Aprelium Technologies (which I am advised will work as well as other web servers but was easier to setup and use). When going to the setup index php screen I receive the following notice;
Notice: Undefined variable: body_onload in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\index.php on line 32
>
I know it is fairly common to receive notices like this and in deed they can be turned off. Continuing to the Semi Automated Setup I then agree to the GPL and receive the following messages;
Notice: Undefined index: step in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php on line 26
Notice: Undefined index: do in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php on line 27
Notice: Undefined variable: body_onload in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php on line 147
>
I then ignore these notices and proceed, then get the following;
Notice: Undefined index: do in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php on line 27
Notice: Undefined variable: body_onload in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php on line 147
>
Entering all of the database connection info and checking the box to create tables all in 1 go I get the following messages;
Notice: Undefined variable: conf_file in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php on line 254
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php:254) in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php on line 66
Notice: Undefined variable: body_onload in C:\Program Files\Abyss Web Server\htdocs\PHPWCMS\setup\setup.php on line 147
>
I know that the database and all the tables have been created as I can see them in the MySQL admin screen. What am I supposed to do now ? as I am left in the create database info section of the setup. Do I manually go elsewhere or is there a problem with the setup ?
any help very much appreciated,
cheers, danke schoen,
Toby.
- Oliver Georgi
- Site Admin
- Posts: 9919
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Put this in your PHP.INI -> look for error handling:
Oliver
Code: Select all
error_reporting = E_ALL & ~E_NOTICE
- Oliver Georgi
- Site Admin
- Posts: 9919
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Then you might have another problem. But I think that your error_reporting setting is not made correct.
Look here: http://www.apachefriends.org/index-en.html
Oliver
Look here: http://www.apachefriends.org/index-en.html
Oliver
oliver - I have downloaded and installed Xampp, and the ijnstallation of phpwcms has gone without hitch, or nearly - just one last question - where is the config file in step 5 supposed to come from and be saved to ? I have assumed it is the config file from the setup folder which will then be deleted ? The inc_conf folder where you suggest saving it with a new filename already has a file called conf.inc.php which cannot be overwritten. Where am I supposed to be copying this to ?
cheers,
Toby.
cheers,
Toby.
- Oliver Georgi
- Site Admin
- Posts: 9919
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
You're right: the setup process updates settings in "setup.conf.inc.php" in setup directory. It is good to proof your setting manually again before storing to "inc_conf".
The first install "conf.inc.php" in "inc_conf" can be deleted and overwritten by the renamed "setup.conf.inc.php". If you want to go a safe way rename "conf.inc.php" and then copy the renamed "setup.conf.inc.php" into "inc_conf" folder. If you download the config file in step 5 look for the right filename - Explorer often adds [1] to the name.
Oliver
The first install "conf.inc.php" in "inc_conf" can be deleted and overwritten by the renamed "setup.conf.inc.php". If you want to go a safe way rename "conf.inc.php" and then copy the renamed "setup.conf.inc.php" into "inc_conf" folder. If you download the config file in step 5 look for the right filename - Explorer often adds [1] to the name.
Oliver
- Oliver Georgi
- Site Admin
- Posts: 9919
- Joined: Fri 3. Oct 2003, 22:22
- Contact: