Trying to get property of non-object

Phoca Download - download manager
aragon
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 07 Jul 2011, 11:06

Trying to get property of non-object

Post 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 ?

Image
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Trying to get property of non-object

Post by Jan »

Hi, try to enable debug mode, maybe you have some problem in database?
If you find Phoca extensions useful, please support the project
aragon
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 07 Jul 2011, 11:06

Re: Trying to get property of non-object

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Trying to get property of non-object

Post by Jan »

Hi, try to check the version of your mysql. Or recheck the database settings, if they are no limits.

Jan
If you find Phoca extensions useful, please support the project
Post Reply