Hi, i wanted to try osTicket on my pc. I have installed WampServer 2.0 so i have php 5, apache 2 and mysql 5. The thing is that when i open the installer page all the fields have some php values like this <?=$info?>, <?=$info?> and so on. I thinks it has something to do with my php configuration, i don't know. Could anyone help me on this one??
Turn on short_tags. osTicket uses short tags at the moment (which will change in the future). A quick fix is to enable short tags by adding .htaccess to the root osTicket directory with:
php_value short_tags on.
php_value short_tags on
I tried that, allowing short tags but for some reason i can't edit my php.ini file. I'm using Wampserver 2.0 on windows XP. This program gives me a menu from where i can activate/deactivate this, but it isn't working. So i tried editing it manually and it gives me an error about not finding the file or something when i try to save. I guess i'll have to ask in the forum from wampserver. Anyway if someone could give me an answer i will be really gratefull. Thanks!!
One person said this helped:
I created an .htaccess file and placed it in the root directory.I added the code.This did nothing...I then enabled short tags in the WAMP config and that worked.Thanks again for pointing me in the right direction!-Bill
I added the code.
This did nothing...
I then enabled short tags in the WAMP config and that worked.
Thanks again for pointing me in the right direction!
-Bill
You can use the "real" php.exe which is a download from php.net
Just get the windows distribution. Then editing php.ini works and the short tags solves the issue
I had exact same problem, enabled short tages and voila