The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Fatal Error, time exceeded.
I get a Fatal Error Maximum execution time of 30 seconds exceeded on line 19.
Code:
while($counter <= count($photos_uploaded)) { if($photos_uploaded['size'][$counter] > 0) { if(!array_key_exists($photos_uploaded['type'][$counter], $photo_types)) { $result_final .= 'File ' . ($counter + 1) . ' is not a photo<br />'; } else { // Great the file is an image, we will add this file } } } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|