Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
The failure of \XF\Repository\Thread::getThreadFromUrl function when executed from the CLI is due to the \XF\Request not being in the expected state.
getThreadFromUrl eventually calls \XF\Request::getHost which returns false, which results in the routeToController method not getting the data it expects and thus failing to match
PHP:
public function getThreadFromUrl($url, $type = null, &$error = null) { $routePath =...
getThreadFromUrl eventually calls \XF\Request::getHost which returns false, which results in the routeToController method not getting the data it expects and thus failing to match
PHP:
public function getThreadFromUrl($url, $type = null, &$error = null) { $routePath =...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.