Open_Base Problem
12-31-2015, 09:12 PM
(This post was last modified: 12-31-2015, 09:30 PM by iTpain.)
Hello i have a issue with the open_base settings for a domain
The senora is running on ubuntu 14.04 x64 and sentora ver is 1.0.3
i did try to solve by
1
canged to this
Not working showing blank page on main domain and all the pages
2. Disabled open base for that domain on admin>apache conf no efect is showing same error
I did try some oter solution from the topics and rebooted the vps but no success till now
The domain is using IPB 4.1 i contacted them but they said is a hosting problem and not a ipb issue so is back to me and you guy's
Can anyone help me with this as the users can't upload avatars for profiles
Code:
There was a problem processing the uploaded file. tempnam(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/sentora/hostdata/zadmin/public_html/myowndomain_info:/var/sentora/temp/)
The senora is running on ubuntu 14.04 x64 and sentora ver is 1.0.3
i did try to solve by
1
Code:
php_admin_value open_basedir "/var/sentora/hostdata/zadmin/public_html/mydomain_info:/var/sentora/temp/"
canged to this
Code:
php_admin_value open_basedir "/var/sentora/hostdata/zadmin/public_html/mydomain_info/uploads/"
Not working showing blank page on main domain and all the pages
2. Disabled open base for that domain on admin>apache conf no efect is showing same error
I did try some oter solution from the topics and rebooted the vps but no success till now
The domain is using IPB 4.1 i contacted them but they said is a hosting problem and not a ipb issue so is back to me and you guy's
Can anyone help me with this as the users can't upload avatars for profiles