Merhaba arkadaşlar botla haber çekebiliyodum daha önce şimdi
/public_html/wp-includes/class-wp-image-editor-gd.php on line 354
şöyle bir sorun alıyorum orda ise şunlar var
class-wp-image-editor-gd.php on line 354
// Set correct file permissions
$stat = stat( dirname( $filename ) );
$perms = $stat['mode'] & 0000755; //same permissions as parent folder, strip off the executable bits
@ chmod( $filename, $perms );
chmod($new_file, 0755);
Sorunu nasıl çözebilirim.