-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getDataFolder seems to be not always available #1179
Comments
This is related to hosting configuration. If you use Plesk/cPanel you can change open_basedir configuration under PHP Settings area. Also you can try gotest.php script to check if your configuration is correct. |
I do the hosting myself. So, where does /home/groupoffice come from? Hardcoded? groupoffice/www/go/base/Config.php Line 651 in 07636fc
Sorry, this is not funny :-/ As i can see, this was done when migrating 6.2: So, how is it possible, that this never was an issue for me, but now is occuring in the logs? |
It is not hardcoded, it is default value for the case when the file_storage_path configuration option is not defined. Verify your configuration. Put var_dump/var_export... to the line 1356 to see if everything is set correctly. |
Agree to that. |
You say you get it from time to time. What are you doing at that time? Could you enable debug and send us a stack trace? |
Will try, but the thing is, it is not me who produces it :D |
Recent new installation, and from time to time i get:
The thing is, i have installed GO for some years now, and this never happened in the past.
Traced it down to:
go/core/cache/Disk.php
But i see in the config, that:
And this is perfectly fine in open_basedir included, also writing possible.
Do i miss some config?
Thx
The text was updated successfully, but these errors were encountered: