|
2011-12-27, 02:30 PM | #1 |
Oh! I haven't changed since high school and suddenly I am uncool
|
PHP Warning Help
I'm not a genius in php, but having a problem with this error message. Tried google searches open_basedir as well as is_readable(), but everyones situation is different. Some threads pointed towards hosting or permissions, etc. Mine seems to center around languages, this file doesn't exist in my directory 'en_US.mo' Hope someone may have some insight as to how I could fix it, seems I'll need to create something
PHP Warning: is_readable() [<a href='function.is-readable'>function.is-readable</a>]: open_basedir restriction in effect. File(/wp-content/languages//en_US.mo) is not within the allowed path(s): (/home/username/:/tmp:/var/tmp:/usr/local/lib/php/) in /usr/home/username/domains/my-domain.com/public_html/wp-includes/l10n.php on line 334 |
2011-12-27, 03:01 PM | #2 |
Lonewolf Internet Sales
|
Translation: A PHP command is using a relative path (i.e. "../folder/file) to access a file in a parent folder rather than the full actual path.
Most PHP installs block access to files in parent folders via relative path for security reasons. It makes it harder for malicious scripts to take over a box. |
2011-12-28, 04:35 PM | #3 |
Oh! I haven't changed since high school and suddenly I am uncool
|
Thanks for the reply Toby, of course those scripts being run to try and manipulate any vulnerabilities are far too commonplace
|
2011-12-29, 11:55 PM | #4 | |
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
Quote:
But, the second thing is the double // in the file it is looking for - I don't recall if it is inserting a variable there or if you're using a trailing slash on the /wp-content/languages/ path set in the admin. If it should be inserting a variable, it is possible that globals are disabled on your site (as they should be) and the plugin/template you're using is depending on them. I'm reasonably sure you just have your path set with the trailing /.
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
|
Thread Tools | Search this Thread |
Display Modes | Rate This Thread |
|
|