You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jacky Hung <ap...@techclan.net> on 2002/09/27 09:00:51 UTC

[users@httpd] Problem on use Pentinum 4 to Run Apache + php4 + mysql + phpmyadmin

Dear All:
    i have four pc server, two is running Pentinum 3 and two is running
Pentinum 4, both running redhat 7.2 all configuration is same,  when i run a
sample php program on both is ok, but when i run phpMyAdmin , p3 server is
working fine but p4 server need to reload many times for login, if i won't
reload, it will display  error like this. sometime i need to be reload 10-20
times to login. what is the problem??


Fatal error: Maximum execution time of 30 seconds exceeded in
/usr/local/httpd/htdocs/phpMyAdmin/libraries/defines.lib.php on line 36


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problem on use Pentinum 4 to Run Apache + php4 + mysql + phpmyadmin

Posted by Zac Stevens <zt...@cryptocracy.com>.
On Fri, Sep 27, 2002 at 03:00:51PM +0800, Jacky Hung wrote:
> Fatal error: Maximum execution time of 30 seconds exceeded in
> /usr/local/httpd/htdocs/phpMyAdmin/libraries/defines.lib.php on line 36

This likely is not an Apache problem - as the error states, whatever is
taking place on line 36 of defines.lib.php took more than 30 seconds and
was terminated by the PHP interpreter.

One fix would be to up the max execution time - this is set in your PHP
configuration, consult the PHP documentation for details.

The other suggestion would be to have a look at what is happening at the
referenced line of defines.lib.php and work out why it is taking more than
30 seconds.

Generally speaking, you'd probably be better off asking the question in a
support forum for the phpMyAdmin package as that is where the problem is
occurring.

HTH,


Zac

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problem on use Pentinum 4 to Run Apache + php4 + mysql + phpmyadmin

Posted by Jacky Hung <ap...@techclan.net>.
um.. i think the setting is no problem, because i can login sometime, it
look like apache no response. but refresh it is ok, i try the older or newer
version of phpMyAdmin also but the answer is same.

----- Original Message -----
From: "J. Greenlees" <ja...@shaw.ca>
To: <us...@httpd.apache.org>
Sent: Friday, September 27, 2002 4:41 PM
Subject: Re: [users@httpd] Problem on use Pentinum 4 to Run Apache + php4 +
mysql + phpmyadmin


> okay so it isn't conflicts from versions...is the phpmyadmin talking to
> the right machine for mysql?
> or is the user / password set right for the machines?
> since php itself you say is working, and mysql, then it would have to be
> somewhere in the phpmyadmin configuration that it is hanging.
>
> Jacky Hung wrote:
>
> >now i am using
> >
> >apache_1.3.26
> >php-4.1.1
> >phpmyadmin-2.2.6
> >mysql-3.23.47
> >
> >and i also try apache_1.3.19 + php-4.1.0 or php-4.2.0, also need to
reload
> >
> >----- Original Message -----
> >From: "J. Greenlees" <ja...@shaw.ca>
> >To: <us...@httpd.apache.org>
> >Sent: Friday, September 27, 2002 3:06 PM
> >Subject: Re: [users@httpd] Problem on use Pentinum 4 to Run Apache + php4
+
> >mysql + phpmyadmin
> >
> >
> >>what versions of apache and php are you running?
> >>
> >>Jacky Hung wrote:
> >>
> >>>Dear All:
> >>>   i have four pc server, two is running Pentinum 3 and two is running
> >>>Pentinum 4, both running redhat 7.2 all configuration is same,  when i
> >>>
> >run a
> >
> >>>sample php program on both is ok, but when i run phpMyAdmin , p3 server
> >>>
> >is
> >
> >>>working fine but p4 server need to reload many times for login, if i
> >>>
> >won't
> >
> >>>reload, it will display  error like this. sometime i need to be reload
> >>>
> >10-20
> >
> >>>times to login. what is the problem??
> >>>
> >>>
> >>>Fatal error: Maximum execution time of 30 seconds exceeded in
> >>>/usr/local/httpd/htdocs/phpMyAdmin/libraries/defines.lib.php on line 36
> >>>
> >>>
> >>>---------------------------------------------------------------------
> >>>The official User-To-User support forum of the Apache HTTP Server
> >>>
> >Project.
> >
> >>>See <URL:http://httpd.apache.org/userslist.html> for more info.
> >>>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> >>>  "   from the digest: users-digest-unsubscribe@httpd.apache.org
> >>>For additional commands, e-mail: users-help@httpd.apache.org
> >>>
> >>>
> >>
> >>
> >>
> >>---------------------------------------------------------------------
> >>The official User-To-User support forum of the Apache HTTP Server
Project.
> >>See <URL:http://httpd.apache.org/userslist.html> for more info.
> >>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> >>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> >>For additional commands, e-mail: users-help@httpd.apache.org
> >>
> >>
> >
> >
> >---------------------------------------------------------------------
> >The official User-To-User support forum of the Apache HTTP Server
Project.
> >See <URL:http://httpd.apache.org/userslist.html> for more info.
> >To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> >   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> >For additional commands, e-mail: users-help@httpd.apache.org
> >
> >
>
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problem on use Pentinum 4 to Run Apache + php4 + mysql + phpmyadmin

