3.2 & 3.3 Extensions Database 3.2 / 3.3Ultimate Points Extension

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

Solidjeuh
Users
Users
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Ultimate Points Extension

Post by Solidjeuh »

Thank you for the fix! migrator.php problem is solved now.
Installed & uninstalled without a problem!

:eusa_dance: :eusa_dance:
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------

User avatar

lenz
Users
Users
Posts: 4
Joined: 12 May 2018, 17:54
    Windows 7 Chrome

Re: Ultimate Points Extension

Post by lenz »

dmzx wrote: 14 May 2018, 15:08
lenz wrote: 14 May 2018, 15:02 thank you for the updates sir. i need to fresh install the extension but i cant. i still receive 500 error when attempting to delete data of the previous versions of ultimate points extension
PM me details and Admin account so I can check it for you.

cant send a pm to you sir.. message automatically goes to outbox.
i already copied the latest version via ftp but still 500 error

User avatar

NAPWR
Donator
Donator
Posts: 47
Joined: 21 May 2017, 14:30
    Windows 7 Chrome

Re: Ultimate Points Extension

Post by NAPWR »

OK,
to fix ( when editing a post in your forum, which errors using an installed UP Ext ),

is to just change the event/listener line 879 to

Code: Select all

$total_points = $words_points + $chars_points + $forum['forum_peredit'] + $points_attach;

Dmzx was kind to point this out before, and out of 4 lines of code, line 879 has a '_' still in it. :mml:
My name is Dave I, and all things are out there, and we are in here :mml:

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6483
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by dmzx »

NAPWR wrote: 14 May 2018, 15:41 OK,
to fix ( when editing a post in your forum, which errors using an installed UP Ext ),

is to just change the event/listener line 879 to

Code: Select all

$total_points = $words_points + $chars_points + $forum['forum_peredit'] + $points_attach;

Dmzx was kind to point this out before, and out of 4 lines of code, line 879 has a '_' still in it. :mml:
Indeed will correct download when back home :P

Edit already done :thumbup:

User avatar

NAPWR
Donator
Donator
Posts: 47
Joined: 21 May 2017, 14:30
    Windows 7 Chrome

Re: Ultimate Points Extension

Post by NAPWR »

Thanks Mate :tumbsyes:

User avatar

lenz
Users
Users
Posts: 4
Joined: 12 May 2018, 17:54
    Windows 7 Chrome

Re: Ultimate Points Extension

Post by lenz »

Version 1.1.9 work perfectly.. thanks to sir dmzx for the help.

User avatar

hiriu
Users
Users
Posts: 7
Joined: 27 Jun 2016, 21:12
    Windows 10 Firefox

Re: Ultimate Points Extension

Post by hiriu »

Works perfectly on phpbb 3.2.2. Thanks from brasil. :thumbup:

User avatar

Crajkaro
Users
Users
Posts: 1
Joined: 21 Dec 2017, 19:31
    Mac OS X iPhone

Re: Ultimate Points Extension

Post by Crajkaro »

Hi,
Where is the changelog for new version ?

User avatar

Solidjeuh
Users
Users
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Ultimate Points Extension

Post by Solidjeuh »

I see this in the comment field, @ transferring points

Image

Editing points_transfer.html seems to fix it.

Change:

Code: Select all

<dd><textarea id="comment" tabindex="3" class="inputbox" name="comment" cols="50" rows="3" >{{ COMMENT }}</textarea></dd>
To:

Code: Select all

<dd><textarea id="message" tabindex="3" class="inputbox" name="comment" cols="50" rows="3" >{{ COMMENT }}</textarea></dd>

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6483
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by dmzx »

Solidjeuh wrote: 14 May 2018, 21:51 I see this in the comment field, @ transferring points

Image

Editing points_transfer.html seems to fix it.

Change:

Code: Select all

<dd><textarea id="comment" tabindex="3" class="inputbox" name="comment" cols="50" rows="3" >{{ COMMENT }}</textarea></dd>
To:

Code: Select all

<dd><textarea id="message" tabindex="3" class="inputbox" name="comment" cols="50" rows="3" >{{ COMMENT }}</textarea></dd>
What style do you use?

User avatar

weblord
Users
Users
Posts: 12
Joined: 09 May 2018, 23:01
    Windows 7 Firefox

Re: Ultimate Points Extension

Post by weblord »

Thanks for the update/upgrade but now I have a different error. I have already cleared the cache. what do i need to do to fix it?

Code: Select all

