LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Suicide-causing OS may claim another life in OR (https://www.linuxquestions.org/questions/fedora-35/suicide-causing-os-may-claim-another-life-in-or-312577/)

laserbeamninja 04-12-2005 06:55 PM

Suicide-causing OS may claim another life in OR
 
O, probably in about another 20 hours or so. But, seriously...

How many problems can someone honestly expect to encounter configuring PHP and MySQL for Fedora 3? Honest to God, I've been working on this since frickin five o' clock this morning and I look back at my progress and I think, wow. Because I can honestly say that I've gotten almost nowhere and I've been working steadily for hours. I have learned all kinds of fascinating things along the way, don't get me wrong. Here's the kicker though: I already had all this stuff working on another box, and I'm supposed to be turning it in right now, and now instead I am configuring this box and looking like a jerk and it's taking me all day. :):):)

RPMs:
Code:

php-mysql-4.3.10-3.2
php-pear-4.3.10-3.2
php-ldap-4.3.10-3.2
php-4.3.10-3.2

etc/php.ini:
Code:

error_reporting  =  E_ALL
display_errors = On
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = Off
error_log = /var/log/php_error.log

phpMyAdmin works, so php and mySQL are doing their thing. Which is a nice start.

But I really can't get this developmental code working without error logging, and I cannot put my finger on why it wouldn't log & display errors with the above code. FYI, .htaccess is also not working, which is like a walk in the park compared to writing code, which is what I should be doing.

You know, I wish I had all this configuration stuff on lock-down, but I don't. I usually work on neatly configured boxes and I spend my time developing web apps.

snecklifter 04-13-2005 01:36 PM

So what exactly is the problem that you are having? If phpmyadmin works then I guess you have to look at apache. However without knowing what exactly is going wrong its a bit difficult...
I'm assuming that it isnt showing mysql or php errors, is this right?


All times are GMT -5. The time now is 06:47 AM.