wywala mi czasami błąd 500 Internal Server Error Po rozmowie z hostingodawcą powiedzieli mi, że błąd jest w skrypcie bo widać to w error_log.
komunikat
PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/malitopl/public_html/modules/image/classes/kohana/image/gd.php on line 551
kawałek pliku gd z linia 551
// Save the image to a file if ($status === TRUE AND $type !== $this->type) { // Reset the image type and mime type $this->type = $type; } return TRUE; }
gdzie moż etkwić problem?