Dear customers,
Let’s continue with our tutorial series of minor errors you may encounter when doing some configurations in the Backend. This blog will guide you about how to fix an error as you cannot access any tab in Ap Pagebuilder Module – Error Access Denied.
I. Getting error Access Denied – Ap Pagebuilder Module
This error can be met when you update PrestaShop or install Prestashop for the first time. As you click on the menu, the error will be shown as the image below
error access denied in the menu of Ap Pagebuilder Module.
The following will guide you step by step to fix it
II. How to fix error Access Denied – Ap Pagebuilder Module
Let follow 7 steps below.
Step 1: login back-office
Step 2: Access module by searching ap page builder
Step 3: Click on module configure
Step 4: Open file appagebuilder.php
Step 5: Find code
public function getContent()
{
paste this code in the top of the function
public function getContent()
{
require_once(_PS_MODULE_DIR_.$this->name.'/libs/setup.php');
ApPageSetup::uninstallModuleTab();
ApPageSetup::installModuleTab;
Step 6: Refresh page config of ap page builder
And the last step is…
Step 7: Remove code you have just added
Now you have finished fixing the error Access Denied with Ap Pagebuilder module in the backend.
If you have any questions involved, feel free to leave it in the comment box or If you need any technical support, do not hesitate to reach us at leotheme@gmail.com, our dedicated support team will support you.
Good luck with our Ap Pagebuilder Module!