Anonymous | Login | 2024-11-21 01:40 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000128 | ClearOS | app-mysql - MySQL Database | public | 2010-08-23 22:18 | 2013-02-01 15:10 | ||||
Reporter | jbower | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | tweak | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 5.2 | ||||||||
Target Version | Fixed in Version | 6.2.0 | |||||||
Summary | 0000128: The link to phpMyadmin is not relative to URL | ||||||||
Description | If the user links to the admin interface in any other way other then accessing on port 81 the link will not work ( Found then using mod_proxy to redirect to sub-domain ) to fix line 129 of mysql.php old: WebDialogInfo(WEB_LANG_PHPMYADMIN_BLURB . " -- <a target='_blank' href='https://" [^] . getenv("SERVER_ADDR") . ":81/mysql/'>" . LOCALE_LANG_GO . "</a>"); new: WebDialogInfo(WEB_LANG_PHPMYADMIN_BLURB . " -- <a target='_blank' href='../mysql/'>" . LOCALE_LANG_GO . "</a>"); | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Issue History | |||
Date Modified | Username | Field | Change |
2010-08-23 22:18 | jbower | New Issue | |
2010-08-24 18:44 | user2 | Status | new => confirmed |
2013-02-01 15:09 | user2 | Status | confirmed => resolved |
2013-02-01 15:09 | user2 | Fixed in Version | => 6.2.0 |
2013-02-01 15:09 | user2 | Resolution | open => fixed |
2013-02-01 15:09 | user2 | Assigned To | => user2 |
2013-02-01 15:10 | user2 | Status | resolved => closed |
2013-02-01 15:10 | user2 | Assigned To | user2 => |