( ! ) Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKBase.class.php on line 114
Call Stack
#TimeMemoryFunctionLocation
10.0020415368{main}( ).../index.php:0
20.09694720512Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.642417145296Joomla\CMS\Application\SiteApplication->render( ).../CMSApplication.php:202
40.642617145352Joomla\CMS\Application\SiteApplication->render( ).../SiteApplication.php:778
50.642617145728Joomla\CMS\Document\HtmlDocument->parse( ).../CMSApplication.php:1030
60.642717145728Joomla\CMS\Document\HtmlDocument->_fetchTemplate( ).../HtmlDocument.php:545
70.642817145824Joomla\CMS\Document\HtmlDocument->_loadTemplate( ).../HtmlDocument.php:730
80.643417185744require( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/component.php' ).../HtmlDocument.php:668
90.649017483016GKTemplate->__construct( ).../component.php:31
100.658117667400GKTemplateMenu->getMenuType( ).../gk.framework.php:84
110.659017712256require_once( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKMenu.php' ).../helper.menu.php:19

( ! ) Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKHandheld.php on line 76
Call Stack
#TimeMemoryFunctionLocation
10.0020415368{main}( ).../index.php:0
20.09694720512Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.642417145296Joomla\CMS\Application\SiteApplication->render( ).../CMSApplication.php:202
40.642617145352Joomla\CMS\Application\SiteApplication->render( ).../SiteApplication.php:778
50.642617145728Joomla\CMS\Document\HtmlDocument->parse( ).../CMSApplication.php:1030
60.642717145728Joomla\CMS\Document\HtmlDocument->_fetchTemplate( ).../HtmlDocument.php:545
70.642817145824Joomla\CMS\Document\HtmlDocument->_loadTemplate( ).../HtmlDocument.php:730
80.643417185744require( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/component.php' ).../HtmlDocument.php:668
90.649017483016GKTemplate->__construct( ).../component.php:31
100.661417840584GKTemplateMenu->getMenuType( ).../gk.framework.php:85
How to disable IPV6 on centos 6.x
Logo
Print this page

How to disable IPV6 on centos 6.x

The following procedure worked for me.

1. Add the following lines in the files listed below:

% vi /etc/modprobe.d/modprobe.conf

options ipv6 disable=1
alias net-pf-10 off
alias ipv6 off
install ipv6 /bin/true

% vi /etc/sysconfig/network

NETWORKING_IPV6=no
IPV6INIT=no


% vi /etc/sysconfig/network-scripts/ifcfg-ethx (x=0, 1, 2 …)

IPV6INIT=no



2. Disable ip6tables service

chkconfig ip6tables off



3. Reboot your system

init 6 or reboot

---

There is a step 4 at the website which mentions to rmmod ivp6, but I didn't need to do that.


Referenced:
http://mikent.wordpress.com/2012/02/04/how-to-disable-ipv6-on-redhat-6-x/

Last modified onSunday, 14 October 2012 04:07

( ! ) 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.0020415368{main}( ).../index.php:0
20.09694720512Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.09694720512Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.503812448728Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.504912473120Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.506112528448Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.506512557272require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.518012992680K2ControllerItem->execute( ).../k2.php:64
90.518012992680K2ControllerItem->display( ).../BaseController.php:710
100.531813717880K2ControllerItem->display( ).../item.php:78
110.531813717880K2ControllerItem->display( ).../controller.php:19
120.538014114248Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.540114134616K2ViewItem->display( ).../ViewController.php:102
140.632617072704K2ViewItem->display( ).../view.html.php:742
150.632617072704K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.636017252904include( '/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.0020415368{main}( ).../index.php:0
20.09694720512Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.09694720512Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.503812448728Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.504912473120Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.506112528448Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.506512557272require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.518012992680K2ControllerItem->execute( ).../k2.php:64
90.518012992680K2ControllerItem->display( ).../BaseController.php:710
100.531813717880K2ControllerItem->display( ).../item.php:78
110.531813717880K2ControllerItem->display( ).../controller.php:19
120.538014114248Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.540114134616K2ViewItem->display( ).../ViewController.php:102
140.632617072704K2ViewItem->display( ).../view.html.php:742
150.632617072704K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.636017252904include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
Template Design © Joomla Templates | GavickPro. All rights reserved.