V1.7 Customer Ratings and Reviews Pro + Google Rich Snippets 4.4.4

kilota

Well-known member
Master
Diamond
Elite
Joined
May 18, 2020
Messages
312
Reaction score
700
Points
93
NullCash
441
Error 500 with PHP 7.2
Post automatically merged:

It is working great on 1.7.6

PS: If you're getting error 500 on this or any other module, read this: LINK


cotoletta
varefev
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);
    }
 
Last edited:

joelxl

Member
XNullUser
Joined
Dec 29, 2018
Messages
267
Reaction score
17
Points
18
NullCash
3
thanks for this sahre awesome module
 

vivozivo

Well-known member
Diamond
Elite
Joined
Sep 24, 2019
Messages
1,067
Reaction score
495
Points
83
NullCash
17
This is interesting, I want to test it, thank you.
 

hxcode

Well-known member
Master
Diamond
Elite
Joined
Aug 16, 2020
Messages
3,301
Reaction score
363
Points
83
NullCash
16
Thank you! i need it
 

darftattak

Member
XNullUser
Joined
Aug 2, 2020
Messages
68
Reaction score
0
Points
6
NullCash
0
Bonjour, je vous remercie pour le partage
Hello, thanks the sharing modules
 
Top