Resolved PHP 8.2 Extension "gd" seems enable but not detected.

cjptomas80

Member
Messages
263
Reaction score
6
Points
18
Following from Discord.
Waitng for advice on the PHP extenshion 'gd'
screenshot bellow
Thanks in advance
1681717560520.png
1681717663247.png
 

Eric S

Administrator
Staff member
Messages
836
Reaction score
119
Points
43
Thank you for making the forum post I will get this reviewed for you and soon as I see it resolved will post here or try and ping you on Discord.
 

cjptomas80

Member
Messages
263
Reaction score
6
Points
18
Can you confirm if you are now seeing this enabled?

PHP extension 'gd' confirm wokring on php v8.2 is working thanks.

But should I make another thread or just post it here

pdo_mysql extension seems enabled on dashboard but it is not
pdo_sqlite extesion is working but but if prefer mysql.
pdo_pgsql extension is workign but we don't have a PostgeSQL server?

Screenshot 2023-05-14 083803.pngScreenshot 2023-05-14 083817.png

 

mrburnsx

Community Advocate
Community Support
Messages
197
Reaction score
23
Points
18
PHP extension 'gd' confirm wokring on php v8.2 is working thanks.

But should I make another thread or just post it here

pdo_mysql extension seems enabled on dashboard but it is not
pdo_sqlite extesion is working but but if prefer mysql.
pdo_pgsql extension is workign but we don't have a PostgeSQL server?

View attachment 10929View attachment 10930

Interesting, in my instance PDO is reporting as enabled. However, I'm using nd_pdo_mysql instead of pdo_mysql. Though I am noticing something, in the P section of extensions, there should be a selection that just says pdo (by itself). Is that present? I'll attach an example from mine. If it is present, maybe try disabling anything with PDO and re-check them.
Screenshot 2023-05-14 at 12.00.41 AM.png
 
Last edited:

cjptomas80

Member
Messages
263
Reaction score
6
Points
18
Interesting, in my instance PDO is reporting as enabled. However, I'm using nd_pdo_mysql instead of pdo_mysql. Though I am noticing something, in the P section of extensions, there should be a selection that just says pdo (by itself). Is that present? I'll attach an example from mine. If it is present, maybe try disabling anything with PDO and re-check them.
View attachment 10931
I follow your enable extensio and it works Thanks a lot.
@Eric S Thanks again for the php extension "gd" problem.
 
Top