Author Topic: Blank page after installation [please help]  (Read 8989 times)

0 Members and 1 Guest are viewing this topic.

zerutreck

  • Jr. Member
  • **
  • Posts: 3
Blank page after installation [please help]
« on: May 04, 2010, 09:24:27 PM »
After installing and trying to sign, it appears the fields to enter username and password, just appears a blank page.

Already reviewed and config.php during installation (/ install) no error messages. The tables were created correctly.

But the form to enter the system does not appear, only appears a blank page.
« Last Edit: May 05, 2010, 12:23:21 PM by zerutreck »

zerutreck

  • Jr. Member
  • **
  • Posts: 3
Re: Blank page after installation
« Reply #1 on: May 05, 2010, 12:22:56 PM »
Could you give me any output? Because there appears no error message, simply appears only a blank page.

It is necessary to leave the session_auto.start enabled?

zerutreck

  • Jr. Member
  • **
  • Posts: 3
Re: Blank page after installation [please help]
« Reply #2 on: May 06, 2010, 10:28:29 PM »
Problem solved by uploading all files again. Some file was corrupted.

Inspirer

  • Mibew Project founder
  • Native
  • *****
  • Posts: 262
    • Mibew Messenger
Re: Blank page after installation [please help]
« Reply #3 on: May 07, 2010, 10:23:53 PM »
Quote
It is necessary to leave the session_auto.start enabled?

Nope. Mibew creates a session when needed.

The most common reasons the blank page appears:
1. Wrong file permissions after upload (should be 755, 644)
2. httpd.conf directive DirectoryIndex doesn't contain index.php

Eddybaur

  • Native
  • *****
  • Posts: 237
  • Mibew Member
    • Mibew
Re: Blank page after installation [please help]
« Reply #4 on: May 12, 2010, 12:05:28 PM »
Also, remember to have the folder name be webim. Or it will show blank pages. If you'd like to change the folder name, do so, but change
Code: [Select]
$webimroot = "/webim";in the config file.