Jump to content

albionite

New Members
  • Posts

    3
  • Joined

  • Last visited

albionite's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. we now think this is a cookies issue - IE is not saving our cookies so the authentication data is lost when the user logs in. Not sure if thats PHP or not.
  2. In Firefox & Chrome everything works fine, a lot of testing has been done, inserting & deleting data, graphs & charts, windows batch jobs to import mass data, reports and so on. In IE i just can't login to the system to do any tests, it is acting in the same way as if i'm entering the username and/or password wrong, where the screen refreshes to leave the username/password fields blank. Previously in 5.3.5 & Apache 2.2.22 everything worked fine for any browser, its only since the upgrade to 5.4.17 & Apache 2.4.4 that this problem has started. The html for the login screen is: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>RB Performance - PMQA</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type='text/javascript'></script> <script type='text/javascript'>function sf() {if (document.loginform.usr_username) document.loginform.usr_username.focus(); else if (document.loginform.usr_email) document.loginform.usr_email.focus();}</script> <style type="text/css"> @import url(/skins/css/styles.css); </style> </head> <body onload="sf();"> <img src="/skins/images/rb_performance_header.gif" alt="RB Performance - Performance Management and Quality Assurance" border="0" /> <div id='sign_container'> <div id='sign_header'>RB Performance V4.0.5</div> <div id='sign_content'> <div id='msg-success' style='text-align:center;'>Please login</div> <form action='/index.php?mode=login' method='post' name="loginform"> <input type="hidden" name="mode" value="login" /> <div id='sign_form'> <table width='100%' border='0' cellpadding='0' cellspacing='0'> <tr> <td width='80'><label for='username'>Username:</label></td> <td><input type='text' id='username' name='usr_username' value='' style='width:255px;'/></td> </tr> <tr> <td><label for='password'>Password:</label></td> <td> <input type='password' id='password' name='usr_password' value='' style='width:255px;'/> </td> </tr> <tr> <td></td> <td><a href='?mode=login&forgot=1' title='Forgotten Login Details? - Click Here'">Forgotten Login Details? - Click Here</a></td> </tr> <tr> <td colspan='2' align='center'><input type='submit' name='button_sign_in' value='Sign In'/></td> </tr> </table> </div> </form> </div> <div id='sign_footer'> © RB Performance Limited 2008-2013</div> </div> <p align="center" style="font-family: arial, verdana, geneva, helvetica;font-size: xx-small;font-style: normal;color: #999999;"> Programs and data held on RB Performance Limited systems are PRIVATE PROPERTY.<br />Unauthorised access is prohibited and is contrary to the Computer Misuse Act 1990, which may result in criminal offences and a claim for damages. </p> </body> </html> Thanks
  3. This is my first post so hope its in the right category. I'm having to upgrade PHP from 5.3.5 to 5.4.17, at the same time i'm having to upgrade Apache to 2.4.4 as were previosuly using VC6 versions of PHP. At the moment this is in a test environment before we start upgrading Live servers. The PHP & Apache upgrades seemed to have worked fine. We are now testing our applications and all seems good so far. BUT i use Firefox by default and most end-users use IE, due to their corporate set up. I cannot get the applications to work using IE of any version (i've tried 8, 9 & 10). When i enter the URL to launch the application I get to the login screen OK, but i cannot login. I'm using the same credentials as with testing in Firefox, but in IE the screen just refreshes itself, which is usually an indication that the username or password are wrong, but i know they're correct. It also works ok in Chrome. I have this installed on WIndows 2008 R2 64 bit, and also on a Windows 7 Home Premium 64 bit notebook, both have the same problem. I've been looking for an answer but can't find anything. The closest i came was perhaps the keyborad enter/return button doesn't work in IE and to use the applications 'submit' button instead, but no luck there. Any suggestions would be very welcome.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.