Attachments
patch.diff
Fix
Votes
For: 0 (0%)
Against: 0 (0%)
Total: 0
March 26, 2007 06:10 PM
After running upgrade following line appears on white screen:
Fatal error: Call to a member function on a non-object in /home/xxxxxxx/domains/xxxxxxxx/public_html/bugs/includes/auth/auth_default.php on line 46
Fatal error: Call to a member function on a non-object in /home/xxxxxxx/domains/xxxxxxxx/public_html/bugs/includes/auth/auth_default.php on line 46
March 26, 2007 08:52 PM
Robert
What version of PHP are you using and what page were you trying to access? /index.php?
March 26, 2007 08:55 PM
PHP: 4.4.4
MySql: 4.1.22-standard
Server: Microsoft-IIS/6.5beta
Access for all pages including admin
MySql: 4.1.22-standard
Server: Microsoft-IIS/6.5beta
Access for all pages including admin
March 26, 2007 08:58 PM
If i comment line 46 same error came on line 90
March 27, 2007 02:21 AM
Robert
This was an issue that only affected PHP4 because the Authentication class didn't have a PHP4-style constructor. Fixed and attaching a diff to patch the problem.
--------------- AUTOMATIC RESPONSE ---------------
Thank you for your bug report. This issue has been closed and fixed in Subversion. This change will be available in a future release, but you can download the change at any time from the Subversion server.
--------------- AUTOMATIC RESPONSE ---------------
Thank you for your bug report. This issue has been closed and fixed in Subversion. This change will be available in a future release, but you can download the change at any time from the Subversion server.
On March 27, 2007 02:21 AM, Robert changed:
- Status from "Unconfirmed" to "Closed"
- Resolution from "Open" to "Fixed"
- Fixed in Revision from "" to "1522"