Welcome, Guest. Please login or register.
Did you miss your activation email?
May 24, 2012, 10:55:39 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155470 Posts in 21707 Topics by 7734 Members
Latest Member: rofroodoOvego
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Blank page when installing  (Read 971 times)
applepie

Offline Offline

Posts: 342


« on: December 08, 2008, 06:11:08 PM »

Hi, I never come across this problem before and would appreciate someone shade some light on it. I uploaded all WB on my server and when I got to the link to install (http://www.my domain/install) the page return blank. Anyone else come across this problem before or able to tell me why. Thanks.
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6975


WWW
« Reply #1 on: December 08, 2008, 07:41:19 PM »

It sounds like your server isn't recognising index.php pages as index pages. if you manually add the index.php what happens then?

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

applepie

Offline Offline

Posts: 342


« Reply #2 on: December 08, 2008, 08:03:40 PM »

if you manually add the index.php what happens then?


Still blank. Nothing on the page.
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6975


WWW
« Reply #3 on: December 08, 2008, 09:03:42 PM »

Cache? Different Browser? PHPInfo? Errorlogs? You know the drill, no? wink

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

vyni

Offline Offline

Posts: 566


« Reply #4 on: December 08, 2008, 11:21:04 PM »

 grin Are You sure, Your server supports php at all?

Just for fun: Try to install something else to this server and see if this works
maybe this thing here - a calendar.

- otherwise ask Your provider what´s wrong with this account.

This really sounds like a server-problem
Logged

PS: Falls jemand eine Idee hat was zu tun ist und mir das erklären könnt - geh bitte davon aus dass ich ahnungslos bin, was php und so betrifft. Ich kann grad was lesen, kopieren und einfügen,  ungefähr verfolgen und glauben.
applepie

Offline Offline

Posts: 342


« Reply #5 on: December 09, 2008, 12:53:44 AM »


This really sounds like a server-problem

I have been banging my head on the wall with the system administrator and getting no where. They told me the fault is with WB! I have installed WB many times without any problem. I am running php and mysql on this server. I really like to find out if this is really a server issue before taking action on them.  angry
Cheers, you guys have been really helpful. Anyone else reading this post and able to shed some light will be greatky appreciated.
Logged
doc
Guest
« Reply #6 on: December 09, 2008, 07:11:00 AM »

Hello,

- upload a php file with a phpinfo() call inside --> check output vs. WB requirements
- if it does not help, enforce error reporting in the index.php in folder /install e.g. by putting something below to the beginning of the installer script
Code:
<?php
ini_set
('display_errors','1');
ini_set('display_startup_errors','1');
error_reporting (E_ALL);
?>

- still no sucess, just delete all files and upload again with a FTP tool (check for timeouts etc.)

Christian
Logged
applepie

Offline Offline

Posts: 342


« Reply #7 on: December 09, 2008, 05:15:41 PM »

- if it does not help, enforce error reporting in the index.php in folder /install e.g. by putting something below to the beginning of the installer script
Code:
<?php
ini_set
('display_errors','1');
ini_set('display_startup_errors','1');
error_reporting (E_ALL);
?>

- still no sucess, just delete all files and upload again with a FTP tool (check for timeouts etc.)
Thanks, I placed the codes above on the index.php file in Install and I am still getting a blank page. Where do you think the problem lies? Incomplete file upload or something wrong with server. I have checked through the files and they are all intact.
Logged
BartA

Offline Offline

Posts: 15


« Reply #8 on: December 09, 2008, 05:28:25 PM »

which PHP version is the server running? I had some problems with an outdated PHP 4 server and safemode enabled.
Logged
applepie

Offline Offline

Posts: 342


« Reply #9 on: December 10, 2008, 12:28:21 PM »

which PHP version is the server running? I had some problems with an outdated PHP 4 server and safemode enabled.
Latest version and no problem installing on the same server before.
Logged
Linger

Offline Offline

Posts: 78



WWW
« Reply #10 on: December 11, 2008, 09:18:45 PM »

Maybe the server is sending a wrong HTTP-header...
I you have Firefox installed on you system, use the "Live HTTP headers" extension in order to have a look at the delivered headers.

A normal header should look like that:
Code:
HTTP/1.x 200 OK
Date: Thu, 11 Dec 2008 20:13:16 GMT
Server: Apache/1.3.37 (Unix) PHP/4.4.8 with Suhosin-Patch FrontPage/5.0.2.4803 mod_fastcgi/mod_fastcgi-SNAP-0404142202 mod_ssl/2.8.28 OpenSSL/0.9.6i
X-Powered-By: PHP/4.4.8
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
Logged

http://www.andreherdling.de
Mediengestalter aus Leidenschaft
----
Avatar created by using the generator at http://www.sp-studio.de/
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!