|
Okay well your using subdomains and your server I assume is not allowing file sharing between those domains so you need to remove the openbase_dir setting in the php settings to allow this.
As long as you have your php set to only allow you to run scripts within the specific domains you can not share or call a script from another subdomain.
1. alter your php.ini and make openbase_dir empty
or
2 do not run as subdomains if you want to use the vb3 header
|