Bug #24484
closedAfter recompiling server typo3 page doesn't work - white page
0%
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:- Go to the Install tool
- Select "All configuration"
- Set displayErrors to 2
- 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:- 'displayErrors' => 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)
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.
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.