[Typo3-windows] blank page?

Darko Kalevski kdarko at unet.com.mk
Wed Dec 14 20:44:08 CET 2005


Rainer (Rene) Suthoelder wrote:
> Darko Kalevski wrote:
> 
>>>try to put your phpinfo.php file in something like c:\www\t3_dummy\
>>>and call http://localhost/t3_dummy/phpinfo.php
>>>if this does not succeeds, probably something is wrong with your
>>>apache setup.
> 
> 
> for the obvious things first: there is a file named index.php in 
> http://localhost/t3_dummy/ and you have configured apache to use index.php 
> and index.html as start pages, right?

yup. thought of that even as problem, but how that changes the 
situation? i mean how would i go otherwise to have it working?

> further on: if you are not running t3 on IIS you do not have to grant any 
> special access to apache to read your files.

hm, no IIS, as phpinfo.php shows.

> next: have you turned on php error reporting? and what do the apache log 
> files say?

i add error_reporting(E_ALL); as in http://www.php.net/error-reporting 
in phpinfo.php, same output as previously.

from access.log:
127.0.0.1 - - [14/Dec/2005:20:38:45 +0100] "GET /t3_dummy/ HTTP/1.1" 200 -
127.0.0.1 - - [14/Dec/2005:20:38:51 +0100] "GET /t3_quickstart/ 
HTTP/1.1" 200 -

from error.log, none error:
[Wed Dec 14 20:38:14 2005] [notice] Parent: Received shutdown signal -- 
Shutting down the server.
[Wed Dec 14 20:38:15 2005] [notice] Child 3780: Exit event signaled. 
Child process is ending.
[Wed Dec 14 20:38:16 2005] [notice] Child 3780: Released the start mutex
[Wed Dec 14 20:38:17 2005] [notice] Child 3780: Waiting for 250 worker 
threads to exit.
[Wed Dec 14 20:38:17 2005] [notice] Child 3780: All worker threads have 
exited.
[Wed Dec 14 20:38:17 2005] [notice] Child 3780: Child process is exiting
[Wed Dec 14 20:38:24 2005] [notice] Parent: Child process exited 
successfully.
[Wed Dec 14 20:38:36 2005] [notice] Apache/2.0.55 (Win32) PHP/4.4.1 
configured -- resuming normal operations
[Wed Dec 14 20:38:36 2005] [notice] Server built: Oct  9 2005 19:16:56
[Wed Dec 14 20:38:36 2005] [notice] Parent: Created child process 3248
[Wed Dec 14 20:38:36 2005] [notice] Child 3248: Child process is running
[Wed Dec 14 20:38:36 2005] [notice] Child 3248: Acquired the start mutex.
[Wed Dec 14 20:38:37 2005] [notice] Child 3248: Starting 250 worker threads.


gh :(

:)


darko



More information about the TYPO3-windows mailing list