Since the latest Joomla update today, I can't use the "articles anywhere button" to insert an article in another article, and when copy/pasting the code instead, I get this frontend message:
Error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 16384 bytes)
ExceptionStack Trace
Symfony\Component\ErrorHandler\Error\
OutOfMemoryError
in /home/customer/www/waterproofingpilot.com/public_html/libraries/regularlabs/src/ObjectHelper.php (line 45)
* * @return object */ public static function clone($object) { return unserialize(serialize($object)); } /** * Return the value by the object property key * A list of keys can be given. The first one that is not empty will get returned
( I've used this: <p>{article id="661"}[article]{/article}</p>, inside article ID: 437 ). Because the page is a publish frontend page, I have commented the code out for now