PDA

View Full Version : What am I doing wrong?


Vitali
17th of August 2002 (Sat), 14:20
Here is the problem description:
When I started to run setup.php, package loaded several tables and then stuck. You can’t scroll the page to the bottom as advised.

phpMyAdmin shows:

Table Action Records Type Size

ee_camera Browse
Select
Insert
Properties
Drop
Empty
3 MyISAM 9.0 KB


ee_camera_type Browse
Select
Insert
Properties
Drop
Empty
3 MyISAM 2.1 KB


ee_category Browse
Select
Insert
Properties
Drop
Empty
10 MyISAM 2.7 KB


ee_counter Browse
Select
Insert
Properties
Drop
Empty
9 MyISAM 2.1 KB


ee_country Browse
Select
Insert
Properties
Drop
Empty
34 MyISAM 2.7 KB


test Browse Select Insert
Properties
Drop
Empty 0 MyISAM 1.0 KB

6 table(s) Sum 59 -- 19.6 KB
Check All / Uncheck All



Test is my test table. I have tried to drop/create database and then re-run setup, same story. Funny, when I tried to install it with IIS it worked fine (IIS service is stopped now).

Environment – Win XP, MySQL, PHP4, Apache server.
phpMyAdmin runs OK. As well as other small test php scripts.
Any ideas?
Thank you,
Vitali

Vitali
17th of August 2002 (Sat), 17:54
Update.
Change http server back to IIS - installed.

Vitali

Pekka
19th of August 2002 (Mon), 00:57
I recommend Apache more than IIS for EE (and other apps), so it is very strange that Apache would get "stuck" in PHP/MySQL. It can be a configuration problem or out of disk space problem (MySQL stores all tables as files). I use Apache in XP Pro without problems (but I have not ran IIS at all).

Debugging the problem you have is very hard if there are no clear error messages to analyze. Does your IIS use the same MySQL installation as Apache (are they on same OS?)?

Vitali
20th of August 2002 (Tue), 15:12
Gallery is up and running! On both IIS and Apache servers (I'm using dual boot for WinXP Pro and RedHat7.3 Server).
It was MY mistake with PHP installation.
Advise- use ISAPI mode for PHP on both servers.

Good php installation tips at:
http://www.umesd.k12.or.us/php/win32install.html


Pekka, Thank you for great engine and fun!


Regards,
Vitali