XF 2.3 Error in Localhost Xampp

Rycky

Member
I have a small problem that I don't know how to solve. I have installed my forum on localhost for testing and I need to upload an image but it won't let me. Does anyone know the solution? Thank you!

Captura de pantalla 2024-11-08 131652.webp

I can upload the image in the live forum.
 
I have a small problem that I don't know how to solve. I have installed my forum on localhost for testing and I need to upload an image but it won't let me. Does anyone know the solution? Thank you!

View attachment 313650

I can upload the image in the live forum.
The issue is likely due to the fact that the uploaded file is not being properly processed by PHP. XenForo requires either the GD Library or ImageMagick for handling images so check if GD is enabled by checking php.ini:
Code:
extension=gd
Also check if the XenForo upload folder is writable.
 
Back
Top Bottom