XenForo 2.2.9 - Errors

kevinazo

Member
Registered
Joined
May 19, 2022
Messages
8
Points
3

Reputation:

Hi guys, I'm new to the community. I have decided to make a forum for my friends and more people.

XenForo 2.2.9 - Errors​

The following errors occurred while verifying that your server can run XenForo:
  • The required PHP extension GD could not be found. Please ask your host to install this extension.
Please correct these errors and try again.

this is my mistake if someone can help me thank you

PD:I am using the most recent version of xamp and the version of xenforo 2.2.9
 

kevinazo

Member
Registered
Joined
May 19, 2022
Messages
8
Points
3

Reputation:

know the version of PHP.

I don't know very well what I have to install
 

VoyagerSDP

Active member
Registered
Joined
Apr 7, 2022
Messages
30
Points
8

Reputation:

know the version of PHP.

I don't know very well what I have to install
kevinazo
Captura de pantalla 2022-05-19 103440.png


Try this: https://stackoverflow.com/questions/55474258/how-to-install-enable-gd-in-xampp-windows-php-7-2

But ideally, when you see an unknown error, copy and paste it into google, and start investigating to learn what it is

There will not always be people to help you solve problems ;)
 

kevinazo

Member
Registered
Joined
May 19, 2022
Messages
8
Points
3

Reputation:

I did not know what to do, I will explain for those who do not know how I do
  1. open XAMPP control panel
  2. click Apache config select PHP(php.ini)
  3. ctrl + F , so search for gd
  4. you should see a line like ;extension=gd
  5. just remove ; and save it
  6. stop apache and restart
  7. Your XAMPP now has GD enable
solved
 

VoyagerSDP

Active member
Registered
Joined
Apr 7, 2022
Messages
30
Points
8

Reputation:

I did not know what to do, I will explain for those who do not know how I do
  1. open XAMPP control panel
  2. click Apache config select PHP(php.ini)
  3. ctrl + F , so search for gd
  4. you should see a line like ;extension=gd
  5. just remove ; and save it
  6. stop apache and restart
  7. Your XAMPP now has GD enable
solved
kevinazoOf course "solved" that's exactly what my answer says

Captura de pantalla 2022-05-19 120230.jpg
 

jim

Well-known member
Registered
Joined
Aug 20, 2021
Messages
112
Points
38

Reputation:

I'd suggest laragon. I've recently switched from xampp to laragon and i'm glad i did it's blazing fast, and installing ssl is easy too.
 
Last edited:

VoyagerSDP

Active member
Registered
Joined
Apr 7, 2022
Messages
30
Points
8

Reputation:

I'd suggest laragon. I've recently switched from xampp to laragon and i'm glad i did it's blazing fast, and installing ssl is easy too.
jimThank you, works great

I was looking for the feature to change PHP version,
and thanks to your suggestion I now have it with Laragon
 
  • Like
Reactions: jim

SNap!

Collaborate
Collaborate
Registered
Joined
Mar 17, 2022
Messages
561
Points
253

Reputation:

Why not use WampServer ?

https://www.wampserver.com/en/ Easy and Fast,

Code:
Default install: Apache 2.4.51 - PHP 5.6.40/7.3.33/7.4.26/8.0.13/8.1.0 - MySQL 5.7.36[|8.0.27 for 64 bit] - MariaDB 10.5.12|10.6.5
PhpMyAdmin 4.9.7/5.1.1 - Adminer 4.8.1 - PhpSysInfo 3.3.3
As an option : PHP 7.0.33/7.1.33/7.2.34

Laragon are buggy
 

VoyagerSDP

Active member
Registered
Joined
Apr 7, 2022
Messages
30
Points
8

Reputation:

Why not use WampServer ?

https://www.wampserver.com/en/ Easy and Fast,

Code:
Default install: Apache 2.4.51 - PHP 5.6.40/7.3.33/7.4.26/8.0.13/8.1.0 - MySQL 5.7.36[|8.0.27 for 64 bit] - MariaDB 10.5.12|10.6.5
PhpMyAdmin 4.9.7/5.1.1 - Adminer 4.8.1 - PhpSysInfo 3.3.3
As an option : PHP 7.0.33/7.1.33/7.2.34

Laragon are buggy
SNap!Thank you, i will test it

Looks interesting
 
Top