A PHP Error was encountered

Severity: Notice

Message: Only variable references should be returned by reference

Filename: core/Common.php

Line Number: 258

ErrorException [ Strict ]: Only variables should be assigned by reference

APPPATH/system/core/Controller.php [ 55 ]

50 		// class.  In PHP 4 it extends the Controller @PHP4
51 	 	if (is_php('5.0.0') == TRUE)
52 		{
53 			$this->load =& load_class('Loader', 'core');
54 			
55 			$this->load->_base_classes =& is_loaded();
56 			
57 			$this->load->_ci_autoloader();
58 		}
59 		else
60 		{
  1. APPPATH/system/core/Controller.php [ 55 ] » MY_Exceptions::error_handler(arguments)

  2. APPPATH/third_party/elliothaughin/socialize/controllers/socializecontroller.php [ 7 ] » Controller->Controller()

  3. APPPATH/controllers/krustr.php [ 40 ] » SocializeController->__construct()

  4. APPPATH/system/core/CodeIgniter.php [ 281 ] » Krustr->__construct()

  5. SYSDIR/home/premudra/public_html/index.php [ 198 ] » require_once(arguments)

Environment