file_exists(): open_basedir restriction in effect.

After upgrade to 2.14 from 2.13 I get this notice:


File(/home/*/domains/*.com/public_html/index.php/en/rings-c-1/) is not within the allowed path(s)```
Also SEO friendly links doesnt work. Any ideas what has happened?
tim

Your $_SERVER['DOCUMENT_ROOT'] may be invalidly set. Upload a script pages/test.php and see what the following returns:

<?php var_dump(FILE, $_SERVER['DOCUMENT_ROOT']); ?>

Here's what I get:
string(61) "/home/boldo/domains/*.com/public_html/pages/test.inc.php" string(42) "/home/boldo/domains/*.com/public_html"
So I guess that's ok? Not sure what's to be expected.

I have this error in another hosting too. It doesn't matter if it's and update or fresh install. And I only get this in version 2.14.
Should I create a support ticket or do you have any other ideas?

tim

Sorry for a late answer. A support ticket so I can see what causes this would be good.

Acest thread a fost închis din cauza inactivității îndelungate. Postarea pe acesta nu mai este posibilă.
View code on GitHub