Recent Topics

1 Jul 10, 2013 12:24    

I have recently upgraded to 5.0.4, i have the below errors ast top of admin area:

Notice: Undefined property: User::$group_ID in ../public_html/inc/_core/model/dataobjects/_dataobject.class.php on line 574

Warning: Cannot modify header information - headers already sent by (output started at ../public_html/inc/_core/model/dataobjects/_dataobject.class.php:574) in ../public_html/inc/_core/_template.funcs.php on line 59

Warning: Cannot modify header information - headers already sent by (output started at ../public_html/inc/_core/model/dataobjects/_dataobject.class.php:574) in ../public_html/inc/_core/_template.funcs.php on line 267

Warning: Cannot modify header information - headers already sent by (output started at ../public_html/inc/_core/model/dataobjects/_dataobject.class.php:574) in ../public_html/inc/_core/_template.funcs.php on line 268

Warning: Cannot modify header information - headers already sent by (output started at ../public_html/inc/_core/model/dataobjects/_dataobject.class.php:574) in ../public_html/inc/_core/_template.funcs.php on line 269

Warning: Cannot modify header information - headers already sent by (output started at ../public_html/inc/_core/model/dataobjects/_dataobject.class.php:574) in ../public_html/inc/_core/_template.funcs.php on line 270

I have inspected lines 566 - 575 but they did make no sense to me (_dataobject.class.php)


	/**
	 * Get a member param by its name
	 *
	 * @param mixed Name of parameter
	 * @return mixed Value of parameter
	 */
	function get( $parname )
	{
		return $this->$parname;
	}

2 Jul 10, 2013 14:02

Re-FTP all files just to be sure.
Rerun upgrade script just to be sure.

3 Jul 10, 2013 14:08

@fplanque wrote earlier:

Re-FTP all files just to be sure.
Rerun upgrade script just to be sure.

did that prior to posting, didnt help

4 Jul 10, 2013 15:05

Did you disable all third party plugins?


Form is loading...