Hello,
I know you did not see it, because i fix the problem
here you go what cause it
The reason you're seeing the error is because open_basedir is configured and active. With it active, only certain paths are allowed to be accessed, as defined by the configuration.
While this file is attempting to be loaded:
/usr/share/php/php-php-gettext/gettext.inc
You're only allowing:
/usr/share/php/php-gettext/gettext.inc
There's an extra php- in the first path, which is is what's throwing things off.
That said, open_basedir isn't enabled by default on any of the default repositories or any of the add-on repositories that I've used, so this would be something that you've configured at some point or it's something that was configured for you by a script.
what I did is downgrade the version of php and that solve the issue
however still the problem of the Home, when I click on home it does not take you back to the home page, for instant click on the welcome message under organization then click home it will not take you to the home page please help, thanks