wiki:Errata_0.9.10

Version 3 (modified by azerttyu, 4 years ago) (diff)

compatibilité awstat

Etch Upgrade / Install

  • you must install first squirrelmail-locales
  • you will have to fix your /etc/phpmyadmin/config.inc.php manually so that the include works properly. just remove the ?> near the end of the file:
--- config.inc.php.orig	2009-08-06 14:15:37.000000000 -0400
+++ config.inc.php	2009-08-06 14:13:11.000000000 -0400
@@ -80,5 +80,4 @@
 //$cfg['Servers'][$i]['AllowDeny']['rules']           // Host authentication rules, leave blank for defaults
 //                                     = array();
 
-?>
 include("/etc/alternc/phpmyadmin.inc.php");

Alternc Awstat

  • Du fait du changement de la structure des pages, le plugin awstat doit etre édité.
    • Soit commenter dans /etc/alternc/menulist.txt
    • Soit éditer /var/alternc/bureau/menu_aws.php
      /* ############# STATS ############# */
      $q=$quota->getquota("aws");
      $r=$quota->getquota("dom");
      if ($q["t"]>0 && $r["u"]>0) {
      ?>
      <div class="menu-box">
      <div class="menu-title" id="awstat">
      <a href="aws_list.php"><?php __("Web Statistics"); ?></a><br />
      </div>
      </div>
      <?php    }    ?>