|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Hi,
When I try to install Typo3 (version 4.1.3), I get a white screen, if I want to go to the 'Go-step' (in 1-2-3-mode). Nothing happens, then. I really don't know what to do, so maybe you might help me. If you want more info, you can ask. Can anybody help me? Best regards, Dennis Vermeulen _______________________________________________ TYPO3-linux mailing list TYPO3-linux (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/...fo/typo3-linux |
|
#2
|
|||
|
|||
|
Dennis,
By default, many Linux distributions do not display PHP errors on the screen. All these errors end up in /var/log/httpd/error_log or a custom error log set up for this website. Check these error logs and they will give you a clue as to what's happening. Dimitri Tarassenko ________________________________ From: typo3-linux-bounces (AT) lists (DOT) netfielders.de [mailto:typo3-linux-bounces (AT) lists (DOT) netfielders.de] On Behalf Of Dennis Vermeulen Sent: Tuesday, November 20, 2007 8:47 AM To: typo3-linux (AT) lists (DOT) netfielders.de Subject: [TYPO3-linux] White Screen Hi, When I try to install Typo3 (version 4.1.3), I get a white screen, if I want to go to the 'Go-step' (in 1-2-3-mode). Nothing happens, then. I really don't know what to do, so maybe you might help me. If you want more info, you can ask. Can anybody help me? Best regards, Dennis Vermeulen _______________________________________________ TYPO3-linux mailing list TYPO3-linux (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/...fo/typo3-linux |
|
#3
|
|||
|
|||
|
Hi,
I've found the error. The problem is that my memory limit is too low. I've updated my php.ini file earlier for that, but it didn't solve the problem for now. I also don't know where I've to place the file. I've put it in the root folder, but I don't know if that's correct. It didn't work, in any case. If someone could help me again, it would be great! Best Regards, Dennis Vermeulen _____ Van: typo3-linux-bounces (AT) lists (DOT) netfielders.de [mailto:typo3-linux-bounces (AT) lists (DOT) netfielders.de] Namens Dimitri Tarassenko Verzonden: dinsdag 20 november 2007 15:33 Aan: TYPO3 Installation on Linux and other Unices Onderwerp: Re: [TYPO3-linux] White Screen Dennis, By default, many Linux distributions do not display PHP errors on the screen. All these errors end up in /var/log/httpd/error_log or a custom error log set up for this website. Check these error logs and they will give you a clue as to what's happening. Dimitri Tarassenko _____ From: typo3-linux-bounces (AT) lists (DOT) netfielders.de [mailto:typo3-linux-bounces (AT) lists (DOT) netfielders.de] On Behalf Of Dennis Vermeulen Sent: Tuesday, November 20, 2007 8:47 AM To: typo3-linux (AT) lists (DOT) netfielders.de Subject: [TYPO3-linux] White Screen Hi, When I try to install Typo3 (version 4.1.3), I get a white screen, if I want to go to the 'Go-step' (in 1-2-3-mode). Nothing happens, then. I really don't know what to do, so maybe you might help me. If you want more info, you can ask. Can anybody help me? Best regards, Dennis Vermeulen _______________________________________________ TYPO3-linux mailing list TYPO3-linux (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/...fo/typo3-linux |
|
#4
|
|||
|
|||
|
create a php file that would display php_info() information - among the rest it lists the location(s) it looks for php.ini file at. It might be that you would need to do something like this in Apache config, for example - it all depends on your setup. If you are on a shared hosting platform, I'd consult your web hosting support. If it's your server, the global php.ini file is typically under /etc/php.ini
Dimitri Tarassenko ________________________________ From: typo3-linux-bounces (AT) lists (DOT) netfielders.de [mailto:typo3-linux-bounces (AT) lists (DOT) netfielders.de] On Behalf Of Dennis Vermeulen Sent: Tuesday, November 20, 2007 10:07 AM To: 'TYPO3 Installation on Linux and other Unices' Subject: Re: [TYPO3-linux] White Screen Hi, I've found the error. The problem is that my memory limit is too low. I've updated my php.ini file earlier for that, but it didn't solve the problem for now. I also don't know where I've to place the file. I've put it in the root folder, but I don't know if that's correct. It didn't work, in any case. If someone could help me again, it would be great! Best Regards, Dennis Vermeulen ________________________________ Van: typo3-linux-bounces (AT) lists (DOT) netfielders.de [mailto:typo3-linux-bounces (AT) lists (DOT) netfielders.de] Namens Dimitri Tarassenko Verzonden: dinsdag 20 november 2007 15:33 Aan: TYPO3 Installation on Linux and other Unices Onderwerp: Re: [TYPO3-linux] White Screen Dennis, By default, many Linux distributions do not display PHP errors on the screen. All these errors end up in /var/log/httpd/error_log or a custom error log set up for this website. Check these error logs and they will give you a clue as to what's happening. Dimitri Tarassenko ________________________________ From: typo3-linux-bounces (AT) lists (DOT) netfielders.de [mailto:typo3-linux-bounces (AT) lists (DOT) netfielders.de] On Behalf Of Dennis Vermeulen Sent: Tuesday, November 20, 2007 8:47 AM To: typo3-linux (AT) lists (DOT) netfielders.de Subject: [TYPO3-linux] White Screen Hi, When I try to install Typo3 (version 4.1.3), I get a white screen, if I want to go to the 'Go-step' (in 1-2-3-mode). Nothing happens, then. I really don't know what to do, so maybe you might help me. If you want more info, you can ask. Can anybody help me? Best regards, Dennis Vermeulen _______________________________________________ TYPO3-linux mailing list TYPO3-linux (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/...fo/typo3-linux |
|
#5
|
|||
|
|||
|
Dennis Vermeulen wrote:
> Hi, > > > > I’ve found the error. The problem is that my memory limit is too low. > I’ve updated my php.ini file earlier for that, but it didn’t solve the > problem for now. I also don’t know where I’ve to place the file. I’ve > put it in the root folder, but I don’t know if that’s correct. It didn’t > work, in any case. If someone could help me again, it would be great! Hi Dennis, Depending on your distribution the php.ini file lives somewhere within /etc. If you have shell access (which you do appear to have) then execute the following commands to find your php.ini location: find /etc -name php.ini On debian the location is something like /etc/php5/apache2/php.ini (and /etc/php5/cli/php.ini). But the paths may be different on your system. After changing php.ini contents you need to restart apache (gracefully if you can). Kind regards, Michiel Roos -- Netcreators BV :: creation and innovation www.netcreators.com Interesse in werken bij Netcreators? http://www.netcreators.com/bedrijf/vacatures/ _______________________________________________ TYPO3-linux mailing list TYPO3-linux (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/...fo/typo3-linux |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3-linux] installation on linux | T T | typo3-linux@lists.netfielders.de | 1 | 15.11.2007 13:18 |
| [TYPO3] white screen follows non-admin edit attempt | David Banning | typo3-english@lists.netfielders.de | 0 | 01.10.2007 21:02 |
| [TYPO3] TinyRTE problem - blank screen | Edwin Blokker | typo3-english@lists.netfielders.de | 1 | 19.07.2007 00:19 |
| [TYPO3] White page | Sylvain Gourvil | typo3-english@lists.netfielders.de | 0 | 21.03.2007 17:37 |
| [TYPO3] Force Full Screen RTE Editing... | Timothy Patterson | typo3-english@lists.netfielders.de | 0 | 19.02.2007 15:14 |