Installed & uninstalled without a problem!
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Ultimate Points Extension
-
Solidjeuh
- Users

- Posts: 348
- Joined: 13 Dec 2014, 02:40
Re: Ultimate Points Extension
Thank you for the fix! migrator.php problem is solved now.
Installed & uninstalled without a problem!

Installed & uninstalled without a problem!
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------
----------------------------------------------------------------------------
-
lenz
- Users

- Posts: 4
- Joined: 12 May 2018, 17:54
Re: Ultimate Points Extension
dmzx wrote: 14 May 2018, 15:08PM me details and Admin account so I can check it for you.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
cant send a pm to you sir.. message automatically goes to outbox.
i already copied the latest version via ftp but still 500 error
-
NAPWR
- Donator

- Posts: 47
- Joined: 21 May 2017, 14:30
Re: Ultimate Points Extension
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
Dmzx was kind to point this out before, and out of 4 lines of code, line 879 has a '_' still in it.
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.
My name is Dave I, and all things are out there, and we are in here 
-
dmzx
- Founder

- Posts: 6483
- Joined: 13 Jan 2014, 21:45
Re: Ultimate Points Extension
Indeed will correct download when back homeNAPWR 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.![]()
Edit already done
-
lenz
- Users

- Posts: 4
- Joined: 12 May 2018, 17:54
Re: Ultimate Points Extension
Version 1.1.9 work perfectly.. thanks to sir dmzx for the help.
-
hiriu
- Users

- Posts: 7
- Joined: 27 Jun 2016, 21:12
Re: Ultimate Points Extension
Works perfectly on phpbb 3.2.2. Thanks from brasil. 
-
Crajkaro
- Users

- Posts: 1
- Joined: 21 Dec 2017, 19:31
Re: Ultimate Points Extension
Hi,
Where is the changelog for new version ?
Where is the changelog for new version ?
-
Solidjeuh
- Users

- Posts: 348
- Joined: 13 Dec 2014, 02:40
Re: Ultimate Points Extension
I see this in the comment field, @ transferring points

Editing points_transfer.html seems to fix it.
Change:
To:

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>Code: Select all
<dd><textarea id="message" tabindex="3" class="inputbox" name="comment" cols="50" rows="3" >{{ COMMENT }}</textarea></dd>-
dmzx
- Founder

- Posts: 6483
- Joined: 13 Jan 2014, 21:45
Re: Ultimate Points Extension
What style do you use?Solidjeuh wrote: 14 May 2018, 21:51 I see this in the comment field, @ transferring points
Editing points_transfer.html seems to fix it.
Change:To:Code: Select all
<dd><textarea id="comment" tabindex="3" class="inputbox" name="comment" cols="50" rows="3" >{{ COMMENT }}</textarea></dd>Code: Select all
<dd><textarea id="message" tabindex="3" class="inputbox" name="comment" cols="50" rows="3" >{{ COMMENT }}</textarea></dd>
-
weblord
- Users

- Posts: 12
- Joined: 09 May 2018, 23:01
Re: Ultimate Points Extension
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?
that is the error i got when activating the said extension.
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
Last edited by weblord on 15 May 2018, 14:16, edited 1 time in total.
-
Solidjeuh
- Users

- Posts: 348
- Joined: 13 Dec 2014, 02:40
Re: Ultimate Points Extension
The se_square style, updated by myself to 3.2.3 RC.1dmzx wrote: 15 May 2018, 11:54What style do you use?Solidjeuh wrote: 14 May 2018, 21:51 I see this in the comment field, @ transferring points
Editing points_transfer.html seems to fix it.
Change:To:Code: Select all
<dd><textarea id="comment" tabindex="3" class="inputbox" name="comment" cols="50" rows="3" >{{ COMMENT }}</textarea></dd>Code: Select all
<dd><textarea id="message" tabindex="3" class="inputbox" name="comment" cols="50" rows="3" >{{ COMMENT }}</textarea></dd>
https://www.phpbb.com/customise/db/style/se_square/
-
dmzx
- Founder

- Posts: 6483
- Joined: 13 Jan 2014, 21:45
Re: Ultimate Points Extension
PM me admin account and link of your board to fix it.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?
that is the error i got when activating the said extension.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
-
weblord
- Users

- Posts: 12
- Joined: 09 May 2018, 23:01
Re: Ultimate Points Extension
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 726Solidjeuh wrote: 14 May 2018, 15:17 Thank you for the fix! migrator.php problem is solved now.
Installed & uninstalled without a problem!
![]()
![]()