cant' pass through 2nd step in installation

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
wyktor
Posts: 1
Joined: Thu 3. Mar 2005, 10:34

cant' pass through 2nd step in installation

Post by wyktor »

Hi all,,

I tried to install PHPWCMS 1.1.9 DEV on my localhost (WIN2000). I am using EasyPHP package (PHP 4.3.10 (it has GD2, no imagemagic), Apache 1.3.33) and when I start installation (setup/index.php) after fill MySql database infos in step 1 I get following error:

Code: Select all

Notice: Undefined variable: conf_file in c:\program files\easyphp1-8\www\setup\setup.php on line 288

Notice: Undefined index: db_sql in c:\program files\easyphp1-8\www\setup\setup.php on line 43

Warning: Cannot modify header information - headers already sent by (output started at c:\program files\easyphp1-8\www\setup\setup.php:288) in c:\program files\easyphp1-8\www\setup\setup.php on line 76
the script however creates all the tables in database.

can anyone help me with this problem?

thanks a lot
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

seems that there are some Permissions set not correctly

btw why you don't start with the Version 1.2.1 :?:

also you will take a look to

http://www.phpwcms-docu.de/dev_1_x_en.phtml
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Karla
Posts: 223
Joined: Tue 26. Oct 2004, 11:56

Post by Karla »

check your "PHP.INI" for this line an enable it

Code: Select all

error_reporting=E_ALL & ~E_NOTICE
Post Reply