Xenforo Core Full Package Nulled 2.3.0 Beta5

No permission to download
theresa First Sergeant
Bronze Member
2 Years of Membership 1 Year of Membership 100 Messages 500 Messages
Sep 11, 2021
4,321
2,386
$5,445
theresa submitted a new resource:

Xenforo Core Package Nulled 2.2.7 - Xenforo Core


Read more about this resource...
 
jessy updated Xenforo Core Full Package Nulled with a new update entry:

change log


Read the rest of this update entry...
 
jessy updated Xenforo Core Full Package Nulled with a new update entry:

2.2.8 update


Read the rest of this update entry...
 
thanks to dear member @jessy updated Xenforo Core Full Package Nulled with a new update entry:

2.2.9


Read the rest of this update entry...
 
2.2.10 bug:


you need to do this :
add code
PHP:
--- src/XF/Pub/Controller/Search.orig.php    2022-07-14 09:15:02.888904630 +0200
+++ src/XF/Pub/Controller/Search.php    2022-07-14 09:14:47.017272442 +0200
@@ -143,12 +143,16 @@ class Search extends AbstractController
             }
             else if ($search && $search->search_query && $search->search_query !== $this->filter('q', 'str'))
             {
                 return $this->notFound();
             }
         }
+        # [ TL: workaround regression of 2.2.10 producing many errors with guests searching ]
+        if (!is_object($search)) {
+            return $this->message(\XF::phrase('no_results_found'));
+        }
 
         $page = $this->filterPage();
         $perPage = $this->options()->searchResultsPerPage;
 
         $this->assertValidPage($page, $perPage, $search->result_count, 'search', $search);

IOW, add the following hunk to the actionResults function before the $page = $this->filterPage(); line:
PHP:
if (!is_object($search)) {
    return $this->message(\XF::phrase('no_results_found'));
}
 
thanks to dear member @jessy updated Xenforo Core Full Package Nulled with a new update entry:

changelog


Read the rest of this update entry...
 
thanks to dear member @jessy updated Xenforo Core Full Package Nulled with a new update entry:

changelog


Read the rest of this update entry...
 
thanks to dear member @jessy updated Xenforo Core Full Package Nulled with a new update entry:

changelog


Read the rest of this update entry...
 
thanks to dear member @jessy updated Xenforo Core Full Package Nulled with a new update entry:

changelog


Read the rest of this update entry...
 
thanks to dear member @lytvyn обновил ресурс Xenforo Core Full Package Nulled новой записью:

XenForo 2.3.0 Beta 2 unstable full


Посмотреть подробности об этом обновлении...
 
thanks to dear member @jessy updated Xenforo Core Full Package Nulled with a new update entry:

changelog


Read the rest of this update entry...
 
thanks to dear member @jessy updated Xenforo Core Full Package Nulled with a new update entry:

changelog


Read the rest of this update entry...