View previous topic :: View next topic |
Author |
Message |
sancho5 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 04 Nov 2003 Posts: 28
|
Posted: Mon Nov 24, 2003 7:53 pm Post subject: PHP error displays & blank pages |
|
|
Greetz,
I have installed issue-tracker-4.0.1 on my system, which is a PHP application. I've set it up before and remember that after setup when trying to access the login page that I was unable to get the page up correctly because of some PHP errors that I was told about. I'm kind of hung up on this installation though because the page is coming up blank (should be giving me the login/index page) and I can't figure out what the errors might be.
I have the following defined in /etc/php/apache2-php4/php.ini:
Code: | error_reporting = E_ALL
display_errors = On |
So. I don't see any errors when the page comes up (just blank and white) and /var/log/apache2/error_log logs no errors on page access.
Anyone have any ideas about this?
TIA
DS |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
FuzzeX Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/19223889713e8746e663903.png)
Joined: 08 Jan 2003 Posts: 96
|
Posted: Tue Nov 25, 2003 9:45 am Post subject: |
|
|
I've run into this kind of thing before myself. Those lines in your php.ini should turn on error reporting. If you have a per directory config file make sure it's set there too. You can also turn off error reporting in the page itself, so that could be an issue.
If you can't get the errors to display you can also check the apache logs for the errors. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|