FTP 'ye bağlanın ve forum dizininize girin. /includes icinde bulunan class_core.php dosyasını acın ve aşağıdaki kodu bulun Alıntı:
case E_NOTICE: // Just ignore these completely / break;
Bu kısmı silip yerine aşağıdakini yapıştırın. Alıntı:
case E_NOTICE: case E_STRICT; case E_DEPRECATED; // Just ignore these completely / break;
__________________