pafabaplay Posted December 23, 2023 Posted December 23, 2023 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. Quote
wolstech Posted December 23, 2023 Posted December 23, 2023 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.