Solved Error on invalid data in Multi Quote local storage

This topic has been solved
P

Painbaker

Guest
If the user has broken or modified xf_multiQuoteThread local storage data an error like this might occur:

Code:

Code:
ErrorException: [E_WARNING] foreach() argument must be of type array|object, string given in src\XF\ControllerPlugin\QuotePlugin.php at line 75

    XF::handlePhpError() in src\XF\ControllerPlugin\QuotePlugin.php at line 75
    XF\ControllerPlugin\QuotePlugin->XF\ControllerPlugin\{closure}()
    array_map() in src\XF\ControllerPlugin\QuotePlugin.php at line 73...

Read more

Continue reading...