PHP Strict Standards: Declaration of Asido_Driver_GD::__rotate() should be compatible with Asido_Driver::__rotate(&$tmp, $angle, $color) in /var/www/gal964/data/www/site.ru/engine/classes/class.driver.gd.php on line 616, referer: http://site.ru/settings/avatar/
PHP Strict Standards: Declaration of Asido_Driver_GD::__canvas() should be compatible with Asido_Driver::__canvas($width, $height, $color) in /var/www/gal964/data/www/site.ru/engine/classes/class.driver.gd.php on line 616, referer: http://site.ru/settings/avatar/
Вот эти функции:
<?php
function __rotate(&$tmp, $angle, &$color) {
// skip full loops
//
if (($angle % 360) == 0) {
return true;
}
<?php
function __rotate($tmp, $angle, $color)
Зачем перед переменными ставить закорючку?
Пробуй вот так
________ посл. ред. 14.02.2016 в 09:27; всего 2 раз(а); by cara