Fatal error: Uncaught exception 'phpbb\module\exception\module_exception' with message 'CANNOT_REMOVE_MODULE' in /home/www/paidpost.nabaza.com/phpbb/module/module_manager.php:448 Stack trace: #0 /home/www/paidpost.nabaza.com/phpbb/db/migration/tool/module.php(420): phpbb\module\module_manager->delete_module(230, 'acp') #1 [internal function]: phpbb\db\migration\tool\module->remove('acp', 'ACP_CAT_DOT_MOD...', 'ACP_POINTS') #2 /home/www/paidpost.nabaza.com/phpbb/db/migration/tool/module.php(454): call_user_func_array(Array, Array) #3 [internal function]: phpbb\db\migration\tool\module->reverse('add', 'acp', 'ACP_CAT_DOT_MOD...', 'ACP_POINTS') #4 /home/www/paidpost.nabaza.com/phpbb/db/migrator.php(714): call_user_func_array(Array, Array) #5 /home/www/paidpost.nabaza.com/phpbb/db/migrator.php(683): phpbb\db\migrator->run_step(Array, false, true) #6 /home/www/paidpost.nabaza.com/phpbb/db/migrator.php(436): phpbb\db\migrator->process_data_step(Array, Array) #7 /home/www/paidpost.nabaza.com/phpbb/db/migrator.php(351): phpbb\db\ in /home/www/paidpost.nabaza.com/phpbb/module/module_manager.php on line 448
that is the error i got when activating the said extension.
Last edited by weblord on 15 May 2018, 14:16, edited 1 time in total.

User avatar

Solidjeuh
Users
Users
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Ultimate Points Extension

Post by Solidjeuh »

dmzx wrote: 15 May 2018, 11:54
Solidjeuh wrote: 14 May 2018, 21:51 I see this in the comment field, @ transferring points

Image

Editing points_transfer.html seems to fix it.

Change:

Code: Select all

<dd><textarea id="comment" tabindex="3" class="inputbox" name="comment" cols="50" rows="3" >{{ COMMENT }}</textarea></dd>
To:

Code: Select all

<dd><textarea id="message" tabindex="3" class="inputbox" name="comment" cols="50" rows="3" >{{ COMMENT }}</textarea></dd>
What style do you use?
The se_square style, updated by myself to 3.2.3 RC.1
https://www.phpbb.com/customise/db/style/se_square/

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6483
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by dmzx »

weblord wrote: 15 May 2018, 14:10 thanks for the update/upgrade but now I have a different error. I have already cleared the cache. what do i need to do to fix it?

Code: Select all

Fatal error: Uncaught exception 'phpbb\module\exception\module_exception' with message 'CANNOT_REMOVE_MODULE' in /home/www/paidpost.nabaza.com/phpbb/module/module_manager.php:448 Stack trace: #0 /home/www/paidpost.nabaza.com/phpbb/db/migration/tool/module.php(420): phpbb\module\module_manager->delete_module(230, 'acp') #1 [internal function]: phpbb\db\migration\tool\module->remove('acp', 'ACP_CAT_DOT_MOD...', 'ACP_POINTS') #2 /home/www/paidpost.nabaza.com/phpbb/db/migration/tool/module.php(454): call_user_func_array(Array, Array) #3 [internal function]: phpbb\db\migration\tool\module->reverse('add', 'acp', 'ACP_CAT_DOT_MOD...', 'ACP_POINTS') #4 /home/www/paidpost.nabaza.com/phpbb/db/migrator.php(714): call_user_func_array(Array, Array) #5 /home/www/paidpost.nabaza.com/phpbb/db/migrator.php(683): phpbb\db\migrator->run_step(Array, false, true) #6 /home/www/paidpost.nabaza.com/phpbb/db/migrator.php(436): phpbb\db\migrator->process_data_step(Array, Array) #7 /home/www/paidpost.nabaza.com/phpbb/db/migrator.php(351): phpbb\db\ in /home/www/paidpost.nabaza.com/phpbb/module/module_manager.php on line 448
that is the error i got when activating the said extension.
PM me admin account and link of your board to fix it.

User avatar

weblord
Users
Users
Posts: 12
Joined: 09 May 2018, 23:01
    Windows 7 Firefox

Re: Ultimate Points Extension

Post by weblord »

Pme'd it to you.

User avatar

weblord
Users
Users
Posts: 12
Joined: 09 May 2018, 23:01
    Windows 7 Firefox

Re: Ultimate Points Extension

Post by weblord »

I still have problems with migrator.php

Code: Select all

Catchable fatal error: Argument 1 passed to phpbb\db\migrator::get_callable_from_step() must be of the type array, null given, called in /home/www/paidpost.nabaza.com/phpbb/db/migrator.php on line 704 and defined in /home/www/paidpost.nabaza.com/phpbb/db/migrator.php on line 726
Solidjeuh wrote: 14 May 2018, 15:17 Thank you for the fix! migrator.php problem is solved now.
Installed & uninstalled without a problem!

:eusa_dance: :eusa_dance:

Post Reply Previous topicNext topic