Bug #13624
Lots of PHP Warnings in log
| Status: | Resolved | Start date: | 2011-03-04 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Backend | |||
| Target version: | - | |||
| Votes: | 0 |
Description
In the TYPO3-log of a caretaker-server there are lots of PHP warnings like this:
Core: Error handler (BE): PHP Warning: imagedestroy(): supplied argument is not a valid Image resource in /srv/www/htdocs/t3_caretaker/typo3conf/ext/caretaker/lib/pChart/class.pChart.php line 3103
Core: Error handler (BE): PHP Warning: imagecopymerge(): supplied argument is not a valid Image resource in /srv/www/htdocs/t3_caretaker/typo3conf/ext/caretaker/lib/pChart/class.pChart.php line 3102
Core: Error handler (BE): PHP Warning: imagefilledrectangle(): supplied argument is not a valid Image resource in /srv/www/htdocs/t3_caretaker/typo3conf/ext/caretaker/lib/pChart/class.pChart.php line 3100
Core: Error handler (BE): PHP Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /srv/www/htdocs/t3_caretaker/typo3conf/ext/caretaker/lib/pChart/class.pChart.php line 3389
Core: Error handler (BE): PHP Warning: imagecolortransparent(): supplied argument is not a valid Image resource in /srv/www/htdocs/t3_caretaker/typo3conf/ext/caretaker/lib/pChart/class.pChart.php line 3097
Core: Error handler (BE): PHP Warning: imagefilledrectangle(): supplied argument is not a valid Image resource in /srv/www/htdocs/t3_caretaker/typo3conf/ext/caretaker/lib/pChart/class.pChart.php line 3096
Core: Error handler (BE): PHP Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /srv/www/htdocs/t3_caretaker/typo3conf/ext/caretaker/lib/pChart/class.pChart.php line 3389
Core: Error handler (BE): PHP Warning: imagecreatetruecolor() [<a href='function.imagecreatetruecolor'>function.imagecreatetruecolor</a>]: gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully in /srv/www/htdocs/t3_caretaker/typo3conf/ext/caretaker/lib/pChart/class.pChart.php line 3094
Core: Error handler (BE): PHP Warning: Missing argument 5 for tx_caretaker_TestResult::__construct(), called in /srv/www/htdocs/t3_caretaker/typo3conf/ext/caretaker/classes/repositories/class.tx_caretaker_TestResultRepository.php on line 203 and defined in /srv/www/htdocs/t3_caretaker/typo3conf/ext/caretaker/classes/results/class.tx_caretaker_TestResult.php line 66
The all occur in the same seconds while refreshing a test in the caretaker-module.
TYPO3 Version: 4.5.2
Caretaker: 0.3.0
Cheers, Tobias
Related issues
| related to Caretaker - Feature #13675: Add methods to analyse typo3-logs in caretaker instance | Needs Feedback | 2011-03-07 |
History
Updated by Martin Ficzel about 2 years ago
- Status changed from New to Accepted
Most of the bugs you see are from the pChart library which is already removed. I will take a look at the rest.
Updated by Martin Ficzel about 2 years ago
- Status changed from Accepted to Needs Feedback
The svn-trunk has been updated and should'nt produce any more errors in the logs.
Please check and give feedback, regards Martin
Updated by Tobias Schaefer about 2 years ago
Hi Martin,
I've installed the latest version (rev. 45245) of caretaker and caretaker_instance and there're no additional php-warnings in the log.
Do I have to update the caretaker_instance-extension on all monitored TYPO3s? Right now there's 0.3.0 (TER) installed.
Cheers, Tobias
Updated by Martin Ficzel about 2 years ago
- Status changed from Needs Feedback to Resolved
The instance should work as it is in TER.