Virtualmin version 3.84 Pro
PHP version 5.3.6
Apache version 2.2.3
short_open_tag On (in VS php.ini, not in global)
Server API: CGI/FastCGI
Hi,
basically simple question: any idea how to make osTicket read VS php.ini instead of global?
I have tested this and osTicket reads only global php.ini ignoring any changes in Virtual Server php.ini, eg. /home/server/etc/php5/php.ini, but works if i change global php.ini. Everything else is working good, but when enabling crontab for mail fetching, i get short_open_tag failure (and i would really like this to be enabled only in “local” php.ini, not serverwide)
EDIT: also the phpinfo() says that: Loaded Configuration File /home/myserver/etc/php5/php.ini , which makes this weird and propably is osTicket issue…
- Yorkki