1
Virtuous
W2003 Srv + IIS6 + MYSQL 4, Blank Page after Installation Complete
  • 2003/12/19 16:13

  • Virtuous

  • Just popping in

  • Posts: 4

  • Since: 2003/12/19


I know there is a guide, and a lot of documentation talking about this problem, I already Read It.
The installation was perfect, no errors, IIS execute PHP files without problem, I created an script using PHP making connection to MySql (Using the same user, pass, and database that i Create for Xoops) and it works fine.
I set up all the debugs activation:
PHP.ini
Common.php
MySql (UPDATE xoops_config SET conf_value=1 WHERE conf_name = 'debug_mode'".)
And there is NO ERRORs, just a Blank Page.
I'm using the Last version for Mysql, Xoops, PHP.
Any help ??

ViewSource for index.php :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1"></HEAD>
<BODY></BODY></HTML>

2
Herko
Re: W2003 Srv + IIS6 + MYSQL 4, Blank Page after Installation Complete
  • 2003/12/19 16:35

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


Please check the wiki documentation for turning on php debug on white pages:

http://wiki.xoops.org/wakka.php?wakka=TroubleshootingBlankPage

Herko

3
Virtuous
Re: W2003 Srv + IIS6 + MYSQL 4, Blank Page after Installation Complete
  • 2003/12/19 16:55

  • Virtuous

  • Just popping in

  • Posts: 4

  • Since: 2003/12/19


I did and re-check almost 5 times.
And no luck, any other test to descart posible problems?

4
DobePhat
Re: W2003 Srv + IIS6 + MYSQL 4, Blank Page after Installation Complete
  • 2003/12/19 17:22

  • DobePhat

  • Friend of XOOPS

  • Posts: 656

  • Since: 2003/4/15


Check your permission settings on templates_, Cache and uploads.....

Remove the INSTALL file.....from directory....
(just brainstorming)
Can you acceess....yoursite.com/modules/system/admin.php directly?

Check Access rights with IIS....

--
That's all I can think of right now....

5
Virtuous
Re: W2003 Srv + IIS6 + MYSQL 4, Blank Page after Installation Complete
  • 2003/12/19 17:47

  • Virtuous

  • Just popping in

  • Posts: 4

  • Since: 2003/12/19


When I try to access
yoursite.com/modules/system/admin.php directly or /admin.php, It says that I don't have permissions to view that page, It sounds ok for my cause I never authtenticated my self.

Excuse my poor english.



6
Herko
Re: W2003 Srv + IIS6 + MYSQL 4, Blank Page after Installation Complete
  • 2003/12/19 18:27

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


have you uploaded ALL the files in the core package? Can you access /user.php directly? That's where the login routine is at. Try that, and then you can go to admin.php.

Herko

7
DobePhat
Re: W2003 Srv + IIS6 + MYSQL 4, Blank Page after Installation Complete
  • 2003/12/19 18:31

  • DobePhat

  • Friend of XOOPS

  • Posts: 656

  • Since: 2003/4/15


Quote:
It says that I don't have permissions to view that page,

Good Sign!

-Follow Herko

8
Virtuous
Re: W2003 Srv + IIS6 + MYSQL 4, Blank Page after Installation Complete
  • 2003/12/19 18:41

  • Virtuous

  • Just popping in

  • Posts: 4

  • Since: 2003/12/19


It's a banner taht says " You don't have the right to access .... "

I've upload all the files, in fact it's on my own server, so I'don't upload, just decompress.
I did access user.php bat nothing happend. It's the same blank @#$%@#$^#@$%^#$%^ Screen.

9
cmelo
Re: W2003 Srv + IIS6 + MYSQL 4, Blank Page after Installation Complete
  • 2003/12/31 11:24

  • cmelo

  • Just popping in

  • Posts: 4

  • Since: 2002/9/19


Imá having the same problem.

Everithing is correct, installation sucefful but we just see one blank page at index.php

10
cmelo
Re: W2003 Srv + IIS6 + MYSQL 4, Blank Page after Installation Complete
  • 2003/12/31 11:27

  • cmelo

  • Just popping in

  • Posts: 4

  • Since: 2002/9/19


I find the erro. You need to put the folder /template_c wtih file permisson 777 (not 766) and all the other folders that the systems call at installation to be readble by all.