php 8.3

  1. Rasteri

    XF 2.3 error 403 after 2.3.2 upgrade

    After upgrade I got error 403, when editing replies on threads or in direct messages. Same goes with uploading images. I'm wondering is this something to do my host or this version of XF. This isn't issue that occurs all the time, but very often. I have also changed recently php version to...
  2. Sumanta0018

    XF 2.3 XF 2.3 not working on PHP 8.3 - Blank White Screen

    Hi, I'm running XF 2.3 on PHP 8.2.12, I tried to run my website on PHP 8.3.9 but website crashing immediately and showing blank white screen. here are the site log: *** Uncaught Symfony\Component\Cache\Exception\CacheException: Memcached > 3.1.5 is required. in...
  3. I

    XF 2.3 Best filesystem cache and guest cast settings?

    So just a quick query. At present I have the original global caching setup enabled via Filesystem, which works well: $config['cache']['enabled'] = true; $config['cache']['provider'] = 'Filesystem'; $config['cache']['config'] = [ 'directory' => '/myfolder' ]; $config['cache']['sessions'] =...
  4. estranged

    Duplicate Error sending activity mail

    Issue with php 8.3 I guess... ErrorException: Template error: [E_WARNING] Increment on type bool has no effect, this will change in the next major version of PHP src/XF/BbCode/Renderer/Html.php:296 #0 src/XF/BbCode/Renderer/Html.php(296): XF\Template\Templater->handleTemplateError(2...
  5. PaulB

    Fixed PHP 8.3 compatibility patch

    This is just a small patch for PHP 8.3 compatibility issues that we've encountered so far. Notably, XF\BbCode\Renderer\Html attempts to increment a bool in a couple places, a stopSmilies and stopBreakConversion can be either bools or ints. It's not clear to me why they would ever need to be...
Back
Top Bottom