Opened 14 years ago
Closed 13 years ago
#1499 closed defect (fixed)
Error happened in Login.php
Reported by: | hubu | Owned by: | hubu |
---|---|---|---|
Priority: | high | Milestone: | 2.3 |
Component: | Web API | Version: | 2.2.0 |
Severity: | blocker | Keywords: | |
Cc: | External ID: | 1357592 |
Description
When open site administrator(www\mapadmin\login.php) by browser, we get below error: PHP errors: syntax error,unexpected "(" on www\mapadmin\Constants.php Ln1907.
This is caused by Revision #5271,which export the const classes "MgCoordinateSystemGeodeticMultipleRegressionTransformationMethod" and "MgCoordinateSystemGeodeticTransformGridFileFormat". However this 2 classes have some syntax, which will result in php syntax errors when browse the Login.php.
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | #1499_fix.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Appears to have been fixed in [5324]