LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   PHP timeout (https://www.linuxquestions.org/questions/linux-software-2/php-timeout-4175427662/)

lce411 09-17-2012 12:07 PM

PHP timeout
 
I am trying to access a MySQL db, on RHEL 5.8, through a Windows Server 2008 machine. I get the Log Analyzer web-GUI, but there are syslog messages displayed. On Friday I was simply getting "No syslog messages found," which is annoying because the db is receiving messages. But today when I came in and started working on it, I got the following:
"While reading the logstream, the php script timeout forced me to abort at this point. If you want to avoid this, please increase the LogAnalyzer script timeout in your config.php. If the user system is installed, you can do that in the Admin center."

First off, where exactly do I change the timeout setting? I looked at the config.php file and didn't see anything jump out at me. Secondly, why am I now getting a different error than Friday? Is the size of the db related to this error? As the db grows, will the timeout need to be increased?

Habitual 09-18-2012 07:14 AM

Quote:

Originally Posted by lce411 (Post 4782453)
...do that in the Admin center.

Admin Center of what, exactly?

lce411 09-18-2012 07:18 AM

Quote:

Originally Posted by Habitual (Post 4783184)
Admin Center of what, exactly?

I believe the Admin Center is an add-on that allows you to change configs through a GUI, rather than in the actual config file. I don't have it installed, so it's not applicable to my situation. I just need to know where to increase the php timeout, so that Log Analyzer will stop timing out. It takes the web page forever to load and it shows the error above.

Habitual 09-18-2012 08:12 AM

Quote:

Originally Posted by lce411 (Post 4783188)
I believe the Admin Center is an add-on ...

Add-on or not, ...somewhere on the host that has the "Log Analyzer" installed should have a config.php applicable to this application.

Code:

# find `pwd` / -name config.php -type f
output please.

Thank you.


All times are GMT -5. The time now is 10:45 AM.