We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

PHP 8 | Forum

Oxwall Türkiye
Oxwall Türkiye Jun 18 '22

Merhaba, sayfa başlığı PHP 8'dir.

Bir sürü sorun var, sırayla ekleyeceğim.

Çözüm ve problem aynı başlık altında toplanacaktır.

Lütfen karşılaştığınız sorunları ve çözümlerini buraya ekleyiniz.


1- Önemli not, kod değişikliği olan site sahipleri bunu bu şekilde belirtmelidir.


Kod değişikliği uygulandı.

  $event = OW::getEventManager()->trigger(new OW_Event('on.before.privacy.value.check', array('ownerId' => $params['ownerId'], 'action' => $params) ['eylem'])));

         if($event->getData()['gizlilik']){

             dönüş $event->getData()['gizlilik'];

         }

         return PRIVACY_BOL_ActionService::getInstance()->getActionValue($params['action'], $params['ownerId'])



Burada görülen sorun burada.

if($event->getData()['privacy']) Here the error is triggered.

More precisely, using if($event->getData()['xxxxxx']) throughout the site gives an error. Anyone have an idea about this?