HI all,
I just have installed new version of erpnext in my laptop…
I installed and setup. But when i try to open the module or docs, it shows the following error message.
Traceback (most recent call last):
File "/home/erpnext/frappe-bench/apps/frappe/frappe/app.py", line 55, in application
response = frappe.handler.handle()
File "/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
execute_cmd(cmd)
File "/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py", line 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File "/home/erpnext/frappe-bench/apps/frappe/frappe/__init__.py", line 879, in call
return fn(*args, **newargs)
File "/home/erpnext/frappe-bench/apps/frappe/frappe/desk/reportview.py", line 151, in get_stats
filters=["ifnull(`%s`,'')!=''" % tag], group_by=tag, as_list=True)
File "/home/erpnext/frappe-bench/apps/frappe/frappe/desk/reportview.py", line 21, in execute
return DatabaseQuery(doctype).execute(*args, **kwargs)
File "/home/erpnext/frappe-bench/apps/frappe/frappe/model/db_query.py", line 79, in execute
result = self.build_and_run()
File "/home/erpnext/frappe-bench/apps/frappe/frappe/model/db_query.py", line 103, in build_and_run
return frappe.db.sql(query, as_dict=not self.as_list, debug=self.debug, update=self.update)
File "/home/erpnext/frappe-bench/apps/frappe/frappe/database.py", line 148, in sql
self._cursor.execute(query)
File "/home/erpnext/frappe-bench/env/lib/python2.7/site-packages/MySQLdb/cursors.py", line 205, in execute
self.errorhandler(self, exc, value)
File "/home/erpnext/frappe-bench/env/lib/python2.7/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
raise errorclass, errorvalue
OperationalError: (1055, "Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column '8188f50dfdd09ad8.tabCustomer.modified' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by")
Anybody can help me to resolve this please?