From:             MIKEYTF at aol dot com
Operating system: Uhh..  cPanel--PHP/Perl capable
PHP version:      4.3.9
PHP Bug Type:     *General Issues
Bug description:  Maximum Execution time of 30 seconds exceeded

Description:
------------
I made this file right?  I think this is the problem:

$category=mysql_query("SELECT * FROM categories ORDER BY catid ASC");
while($get_cat=mysql_fetch_row($category)) {

$board=mysql_query("SELECT * FROM boards WHERE hidden='No' AND
catid='.$get_cat[0].'");

}
while($get_cat=mysql_fetch_row($category) AND
$get_board=mysql_fetch_row($board)) echo..


Then it would echo a table containing data, etc.  I get a maximum
execution time error.  >_<

Please help me..  Thanks!

The page I get this error on is:

http://subzer0.net/php

Reproduce code:
---------------
http://subzer0.net/php/index.phps

Expected result:
----------------
I expect to see the two categories in the database: Site Boards and Social
Boards with the message boards the belong to each category under each one.

Actual result:
--------------
It gives me a fatal error saying 'Maximum Execution Time of 30 seconds
exceeded'

-- 
Edit bug report at http://bugs.php.net/?id=32468&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32468&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32468&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32468&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=32468&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=32468&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=32468&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=32468&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=32468&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=32468&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=32468&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=32468&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=32468&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=32468&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32468&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=32468&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=32468&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=32468&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32468&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=32468&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32468&r=mysqlcfg

Reply via email to