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.
 

RoseBL

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.
Thanks for sharing! I want to ask: When you turn on debug mode but no obvious error appears, what is the next step you usually take to determine the cause? Retro Bowl
 

blu3men

Registered
@RoseBL
I check the log files.
php error log
apache error log
mysql error log
and..
apache access log.

If I transfer a used xen from one place to another and such an error receives, I try to install the same version of the same version. If it succeed, I should look for the error in the used system. Yes, I know it's not easy.
 
Back
Top Bottom