Support Problem installing the style

iam_rah

Registered
I wanted to install LEGEND style on the local host, and I copied the js and styles folder into the Xenforo folder, and I also imported the xml file to the forum, but it got stuck. Where is the problem and how can I fix it?
IMG_20250311_191404.jpg
This happens to all the styles I download from this site, like prisma , ... while there is no problem when I download from other sites.
 

blu3men

Registered
@iam_rah
Hello :)
This is a great choose, nice theme :)

Well, I think the problem are not the theme files.
First simplest: clean the bowser chache.
Is the system you want to install a backup? Or new install?
If backup: - Check data and internal_data folder.
If new install: Check environment, msql, php

Use DEBUG option:
OPEN your config.php file (XENFOROFOLDER/src/config.php)
ADD new line on bottom:
Code:
$config['debug'] = true;

Open your site, and read the error.

Note: I use XAMPP.
 
Back
Top Bottom