virtualmin

My hoster (ovh.com) use his own mirrors for debian.
so here is my sources.list :

-----------------------------
deb ftp://mir1.ovh.net/debian/ lenny main contrib non-free
deb-src ftp://mir1.ovh.net/debian/ lenny main contrib non-free

deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free

-----------------------------
In this configuration, install.sh don't want to work. It ends with "Package webmin is not available".

So I change my sources.list in order to include official debian mirror :

-----------------------------

#deb ftp://mir1.ovh.net/debian/ lenny main contrib non-free
#deb-src ftp://mir1.ovh.net/debian/ lenny main contrib non-free

deb http://ftp.fr.debian.org/debian/ lenny main
deb-src http://ftp.fr.debian.org/debian lenny main

deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free

-----------------------------

right, the install.sh works now...

Whats wrong ? OVH's mirror seems to be 100% synchro with the Debian's one. I don't understand.
In addition, OVH customize Debian 32bit sources.list too. But there is no problem at install !!

Problem only in 64b... :-(

Last modified onSaturday, 05 January 2013 13:24

( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0004412112{main}( ).../index.php:0
20.09004261968Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.09004261968Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.368611452784Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.369211477048Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.370011532376Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.370311559776require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.377511959408K2ControllerItem->execute( ).../k2.php:64
90.377611959408K2ControllerItem->display( ).../BaseController.php:710
100.386312610112K2ControllerItem->display( ).../item.php:78
110.386312610112K2ControllerItem->display( ).../controller.php:19
120.390412981152Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.393313001520K2ViewItem->display( ).../ViewController.php:102
140.568915837816K2ViewItem->display( ).../view.html.php:742
150.568915837816K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.574416010752include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0004412112{main}( ).../index.php:0
20.09004261968Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.09004261968Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.368611452784Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.369211477048Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.370011532376Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.370311559776require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.377511959408K2ControllerItem->execute( ).../k2.php:64
90.377611959408K2ControllerItem->display( ).../BaseController.php:710
100.386312610112K2ControllerItem->display( ).../item.php:78
110.386312610112K2ControllerItem->display( ).../controller.php:19
120.390412981152Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.393313001520K2ViewItem->display( ).../ViewController.php:102
140.568915837816K2ViewItem->display( ).../view.html.php:742
150.568915837816K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.574416010752include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
back to top