Project

General

Profile

Actions

Bug #24484

closed

After recompiling server typo3 page doesn't work - white page

Added by Boris almost 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2011-01-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Hello,

We did some changes on our server We enabled mod_deflate to enable gzip-ing webpages. Before this was done, site made with typo3 worked fine.

Now, after changes made on the server, when we try to access our "typo3 site", it doesn't show up. White page accurs.

We followed instructions on page http://dmitry-dulepov.com/article/blank-empty-page-in-typo3.html#ixzz1AF5k98jI to see errors. We can not see them.

Instructions were:
  1. Go to the Install tool
  2. Select "All configuration"
  3. Set displayErrors to 2
  4. Add your IP address to devIPmask

Our install tool (www.this-is-only-example.com//typo3/install/index.php) is not available. Therefore we made changes directly in file - t3lib/config_default.php

Settings:
  1. 'displayErrors' => 2
  2. 'devIPmask' => '127.0.0.1,::1',

IP 127.0.0.1 was changed to our IP

After this was done, we still get only white pages. No errors are shown. We still can not access install tool. All we get are white pages everywhere:
www.this-is-only-example.com/
www.this-is-only-example.com/typo3/admin
www.this-is-only-example.com//typo3/install/index.php

But!
There are some pages that shows up in fileadmin directory. Eg.
www.this-is-only-example//fileadmin/template/subpage.html

How can we see what is going wrong?

Please help and thank's for the answers.

If we try to see the source of the page with Firebug in Firefox Browser, we get this:

(issue imported from #M16929)

Actions #1

Updated by Philipp Gampe almost 14 years ago

If you do not get any PHP errors, this does not relate to TYPO3.
Please check your apache error logs and your access log. Instead of of enabling the display off errors, you better log the error to file and check the error log file.
The instruction at Dmitrys website are for remote debugging without access to the webserver.
If you do not have access to your webserver, get in touch with your hoster.

Try creating a file info.php with the content and see if you get any result when calling it.

Actions #2

Updated by Steffen Gebert almost 14 years ago

I think you forgot some required modules during recompilation. It doesn't even have to be a PHP problem, but can already be an error on Apache side (e.g. due to .htaccess parameters for not loaded Apache modules).

Please have a look Apache's error log.

For support, please use the TYPO3 mailng lists at http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

This is not a TYPO3 bug, so I will close this.

Actions #3

Updated by Steffen Gebert almost 14 years ago

Close, not resolve :)

Actions

Also available in: Atom PDF