Page 1 of 1
Trying to get property of non-object
Posted: 11 Aug 2011, 15:48
by aragon
Hello everybody,
It show me always when i click on menu statistic.
Notice: Trying to get property of non-object in .... administrator/components/com_phocadownload/views/phocadownloadstat/tmpl/default.php on line 86
Do you have the same problem ?

Re: Trying to get property of non-object
Posted: 12 Aug 2011, 11:12
by Jan
Hi, try to enable debug mode, maybe you have some problem in database?
Re: Trying to get property of non-object
Posted: 12 Aug 2011, 15:06
by aragon
Jan wrote:Hi, try to enable debug mode, maybe you have some problem in database?
visibly I have a problem database,
500 - Une erreur s'est produite
JDatabaseMySQL::query: 1140 - Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause SQL=SELECT MAX(a.hits) AS maxhit, SUM(a.hits) AS sumhit,uc.name AS editor FROM `jos_phocadownload` AS a LEFT JOIN jos_users AS uc ON uc.id=a.checked_out WHERE (a.published IN (0, 1)) ORDER BY uc.name asc LIMIT 0, 1
Re: Trying to get property of non-object
Posted: 13 Aug 2011, 00:02
by Jan
Hi, try to check the version of your mysql. Or recheck the database settings, if they are no limits.
Jan