Fatal error: Array and string offset access syntax with curly braces is no longer supported in /mnt/web521/c1/15/51660915/htdocs/joomla_01/plugins/system/jsntplframework/libraries/joomlashine/helper.php on line 832
// Process each query in the $queries array (split out of sql file).
foreach ($queries as $query)
{
$query = trim($query);
if ($query != '' && $query{0} != '#')
{
$db->setQuery($query);
if (!$db->execute())
{
FatalError
|
---|
Symfony\Component\ErrorHandler\Error\FatalError: Compile Error: Array and string offset access syntax with curly braces is no longer supported at /mnt/web521/c1/15/51660915/htdocs/joomla_01/plugins/system/jsntplframework/libraries/joomlashine/helper.php:832 |