Erreur Mysql bloquante après installation

More
9 years 11 months ago #51568 by micker
en local sur un serveur wamp ?

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #51635 by Arkteion
Hi ggppdk,

Can you tell me when you plan to modify the query.
I must know that to organize the planning of my new project.
Thank you for your answer

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #51639 by ggppdk
Hello

this does not happen in later SQL versions, where behaviour can be controlled via SQL variable

ONLY_FULL_GROUP_BY

still the column causing this is not needed there

Test this change:
(i cannot test i don't have this MySQL version)

edit file:
component/com_flexicontent/models/items.php

find these 2 lines (about 420-430):
Code:
$query = 'SELECT '. ($count_only ? 'COUNT(*)' : 'c.id, c.title, c.introtext, c.`fulltext`, c.catid, c.created, c.created_by, c.modified, c.modified_by, c.version, c.state') . (FLEXI_J16GE ? ', c.language' : '')

replace with 1 line:
Code:
$query = 'SELECT '. ($count_only ? 'COUNT(*)' : 'c.id, c.title, c.introtext, c.`fulltext`, c.catid, c.created, c.created_by, c.modified, c.modified_by, c.version, c.state, c.language')


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #51646 by Arkteion
It works like a charm!
Your product seems to be stupendous and your support is very effective.
Thank you really for your quick help!

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #51649 by micker
pense asoutenir le projet flexi en :
-postant une review sur la jed
-aidant à la traduction via transifex
;)

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.782 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline