Hi! I will test if is working. Thanks you!
Error 500 with PHP 7.2
Post automatically merged:
Working great on 1.7.6.5 PHP 7.3
Open the file: «AdminModerationTool.php» from the following folder: «/gsnippetsreviews/controllers/admin» and find the line
«public function setMedia()».
Add the following code:
$isNewTheme = false
next, find a
«return parent::setMedia()» string.
Add the following code:
$isNewTheme
Code:public function setMedia($isNewTheme = false) { $this->addJqueryPlugin('jquery'); return parent::setMedia($isNewTheme); }