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

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by Maclobster »

Sorry another question

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

User avatar

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by Maclobster »

Maclobster wrote: 23 Aug 2020, 10:35 Sorry another question

How do i get the topicprofile point credits below ? (See SS)

thank you

regards Mac
Fixxed

i changed in dmzx/ultimatepoints/styles/all/template/event/

viewtopic_body_postrow_custom_fields_before.html

to

viewtopic_body_contact_fields_after.html


:tumbsyes:

User avatar

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by Maclobster »

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

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)
Any idea how to fixx this?

I checked the files and compare to original and no differents

Best regards mac
still running in to this, any idea how to fix?

thank you

regards mac

User avatar

miri4ever
Users
Users
Posts: 71
Joined: 22 Jan 2017, 15:39
    Windows 10 Firefox

Re: Ultimate Points Extension

Post by miri4ever »

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.

User avatar

martin
Admin
Admin
Posts: 5134
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Ultimate Points Extension

Post by martin »

Line 257

Code: Select all

if ($query_id)
		{
			$result = mysqli_fetch_assoc($query_id);
			return $result !== null ? $result : false;
		}

		return false;
Image

User avatar

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by Maclobster »

martin wrote: 07 Sep 2020, 03:47 line 257

Code: 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;
	}
what do i need to do here?

User avatar

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by Maclobster »

miri4ever 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.
will try thanks

Edit: Fixxed, disabled and removed data and reinstalled ext :tumbsyes: :D

User avatar

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by Maclobster »

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

User avatar

martin
Admin
Admin
Posts: 5134
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Ultimate Points Extension

Post by martin »

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.

User avatar

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by Maclobster »

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.
ok thank you martin, any idea how to fixx the id?

User avatar

darkz
New user
New user
Posts: 1
Joined: 28 Aug 2020, 00:09
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by darkz »

Work with phpbb 3.3.1 ?

User avatar

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

Re: Ultimate Points Extension

Post by NAPWR »

UP works at www.xu-1.com on 3.3.1

Just need the extension to email members when a Robber is at work :lol:
My name is Dave I, and all things are out there, and we are in here :mml:

User avatar

faroud
Users
Users
Posts: 141
Joined: 11 Jul 2015, 11:08
    Windows 10 Firefox

Re: Ultimate Points Extension

Post by faroud »

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?

User avatar

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

Re: Ultimate Points Extension

Post by dmzx »

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?
Can you post the errors?

User avatar

faroud
Users
Users
Posts: 141
Joined: 11 Jul 2015, 11:08
    Windows 10 Firefox

Re: Ultimate Points Extension

Post by faroud »

[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

Post Reply Previous topicNext topic