gamonoid / issues

0 stars 0 forks source link

iceHRM v6 Post Installation problem #111

Open gamonoid opened 10 years ago

gamonoid commented 10 years ago

Original report by Peter Botcherby (Bitbucket: sol9001, GitHub: sol9001).


I have installed iceHRM v6 on Linux and post install can login as admin but the screen is not displaying correctly and I cannot do anything. I have tried three different browsers but they all show the same problems. I have attached a screenshot from Chrome with the F12 detail in the hope you have seen this before. Would be grateful for your advice.

Thanks Peter

gamonoid commented 10 years ago

Original comment by Peter Botcherby (Bitbucket: sol9001, GitHub: sol9001).


Solved the problem was short_open_tag was set to Off by default in /etc/php.ini I set this to short_open_tag = On and restarted apache and can now see the correct display.

Thanks for your help - now to see what iceHRM can do :) Cheers Peter

gamonoid commented 10 years ago

Original comment by Thilina Hasantha (Bitbucket: thilina, GitHub: thilina).


You can try putting a simple php file into same folder as icehrm and try loading it through browser.

#!php

<?php 
echo "Testing";
?>
gamonoid commented 10 years ago

Original comment by Peter Botcherby (Bitbucket: sol9001, GitHub: sol9001).


Do you have any further suggestions as I would really like to get iceHRM working?

gamonoid commented 10 years ago

Original comment by Peter Botcherby (Bitbucket: sol9001, GitHub: sol9001).


Absolutely PHP Version 5.3.3 System Linux fqdn 2.6.32-431.5.1.el6.x86_64 #1 SMP Wed Feb 12 00:41:43 UTC 2014 x86_64
Build Date Aug 6 2014 05:55:05

gamonoid commented 10 years ago

Original comment by Thilina Hasantha (Bitbucket: thilina, GitHub: thilina).


Does your server support php?

gamonoid commented 10 years ago

Original comment by Peter Botcherby (Bitbucket: sol9001, GitHub: sol9001).


I think it is something to do with the config as if I hover over the links on the page I can see things like https://fqdn/icehrm/app/%3C?=CLIENT_BASE_URL?%3E?g=admin&n=%3C?=$item[%27name%27]?%3E&m=%3C

Regards Peter

gamonoid commented 10 years ago

Original comment by Peter Botcherby (Bitbucket: sol9001, GitHub: sol9001).


Thanks for the quick response - checked but they are already https:// in icehrm/app/config.php

regards Peter

gamonoid commented 10 years ago

Original comment by Thilina Hasantha (Bitbucket: thilina, GitHub: thilina).


Try changing urls in icehrm/app/config.php to use https:// instead of http://