Merhaba, tekrar hoş geldiniz!

Bilgi sahibi olanlarla ihtiyaç duyanları buluşturmak, farklı bakış açılarına sahip insanları bir araya getirerek birbirlerini daha iyi anlamalarını sağlamak ve herkesin bilgisini paylaşmasını sağlamak istiyoruz.

Sitemizde Yakin Zamanda Ticaret Uygulaması Aktif Edilecek .
Tema yapım aşamasındadır, bu süre zarfında lütfen gördüğünüz hataları bize bildirin.

SMF 2.1 RC1 Notification [Bildirim] sorunu

orhan

Moderator
Katılım
5 Ara 2018
Mesajlar
466
Tepkime puanı
79
Puanları
28
Update:

A significant bug has been found in RC1 that prevents alerts and notification messages from being sent. A fix for this has already been included in the code on GitHub and will be available in RC2.

In the meantime, users of RC1 can fix this issue themselves by manually editing cron.php, which is located in the root folder of your forum (i.e., the same folder as index.php and SSI.php).

In cron.php, find these two lines of code (they are near the start of the file):

Find
Kod:
define('SMF', 'BACKGROUND');
define('FROM_CLI', empty($_SERVER['REQUEST_METHOD']));

Now replace them with the following:

Kod:
define('SMF', 'BACKGROUND');
define('SMF_VERSION', '2.1 RC1');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2019');
define('FROM_CLI', empty($_SERVER['REQUEST_METHOD']));

Güncelleme

RC1'de, uyarıların ve bildirim mesajlarının gönderilmesini önleyen önemli bir hata bulundu. Bunun için bir düzeltme GitHub koduna zaten eklenmiş ve RC2'de mevcut olacak.

Bu arada, RC1 kullanıcıları, forumunuzun kök klasöründe bulunan cron.php dosyasını el ile düzenleyerek bu sorunu kendi başlarına çözebilirler.

Bul:

Kod:
define('SMF', 'BACKGROUND');
define('FROM_CLI', empty($_SERVER['REQUEST_METHOD']));

Değiştir:

Kod:
define('SMF', 'BACKGROUND');
define('SMF_VERSION', '2.1 RC1');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2019');
define('FROM_CLI', empty($_SERVER['REQUEST_METHOD']));
 

replikacep

Tam Üye
Katılım
15 Ara 2018
Mesajlar
180
Tepkime puanı
22
Puanları
18
Yaş
1019
Web sitesi
www.replikacep.com
Kod:
Type of error: Critical
The database value you're trying to insert does not exist: request_list
Function: execute
 /home/....../public_html/Sources/tasks/GroupAct-Notify.php (Line 40)

bu tip hata alanlar  admin panel hata günlügünde


tablo :  smf_background_tasks


        toplo  içinde  bulun  silin  : 
Kod:
  (2603, '$sourcedir/tasks/GroupAct-Notify.php', 'GroupAct_Notify_Background', 'false', 1549812182);


bu sorun beta 3 den RC 1 e geçenlerde görünür
 

Benzer konular

Üst Alt