v1.6-v1.7 Module Frequently Asked Questions (FAQ) page -latest-

Anais97

Member
XNullUser
Joined
Dec 13, 2021
Messages
87
Reaction score
40
Points
18
NullCash
21
Merci beaucoup !
Post automatically merged:

Compile Error: Declaration of AdminFaqsSettingsController::setMedia() must be compatible with AdminControllerCore::setMedia($isNewTheme = false)

[Symfony\Component\Debug\Exception\FatalErrorException 0]
Post automatically merged:

Do you have the latest version for PS 1.7.8.
Version: 3.1.2 (12/28/2021)
PLZ
Post automatically merged:

Compile Error: Declaration of AdminFaqsSettingsController::setMedia() must be compatible with AdminControllerCore::setMedia($isNewTheme = false)
[Symfony\Component\Debug\Exception\FatalErrorException 0]

Version prestashop 1.7.8.0

Here is how to correct this problem:

From FTP

1. Go to prestashop/modules/faqs/controllers/admin

2. Open the files :
- AdminFaqsCategory.php modify line 74 - 76
- AdminFaqsPost.php modify line 231 - 233
- AdminFaqsSettings.php modify line 33 -35

3. To replace

public function setMedia ()
{
parent :: setMedia ();

replace with

public function setMedia ($ isNewTheme = false)
{
parent :: setMedia ($ isNewTheme);

I hope to have help
 

Attachments

  • AdminFaqsCategory.jpg
    AdminFaqsCategory.jpg
    198.2 KB · Views: 1
  • AdminFaqsPost.jpg
    AdminFaqsPost.jpg
    224.3 KB · Views: 1
  • AdminFaqsSettings.jpg
    AdminFaqsSettings.jpg
    233 KB · Views: 1
Last edited:

falkonweb

New member
XNullUser
Joined
Jul 30, 2021
Messages
5
Reaction score
0
Points
1
NullCash
10
This is a super thank you!
This is a super thank you!
Post automatically merged:

Create a FAQs page for your PrestaShop website and answer all the popular questions your users ask. Make necessary information accessible.
 
Last edited:

Melen

Member
XNullUser
Joined
Oct 14, 2021
Messages
190
Reaction score
0
Points
16
NullCash
0
Thanks for this module. Really good for me
Post automatically merged:

Very good contribution! Thanks. The last version please
 
Last edited:

mo1372

Member
XNullUser
Joined
Aug 29, 2020
Messages
547
Reaction score
1
Points
18
NullCash
22
nice ice niceeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
 

Sillumin

Well-known member
Pro
Master
Diamond
Elite
Joined
Jun 18, 2021
Messages
3,620
Reaction score
743
Points
113
NullCash
5,953
Thank you very much, brother - maybe helpful!
 

HMC

Well-known member
Master
Diamond
Elite
Joined
May 29, 2021
Messages
508
Reaction score
1,086
Points
93
Location
Server Room
Website
localhost
NullCash
9,342
very nice module, thanks for sharing,

do you have the latest version of the module???
 

nanchote

Member
XNullUser
Joined
Dec 16, 2021
Messages
94
Reaction score
11
Points
8
NullCash
31
Create a FAQs page for your PrestaShop website and answer all the popular questions your users ask. Make necessary information accessible.

View attachment 764

DEMO: https://addons.prestashop.com/fr/fa...6036-frequently-asked-questions-faq-page.html

Grettings.
great module, old version. tks...
Post automatically merged:

Thank you for module
This is a super thank you!
Post automatically merged:

Merci beaucoup !
Post automatically merged:

Compile Error: Declaration of AdminFaqsSettingsController::setMedia() must be compatible with AdminControllerCore::setMedia($isNewTheme = false)

[Symfony\Component\Debug\Exception\FatalErrorException 0]
Post automatically merged:

Do you have the latest version for PS 1.7.8.
Version: 3.1.2 (12/28/2021)
PLZ
Post automatically merged:

Compile Error: Declaration of AdminFaqsSettingsController::setMedia() must be compatible with AdminControllerCore::setMedia($isNewTheme = false)
[Symfony\Component\Debug\Exception\FatalErrorException 0]

Version prestashop 1.7.8.0

Here is how to correct this problem:

From FTP

1. Go to prestashop/modules/faqs/controllers/admin

2. Open the files :
- AdminFaqsCategory.php modify line 74 - 76
- AdminFaqsPost.php modify line 231 - 233
- AdminFaqsSettings.php modify line 33 -35

3. To replace

public function setMedia ()
{
parent :: setMedia ();

replace with

public function setMedia ($ isNewTheme = false)
{
parent :: setMedia ($ isNewTheme);

I hope to have help
Thank you for comment
 
Top