You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to let you know, we hit a fatal error running this on a PHP 7.1 site related to the $app->halt(); call on line 20 of hooks.exporter.php, however changing down to 7.0 worked fine.
Hi,
Just to let you know, we hit a fatal error running this on a PHP 7.1 site related to the
$app->halt();call on line 20 ofhooks.exporter.php, however changing down to 7.0 worked fine.Mark