Menu

#2551 (ok 2.11.2) problem with links to the MySQL manual

2.11.1
fixed
1
2013-06-11
2007-10-11
No

Hello,

with the default settings:
$cfg['MySQLManualBase'] = 'http://dev.mysql.com/doc/refman';
$cfg['MySQLManualType'] = 'viewable';

A manual link (MySQL - Documentation) inside the page "Show MySQL runtime information" don't work.

If I change:
$cfg['MySQLManualBase'] = 'http://dev.mysql.com/doc/refman/5.0/en';

This link work. But the manual link (?) next to the link "Show MySQL runtime information" on the main page stop working.

Only with:
$cfg['MySQLManualBase'] = 'http://dev.mysql.com/doc/refman/5.0/en';
$cfg['MySQLManualType'] = 'searchable';

Both links work.

Regards,
Carsten

Discussion

  • Carsten Wiedmann

    • milestone: --> 2.11.1
     
  • Marc Delisle

    Marc Delisle - 2007-10-20
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2007-10-22
    • priority: 5 --> 1
    • summary: problem with links to the MySQL manual --> (ok 2.11.2) problem with links to the MySQL manual
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2007-10-22

    Logged In: YES
    user_id=210714
    Originator: NO

    Fixed in subversion, thanks for reporting.

     
  • Marc Delisle

    Marc Delisle - 2007-10-27
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed