Jump to content

Blank page & Fatal Error


Recommended Posts

After changing domain settings from my control panel, I get a blank page on my prestashop page.

I then switched my prestashop to DEV mode in order to see if there are any errors. I’m getting the following error


Fatal error: Declaration of AdminApPageBuilderPositionsController::setMedia() must be compatible with AdminControllerCore::setMedia($isNewTheme = false) in /homepages/12/d195274954/htdocs/clickandbuilds/PrestaShop/MyeCommerce/modules/appagebuilder/controllers/admin/AdminApPageBuilderPositions.php on line 24

Any help would be appreciated

My prestashop website is http://allceramictiles.co.uk

 

Link to comment
Share on other sites

11 hours ago, samerpik said:

After changing domain settings from my control panel, I get a blank page on my prestashop page.

I then switched my prestashop to DEV mode in order to see if there are any errors. I’m getting the following error


Fatal error: Declaration of AdminApPageBuilderPositionsController::setMedia() must be compatible with AdminControllerCore::setMedia($isNewTheme = false) in /homepages/12/d195274954/htdocs/clickandbuilds/PrestaShop/MyeCommerce/modules/appagebuilder/controllers/admin/AdminApPageBuilderPositions.php on line 24

Any help would be appreciated

My prestashop website is http://allceramictiles.co.uk

 

 

Module appagebuilder has a bug with your PS version. Please edit file /modules/appagebuilder /controllers/admin/AdminApPageBuilderPositions.php, search for function "setMedia" and modify the parameter:

public function setMedia($isNewTheme = false) {

 

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...