ohio813 / owaspbwa

Automatically exported from code.google.com/p/owaspbwa
0 stars 0 forks source link

Error during login OrangeHRM #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download, unpack, and start VM
2. Click link to OrangeHRM

What is the expected output? What do you see instead?
Expected: login screen
Output: XSLT error

What version of the product are you using? On what operating system?
0.92rc2 in VMWare player 3.1.3 build-324285

Please provide any additional information below.
URL displayed: http://192.168.109.133/orangehrm/login.php
Error shown:
<?xml version='1.0' encoding='iso-8859-1'?>
<?xml-stylesheet href='/error.xsl' type='text/xsl'?>
<report>
    <heading>Warning</heading>
    <type>warning</type>
    <message><![CDATA[include(lang_default_benefits.php): failed to open stream: No such file or directory]]></message>
    <root>/owaspbwa/owaspbwa-svn/var/www/orangehrm</root>
    <Wroot></Wroot>
   <stylesheet>beyondT</stylesheet>

    <logPath><![CDATA[/owaspbwa/owaspbwa-svn/var/www/orangehrm/lib/logs/]]></logPath>
    <cause>
        <message><![CDATA[Encountered the problem in /owaspbwa/owaspbwa-svn/var/www/orangehrm/language/nl/lang_nl_full.php]]></message>
    </cause>
    <cause>
        <message><![CDATA[Line 1712]]></message>
    </cause>
    <environment>
        <version type='ohrm' description='OrangeHRM' ><![CDATA[2.4.2]]></version>

        <version type='php' description='PHP' ><![CDATA[5.3.2-1ubuntu4.5]]></version>
        <version type='mysql' description='MySQL Client' ><![CDATA[5.1.41]]></version>
        <info type='memory_limit' description='Memory limit' ><![CDATA[128M]]></info>
        <info type='session.gc_maxlifetime' description='Maximum session lifetime' ><![CDATA[1440]]></info>
    </environment>
    <cmd n='js'><![CDATA[alert('Warning :\ninclude(lang_default_benefits.php): failed to open stream: No such file or directory\nin /owaspbwa/owaspbwa-svn/var/www/orangehrm/language/nl/lang_nl_full.php\non line 1712');]]></cmd>
</report>

Original issue reported on code.google.com by dvst...@gmail.com on 6 Dec 2010 at 11:09

GoogleCodeExporter commented 9 years ago
Fixed this myself; the tables for OrangeHRM were corrupt. I reinstalled the DB 
and everyhting was fixed (although I had to setup user1 and user2 again).

Original comment by dvst...@gmail.com on 21 Dec 2010 at 5:08

GoogleCodeExporter commented 9 years ago
Thanks for this report and the solution.  I'll take a look at this for the next 
release (which should be in January).

Original comment by chuck.f....@gmail.com on 3 Jan 2011 at 2:33

GoogleCodeExporter commented 9 years ago
This has been fixed for the 0.93rc1 release.

Original comment by chuck.f....@gmail.com on 17 Jan 2011 at 4:18