Jump to content

Recommended Posts

Posted

Hello sir

After installing coustom theme on WordPress this error is showing on my website can you help me in this

Error:- Warning: is_readable(): open_basedir restriction in effect. File(/languages/en_US.mo) is not within the allowed path(s): (/home/godlyanime.xyz/:/tmp/) in /home/godlyanime.xyz/httpdocs/wp-includes/l10n.php on line 783

 

thanks regards.

Posted

That's going to be a code issue with the theme. It's trying to look for the language file in the root of the server instead of the theme folder...most likely whoever wrote the theme didn't code it to resolve paths correctly.

Open_basedir restrictions are a security feature designed to prevent your scripts from accessing files that aren't in home folder or /tmp. If a program is trying to do that, it's either broken or not supported.

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...