Error on mobile theme

Posted in: Newsmag
Post count: 2

My mobile theme does not load properly. it creates some error on the top of the screen as seen here
mobile theme error

Post count: 35449

Hi,
Please make sure that you are using php v8.
The open_basedir is a server configuration, a security measure to disallow file access. The PHP script is trying to access the folder for which access is not allowed. This restriction is defined by the PHP open_basedir variable for each domain separately. By default, open_basedir allows access to the tmp and domain’s document root directories.
There are a couple of things that you can try.
First, you should check your files and folders permission ad make sure that the permission of the file is set to 755 and files to 644.
You should also try deactivating the open_basedir. Edit the php.ini file, or .user.ini that is located within the main directory of your site and add this line:
open_basedir = none
Make sure to reach out to your hosting provider for more assistance with this if you are unsure how to handle this as they will be able to assist you more with these specifics.

Let me know the results!
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.