PIM GUI issue

OrangeHRM installation experiences

Moderator: Admin

PIM GUI issue

Postby Kieg » Sat Oct 15, 2011 4:57 pm

Trying to use OrangeHRM versions 2.6.1 through 2.6.10 and there are display issues immediately after logging on (see attachments).
Code from 2.6.1 index.php seems to work when replaced into 2.6.5 but I do not know what improvements or other issues this code will have in newer versions from 2.6.1.

2.6.1 index.php code:
Code: Select all
} elseif (($_GET['menu_no_top']=="hr") && $arrRights['view']) {
   $reqCode = isset($_GET['reqcode']) ? $_GET['reqcode'] : 'EMP';
   
   $home = "./lib/controllers/CentralController.php?reqcode={$reqCode}&VIEW=MAIN&sortField=0&sortOrder0=ASC";
   if (isset($_GET['uri'])) {
        $home = $_GET['uri'];
    } elseif (isset($_GET['id'])) {
       $home .= "&id={$_GET['id']}&capturemode=updatemode";
      } else {
        $home .= "&VIEW=MAIN";
   }


2.6.2 code that has been replaced:
Code: Select all
} elseif (($_GET['menu_no_top']=="hr") && $arrRights['view']) {
   //$reqCode = isset($_GET['reqcode']) ? $_GET['reqcode'] : 'EMP';
   
   $home = "./symfony/web/index.php/pim/viewEmployeeList";
   if (isset($_GET['uri'])) {
            $home = $_GET['uri'];
        } elseif (isset($_GET['id'])) {
            $home = "./symfony/web/index.php/pim/viewPersonalDetails?empNumber=" . $_GET['id'];
   }


I have not done any work to see what is wrong with 2.6.7 through 2.6.10, but I find it incredible if this is specific to my setup as the LINUX system is a standard LAMP implementation based on Centos5.5 and the Windows PC client is pretty standard as well.
Attachments
OrangeHRM267-2610GUI.jpg
Version 2.6.7 - 2.6.10 PIM Display
OrangeHRM267-2610GUI.jpg (20.76 KiB) Viewed 253 times
OrangeHRM262-266GUI.jpg
Version 2.6.2 - 2.6.6 PIM Display
OrangeHRM262-266GUI.jpg (22.59 KiB) Viewed 252 times
OrangeHRM261GUI.jpg
Version 2.6.1 PIM display
OrangeHRM261GUI.jpg (17.26 KiB) Viewed 251 times
Kieg
 
Posts: 11
Joined: Fri Oct 14, 2011 4:09 pm

Re: PIM GUI issue

Postby Kieg » Sun Oct 16, 2011 7:11 am

The issue with a lot of these problems is that my PHP is version 5.1.x, which is reported as suitable, but after much research into symfony issues it appears that PHP 5.2 or greater is required.
Kieg
 
Posts: 11
Joined: Fri Oct 14, 2011 4:09 pm


Return to Setup

Who is online

Users browsing this forum: No registered users and 1 guest

cron