3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Ultimate Points Extension
-
Maclobster
- Users

- Posts: 80
- Joined: 26 Apr 2020, 20:26
Re: Ultimate Points Extension
Sorry another question
How do i get the topicprofile point credits below ? (See SS)
thank you
regards Mac
How do i get the topicprofile point credits below ? (See SS)
thank you
regards Mac
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
“A man searching for the Lost Paradise, can seem a fool to those who never sought the other world.”
-JM
-JM
-
Maclobster
- Users

- Posts: 80
- Joined: 26 Apr 2020, 20:26
Re: Ultimate Points Extension
FixxedMaclobster wrote: 23 Aug 2020, 10:35 Sorry another question
How do i get the topicprofile point credits below ? (See SS)
thank you
regards Mac
i changed in dmzx/ultimatepoints/styles/all/template/event/
viewtopic_body_postrow_custom_fields_before.html
to
viewtopic_body_contact_fields_after.html
-
Maclobster
- Users

- Posts: 80
- Joined: 26 Apr 2020, 20:26
Re: Ultimate Points Extension
still running in to this, any idea how to fix?Maclobster wrote: 20 Aug 2020, 15:03 Hello
i have installed ultimate points days ago, no problem at all
i only enabled the point system, after some testing, i wanna test the Bank system, and got some debug error:
- when going UCP
- Ultimate points
- Click on Bank
following error is showing
Any idea how to fixx this?Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 257: mysqli_fetch_assoc(): Couldn't fetch mysqli_result [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4126: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3006) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4126: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3006) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4126: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3006) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4126: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3006)
I checked the files and compare to original and no differents
Best regards mac
thank you
regards mac
-
miri4ever
- Users

- Posts: 71
- Joined: 22 Jan 2017, 15:39
Re: Ultimate Points Extension
Have you enabeled debug system ? Maybe turn off can help and I would try to upload original phpbb files to the folders, my a file is corrupt. Even to disable extension and clear all data if this works.
-
martin
- Admin

- Posts: 5134
- Joined: 06 Apr 2014, 16:12
Re: Ultimate Points Extension
Line 257
Code: Select all
if ($query_id)
{
$result = mysqli_fetch_assoc($query_id);
return $result !== null ? $result : false;
}
return false;
-
Maclobster
- Users

- Posts: 80
- Joined: 26 Apr 2020, 20:26
Re: Ultimate Points Extension
martin wrote: 07 Sep 2020, 03:47 line 257Code: Select all
if ($query_id) { $result = mysqli_fetch_assoc($query_id); return $result !== null ? $result : false; } return false;
i have that line yes ending with }
Code: Select all
if ($query_id)
{
$result = mysqli_fetch_assoc($query_id);
return $result !== null ? $result : false;
}
return false;
}-
Maclobster
- Users

- Posts: 80
- Joined: 26 Apr 2020, 20:26
Re: Ultimate Points Extension
will try thanksmiri4ever wrote: 06 Sep 2020, 23:12 Have you enabeled debug system ? Maybe turn off can help and I would try to upload original phpbb files to the folders, my a file is corrupt. Even to disable extension and clear all data if this works.
Edit: Fixxed, disabled and removed data and reinstalled ext
-
Maclobster
- Users

- Posts: 80
- Joined: 26 Apr 2020, 20:26
Re: Ultimate Points Extension
Even it is working, as soon when i open bank account and add points at the bank i will get the message back, without using bank it works all fine
Regards
Regards
-
martin
- Admin

- Posts: 5134
- Joined: 06 Apr 2014, 16:12
Re: Ultimate Points Extension
Turning off debug will just hide the error on some pages.
The line i posted is telling me you have a missing id as it cant be fetched.
The line i posted is telling me you have a missing id as it cant be fetched.
-
Maclobster
- Users

- Posts: 80
- Joined: 26 Apr 2020, 20:26
Re: Ultimate Points Extension
ok thank you martin, any idea how to fixx the id?martin wrote: 07 Sep 2020, 10:37 turning off debug will just hide the error on some pages.
The line i posted is telling me you have a missing id as it cant be fetched.
-
darkz
- New user

- Posts: 1
- Joined: 28 Aug 2020, 00:09
Re: Ultimate Points Extension
Work with phpbb 3.3.1 ?
-
NAPWR
- Donator

- Posts: 47
- Joined: 21 May 2017, 14:30
Re: Ultimate Points Extension
My name is Dave I, and all things are out there, and we are in here 
-
faroud
- Users

- Posts: 141
- Joined: 11 Jul 2015, 11:08
Re: Ultimate Points Extension
Ultimate points works
but you see phpbb bug rules (3 lines)
on the forum overview
should this extension not be updated?
for phpbb 3.3.3?
but you see phpbb bug rules (3 lines)
on the forum overview
should this extension not be updated?
for phpbb 3.3.3?
-
dmzx
- Founder

- Posts: 6491
- Joined: 13 Jan 2014, 21:45
Re: Ultimate Points Extension
Can you post the errors?faroud wrote: 21 Feb 2021, 22:07 ultimate points works
but you see phpbb bug rules (3 lines)
on the forum overview
should this extension not be updated?
for phpbb 3.3.3?
-
faroud
- Users

- Posts: 141
- Joined: 11 Jul 2015, 11:08
Re: Ultimate Points Extension
[phpBB Debug] PHP Notice: in file [ROOT]/ext/dmzx/ultimatepoints/core/points_bank.php on line 211: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/dmzx/ultimatepoints/core/points_bank.php on line 211: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/dmzx/ultimatepoints/core/points_bank.php on line 213: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/dmzx/ultimatepoints/core/points_bank.php on line 230: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/dmzx/ultimatepoints/core/points_bank.php on line 251: Trying to access array offset on value of type bool
lines on some tabs
overview-bank name
and tablad ultimate points
[phpBB Debug] PHP Notice: in file [ROOT]/ext/dmzx/ultimatepoints/core/points_bank.php on line 211: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/dmzx/ultimatepoints/core/points_bank.php on line 213: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/dmzx/ultimatepoints/core/points_bank.php on line 230: Trying to access array offset on value of type bool
[phpBB Debug] PHP Notice: in file [ROOT]/ext/dmzx/ultimatepoints/core/points_bank.php on line 251: Trying to access array offset on value of type bool
lines on some tabs
overview-bank name
and tablad ultimate points