php 8.0

  1. DKGE

    XF 2.2 Returning a File to the User and Implementing AJAX Form Action

    Hey I was wondering and struggling all day on how to make XenForo return a file to the user after a request. I managed to get it working on direct url access. /xxxx/download public function actionDownload(ParameterBag $params) { $visitor = \XF::visitor(); // Check if the...
  2. Alpha1

    XenForo on PHP 8?

    Is XF2.2 fully compatible with PHP 8? I found one issue in the bug reports forum: https://xenforo.com/community/threads/error-with-emogrifier-on-php-8-0.193508/ Who is running XF2.2 on PHP8?
  3. PabloC

    Fixed After move to PHP 8.0: Array to string conversion src/XF.php:1143

    I just upgraded to PHP 8.0, and I get this error: ErrorException: Template error: [E_WARNING] Array to string conversion src/XF.php:1143 #0 src/XF.php(1143): XF\Template\Templater->handleTemplateError(2, '[E_WARNING] Arr...', '/home/gaturro/p...', 1143) #1 src/XF/Template/Templater.php(1176)...
Top Bottom