Hey I think here is sort of the same problem. Link does not go back a level up.
Wrong: 72: echo "<tr class='tab_bg_3' align='center'><td colspan='".($crit>0?'3':'2')."'><a href='./doublons.php'>" . $LANG['plugin_reports']['config'][11] . "</a></td></tr>\n"; Good: 72: echo "<tr class='tab_bg_3' align='center'><td colspan='".($crit>0?'3':'2')."'><a href='./doublons.config.php'>" . $LANG['plugin_reports']['config'][11] . "</a></td></tr>\n"; Wouter -----Oorspronkelijk bericht----- Van: [email protected] [mailto:[email protected]] Namens [email protected] Verzonden: dinsdag 2 juni 2009 12:01 Aan: [email protected] Onderwerp: Glpi-dev Digest, Vol 48, Issue 3 Send Glpi-dev mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://mail.gna.org/listinfo/glpi-dev or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Glpi-dev digest..." Today's Topics: 1. Reports plugin configuration (No input file specified. ) (Wouter Beens) 2. Re: Reports plugin configuration (No input file specified. ) (Walid Nouh) ---------------------------------------------------------------------- Message: 1 Date: Tue, 2 Jun 2009 10:14:10 +0200 From: "Wouter Beens" <[email protected]> Subject: [Glpi-dev] Reports plugin configuration (No input file specified. ) To: <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" Hey, When you configurate the Reports plug-in. and click Report configuration : Duplicate computers And then want to go back to: Reports plug-in configuration You get an error: No input file specified. Reports/report/doublons/doubloons.config.php Bug? 86: //"<tr class='tab_bg_1' align='center'><th><a href='./config.form.php'>" .$LANG['plugin_reports']['config'][1] . "</a><br /> <br />" . 87: //$LANG['plugin_reports']['config'][11] . " : " . $LANG['plugin_reports']['doublons'][1] . "</th></tr>\n"; Works: 86: "<tr class='tab_bg_1' align='center'><th><a href='" . GLPI_ROOT . "/plugins/reports/front/plugin_reports.config.form.php'>" .$LANG['plugin_reports']['config'][1] . "</a><br /> <br />" . 87: $LANG['plugin_reports']['config'][11] . " : " . $LANG['plugin_reports']['doublons'][1] . "</th></tr>\n"; Greatings, Wouter -------------- next part -------------- An HTML attachment was scrubbed... URL: /public/glpi-dev/attachments/20090602/f1486fd5/attachment.htm ------------------------------ Message: 2 Date: Tue, 02 Jun 2009 10:56:27 +0200 From: Walid Nouh <[email protected]> Subject: Re: [Glpi-dev] Reports plugin configuration (No input file specified. ) To: Liste de diffusion des developpeurs GLPI <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Thank you, I corrected the link Walid. Wouter Beens a ?crit : > > Hey, > > > > When you configurate the Reports plug-in. > > > > and click > > Report configuration : Duplicate computers > > > > And then want to go back to: > > Reports plug-in configuration > > > > You get an error: > > No input file specified. > > > > Reports/report/doublons/doubloons.config.php > > > > Bug? > > 86: //"<tr class='tab_bg_1' align='center'><th><a > href='./config.form.php'>" .$LANG['plugin_reports']['config'][1] . > "</a><br /> <br />" . > > 87: //$LANG['plugin_reports']['config'][11] . " : " . > $LANG['plugin_reports']['doublons'][1] . "</th></tr>\n"; > > > > Works: > > 86: "<tr class='tab_bg_1' align='center'><th><a href='" . > GLPI_ROOT . "/plugins/reports/front/plugin_reports.config.form.php'>" > .$LANG['plugin_reports']['config'][1] . "</a><br /> <br />" . > > 87: $LANG['plugin_reports']['config'][11] . " : " . > $LANG['plugin_reports']['doublons'][1] . "</th></tr>\n"; > > > > > > > > Greatings, > > Wouter > > ------------------------------------------------------------------------ > > _______________________________________________ > Glpi-dev mailing list > [email protected] > https://mail.gna.org/listinfo/glpi-dev > ------------------------------ _______________________________________________ Glpi-dev mailing list [email protected] https://mail.gna.org/listinfo/glpi-dev End of Glpi-dev Digest, Vol 48, Issue 3 *************************************** _______________________________________________ Glpi-dev mailing list [email protected] https://mail.gna.org/listinfo/glpi-dev
