medya wiki php kodunda hata

1 Cevap php

$ WgAuth = new HttpAuthPlugin (); - After this line, control is not reachin the next line, not printin the next log.

hatalar.log ("Jiten TEST: oluşturulan WGAUTH nesne, wgAuth Değer şudur:".. $ wgAuth "\ n", 3, $ günlük dosyası);

$wgHooks['UserLoadFromSession'][] = array($wgAuth,'autoAuthenticate'); error_log("JITEN TEST :Value of wgAuth is :" . $wgAuth . "\n", 3, $logfile);

Yukarıdaki durumda $ wgAuth = new HttpAuthPlugin sonra kod (); idam almıyor.

1 Cevap

Yazma makaleye göre, kendi AuthPlugin, sınıf denir AuthPlugin değil HttpAuthPlugin.

Yani bu kodu kullanarak olmalıdır görünüyor:

$wgAuth = new AuthPlugin();

Bu sınıf bir üçüncü şahıstan geliyor?