[CDB] Thanks for posts

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Scam Warning
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
rxu
Extensions Development Team
Posts: 3711
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation
Contact:

Re: [DEV] Thanks for posts

Post by rxu »

eunaumtenhoid wrote: Mon Jan 15, 2018 7:01 pm I updated this way:
eunaumtenhoid wrote: Mon Jan 15, 2018 7:01 pm but this error appears on ACP(only):
Did you read what I wrote above?
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [DEV] Thanks for posts

Post by eunaumtenhoid »

rxu wrote: Tue Jan 16, 2018 3:29 pm
eunaumtenhoid wrote: Mon Jan 15, 2018 7:01 pm I updated this way:
eunaumtenhoid wrote: Mon Jan 15, 2018 7:01 pm but this error appears on ACP(only):
Did you read what I wrote above?
yeah , dont work
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
rxu
Extensions Development Team
Posts: 3711
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation
Contact:

Re: [DEV] Thanks for posts

Post by rxu »

eunaumtenhoid wrote: Tue Jan 16, 2018 4:07 pm dont work
How it didn't work exactly?
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [DEV] Thanks for posts

Post by eunaumtenhoid »

rxu wrote: Tue Jan 16, 2018 4:08 pm
eunaumtenhoid wrote: Tue Jan 16, 2018 4:07 pm dont work
How it didn't work exactly?
the system does not recognize because of the change of letter
shows the error as if I had deleted the folder
but I upgraded in an easier way, backed up the THANKS database table and erased everything etx and BD and I installed everything again and updated and uploaded the backup to the database again...
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
rxu
Extensions Development Team
Posts: 3711
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation
Contact:

Re: [DEV] Thanks for posts

Post by rxu »

eunaumtenhoid wrote: Tue Jan 16, 2018 4:56 pm the system does not recognize because of the change of letter
This is simply because you didn't follow the instructions given.
But whatever.
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [DEV] Thanks for posts

Post by eunaumtenhoid »

lol
detail>> on acp setting of ext show ver 2.0.3
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
User avatar
Stoker 4.0
Registered User
Posts: 1487
Joined: Sun Feb 13, 2011 1:33 pm
Location: Funen, Denmark
Name: Ulrik Christensen
Contact:

Re: [DEV] Thanks for posts

Post by Stoker 4.0 »

EDIT!
Disregard my post. I was using version 2.0.2
Problem solved by updating :mrgreen:


mysql 5.7
phpbb 3.2.2

I get this error on topic pages

Code: Select all

General error
SQL ERROR [ mysqli ]

Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'xxx.phpbb_thanks.post_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by [1055]

SQL

SELECT *, COUNT(poster_id) AS poster_count FROM phpbb_thanks WHERE poster_id = '23295' AND forum_id <> 0 GROUP BY poster_id

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 996
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/ext/gfksx/ThanksForPosts/core/helper.php
LINE: 752
CALL: phpbb\db\driver\factory->sql_query()

FILE: [ROOT]/ext/gfksx/ThanksForPosts/event/listener.php
LINE: 182
CALL: gfksx\ThanksForPosts\core\helper->array_all_thanks()

FILE: (not given by php)
LINE: (not given by php)
CALL: gfksx\ThanksForPosts\event\listener->viewtopic_handle_thanks()

FILE: [ROOT]/vendor/symfony/event-dispatcher/EventDispatcher.php
LINE: 184
CALL: call_user_func()

FILE: [ROOT]/vendor/symfony/event-dispatcher/EventDispatcher.php
LINE: 46
CALL: Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()

FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 62
CALL: Symfony\Component\EventDispatcher\EventDispatcher->dispatch()

FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 46
CALL: phpbb\event\dispatcher->dispatch()

FILE: [ROOT]/viewtopic.php
LINE: 1223
CALL: phpbb\event\dispatcher->trigger_event()
User avatar
RMcGirr83
Former Team Member
Posts: 22011
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [DEV] Thanks for posts

Post by RMcGirr83 »

Stoker 4.0 wrote: Fri Jan 19, 2018 8:43 am EDIT!
Disregard my post. I was using version 2.0.2
Problem solved by updating :mrgreen:


mysql 5.7
phpbb 3.2.2

I get this error on topic pages

Code: Select all

General error
SQL ERROR [ mysqli ]

Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'xxx.phpbb_thanks.post_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by [1055]

SQL

SELECT *, COUNT(poster_id) AS poster_count FROM phpbb_thanks WHERE poster_id = '23295' AND forum_id <> 0 GROUP BY poster_id
[/quote]

One would think you would know by now of how to fix that error seeing as you were told in two other topics how to do so in other extensions.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beer Image
MaFeSa
Registered User
Posts: 175
Joined: Wed Feb 11, 2009 7:48 am

Re: [DEV] Thanks for posts

Post by MaFeSa »

rxu wrote: Mon Jan 15, 2018 6:50 pm how update to ver 2.0.4

In theory, it should be as easy as:
  • Disable Thanks for posts 2.0.3-dev
  • Delete /ext/gfksx/ThanksForPosts folder
  • Copy Thanks for posts 2.0.4 files into /ext/gfksx/thanksforposts folder (the difference is - all letters are lowercased)
  • Reload the manage extensions ACP page
  • Enable Thanks for posts 2.0.4
Never do it on production forums, as usually.

Also note that current version of the Addon for Thanks for posts (to ajaxify things) won't work with ver. 2.0.4.
Thanks rxu, updated without errors ;)
MaFeSa
Registered User
Posts: 175
Joined: Wed Feb 11, 2009 7:48 am

Re: [DEV] Thanks for posts

Post by MaFeSa »

eunaumtenhoid wrote: Tue Jan 16, 2018 8:46 pm lol
detail>> on acp setting of ext show ver 2.0.3
Not for me
https://postimg.org/gallery/1usmyyr7y/
_joaquim_
Translator
Posts: 45
Joined: Mon Jan 25, 2016 12:02 am
Contact:

Re: [DEV] Thanks for posts

Post by _joaquim_ »

updating is ok version 2.0.3 to 2.0.4 version of phpbb3 3.2.2
Ajuda a fazer traduções em português em
http://www.phpbb-pt.com/
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [DEV] Thanks for posts

Post by eunaumtenhoid »

MaFeSa wrote: Fri Jan 19, 2018 1:53 pm
eunaumtenhoid wrote: Tue Jan 16, 2018 8:46 pm lol
detail>> on acp setting of ext show ver 2.0.3
Not for me
https://postimg.org/gallery/1usmyyr7y/
lol
on tab extensions
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
ArKay99
Registered User
Posts: 21
Joined: Sat Oct 01, 2016 4:06 pm

Re: [DEV] Thanks for posts

Post by ArKay99 »

I come back every 6 months to a year as I am still very interested in this extension. I've been waiting for almost 3 years for this as I wish to incorporate into a production board. Any idea as to when this might be finished so it can be incorporated? I'm officially terming this extension as the Godot extension for my users. I'm not complaining, as I know all this work is for free.
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [DEV] Thanks for posts

Post by eunaumtenhoid »

is working fine
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
rxu
Extensions Development Team
Posts: 3711
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation
Contact:

Re: [DEV] Thanks for posts

Post by rxu »

ArKay99 wrote: Tue Feb 13, 2018 8:18 pm Any idea as to when this might be finished so it can be incorporated?
Version 2.0.4 had been sent for validation a while ago. if it gets validated, you'll find it out I guess.
Locked

Return to “Extensions in Development”