Posted by "J. Greenlees" <ja...@shaw.ca>.
okay so it isn't conflicts from versions...is the phpmyadmin talking to
the right machine for mysql?
or is the user / password set right for the machines?
since php itself you say is working, and mysql, then it would have to be
somewhere in the phpmyadmin configuration that it is hanging.

Jacky Hung wrote:

>now i am using
>
>apache_1.3.26
>php-4.1.1
>phpmyadmin-2.2.6
>mysql-3.23.47
>
>and i also try apache_1.3.19 + php-4.1.0 or php-4.2.0, also need to reload
>
>----- Original Message -----
>From: "J. Greenlees" <ja...@shaw.ca>
>To: <us...@httpd.apache.org>
>Sent: Friday, September 27, 2002 3:06 PM
>Subject: Re: [users@httpd] Problem on use Pentinum 4 to Run Apache + php4 +
>mysql + phpmyadmin
>
>
>>what versions of apache and php are you running?
>>
>>Jacky Hung wrote:
>>
>>>Dear All:
>>>   i have four pc server, two is running Pentinum 3 and two is running
>>>Pentinum 4, both running redhat 7.2 all configuration is same,  when i
>>>
>run a
>
>>>sample php program on both is ok, but when i run phpMyAdmin , p3 server
>>>
>is
>
>>>working fine but p4 server need to reload many times for login, if i
>>>
>won't
>
>>>reload, it will display  error like this. sometime i need to be reload
>>>
>10-20
>
>>>times to login. what is the problem??
>>>
>>>
>>>Fatal error: Maximum execution time of 30 seconds exceeded in
>>>/usr/local/httpd/htdocs/phpMyAdmin/libraries/defines.lib.php on line 36
>>>
>>>
>>>---------------------------------------------------------------------
>>>The official User-To-User support forum of the Apache HTTP Server
>>>
>Project.
>
>>>See <URL:http://httpd.apache.org/userslist.html> for more info.
>>>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>>  "   from the digest: users-digest-unsubscribe@httpd.apache.org
>>>For additional commands, e-mail: users-help@httpd.apache.org
>>>
>>>
>>
>>
>>
>>---------------------------------------------------------------------
>>The official User-To-User support forum of the Apache HTTP Server Project.
>>See <URL:http://httpd.apache.org/userslist.html> for more info.
>>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>>For additional commands, e-mail: users-help@httpd.apache.org
>>
>>
>
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>
>




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problem on use Pentinum 4 to Run Apache + php4 + mysql + phpmyadmin

Posted by Jacky Hung <ap...@techclan.net>.
now i am using

apache_1.3.26
php-4.1.1
phpmyadmin-2.2.6
mysql-3.23.47

and i also try apache_1.3.19 + php-4.1.0 or php-4.2.0, also need to reload

----- Original Message -----
From: "J. Greenlees" <ja...@shaw.ca>
To: <us...@httpd.apache.org>
Sent: Friday, September 27, 2002 3:06 PM
Subject: Re: [users@httpd] Problem on use Pentinum 4 to Run Apache + php4 +
mysql + phpmyadmin


> what versions of apache and php are you running?
>
> Jacky Hung wrote:
>
> >Dear All:
> >    i have four pc server, two is running Pentinum 3 and two is running
> >Pentinum 4, both running redhat 7.2 all configuration is same,  when i
run a
> >sample php program on both is ok, but when i run phpMyAdmin , p3 server
is
> >working fine but p4 server need to reload many times for login, if i
won't
> >reload, it will display  error like this. sometime i need to be reload
10-20
> >times to login. what is the problem??
> >
> >
> >Fatal error: Maximum execution time of 30 seconds exceeded in
> >/usr/local/httpd/htdocs/phpMyAdmin/libraries/defines.lib.php on line 36
> >
> >
> >---------------------------------------------------------------------
> >The official User-To-User support forum of the Apache HTTP Server
Project.
> >See <URL:http://httpd.apache.org/userslist.html> for more info.
> >To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> >   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> >For additional commands, e-mail: users-help@httpd.apache.org
> >
> >
>
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problem on use Pentinum 4 to Run Apache + php4 + mysql + phpmyadmin

Posted by "J. Greenlees" <ja...@shaw.ca>.
what versions of apache and php are you running?

Jacky Hung wrote:

>Dear All:
>    i have four pc server, two is running Pentinum 3 and two is running
>Pentinum 4, both running redhat 7.2 all configuration is same,  when i run a
>sample php program on both is ok, but when i run phpMyAdmin , p3 server is
>working fine but p4 server need to reload many times for login, if i won't
>reload, it will display  error like this. sometime i need to be reload 10-20
>times to login. what is the problem??
>
>
>Fatal error: Maximum execution time of 30 seconds exceeded in
>/usr/local/httpd/htdocs/phpMyAdmin/libraries/defines.lib.php on line 36
>
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>
>




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org