vBulletin Kurulumunda init.php - class.core.php hatası çözüm

Bu hatanın sebebi sunucunun php sürümü ile alakalı ancak bunu vBulletin dosyalarında düzenleme yaparak giderebiliyoruz.

PHP Kod:

Deprecated: Assigning the return value of new by reference is deprecated in /home/***/public_html/includes/init.php on line 49 Deprecated: Assigning the return value of new by reference is deprecated in /home/****/public_html/includes/init.php on line 97
Deprecated
: Assigning the return value of new by reference is deprecated in /home/****/public_html/includes/init.php on line 101 Deprecated: Assigning the return value of new by reference is deprecated in /home/***/public_html/includes/init.php on line 109
Deprecated
: Assigning the return value of new by reference is deprecated in /home/****/public_html/includes/init.php on line 120 Deprecated: Assigning the return value of new by reference is deprecated in /home/****/public_html/includes/init.php on line 124
Deprecated
: Assigning the return value of new by reference is deprecated in /home/**/public_html/includes/init.php on line 132 Deprecated: Assigning the return value of new by reference is deprecated in /home/***/public_html/includes/init.php on line 201
Deprecated
: Assigning the return value of new by reference is deprecated in /home/***/public_html/includes/init.php on line 378
Deprecated
: Assigning the return value of new by reference is deprecated in /home/***/public_html/includes/class_core.php on line 2518



Bu hatanın sebebi sunucunun php sürümü ile alakalı ancak bunu vBulletin dosyalarında düzenleme yaparak giderebiliyoruz.

ışlemlere başlamadan önce 2 dosyayıda yedekleyin.

Notepad++ programını kullanmanızı tavsiye ederim.

Notepad++ ile düzenlemek üzere açın. CTRL + F ile Tümünü değiştir sekmesine tıklayın ilk alana altta yazdığımı yazın.


PHP Kod:

=&





Onun altındaki satıra ise aşağıdaki işareti yazıp tümünü değiştir butonlarına basarak sunucudakilerle değiştirin.


PHP Kod:

=





Kuruluma başlama hatalarınız bu şekilde ise, burada yapılan düzenlemelerle giderilir.

Kaynak