ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000128ClearOSapp-mysql - MySQL Databasepublic2010-08-23 22:182013-02-01 15:10
Reporterjbower 
Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version5.2 
Target VersionFixed in Version6.2.0 
Summary0000128: The link to phpMyadmin is not relative to URL
DescriptionIf 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>");
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- 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 =>