Recent Topics

1 Nov 24, 2018 17:57    

Cannot Install New Skins

I receive an error when I go to install new skins.
See attached screen shot.
I also noticed the the pureforums_skin folder is empty when the 6.10.4 archive is extracted. Am I missing something and how to fix this.

I am unable to install new skins.

2 Nov 24, 2018 18:01

Never mind. I deleted the pureforum_skin folder from the server and was able to proceed. Why is it in the archive for 6.10.4 if is empty?

3 Nov 24, 2018 18:57

Maybe a error as
a) you can download pureforums_skin from https://skins.b2evolution.net/?s=pureforums&submit=Go&disp=search
b) pureforums (6.8.6) and pureforums_skin (6.7.8) have have the same class name at line 18 so you can only install one of them unless you change the name.

class pureforums_Skin extends Skin
{
	/**
	 * Skin version
	 * @var string
	 */
	var $version = '6.8.6';

pureforums_skin is a newer version so it may be better to download that and delete pureforums


Form is loading...