Recent Topics

1 May 11, 2020 23:27    

Manual ftp to overwrite current 6.11.7

Stopped with the following error, screen shot, and the same when trying again and again, so I deleted the [/skins/ material_main_skin] and all went fine. As I'm not fused about using it ~ I'm happy ~ but slightly inclined to look. The skin is from 2017 but then my modded [simple zen] is from 2008.

Hope someone finds this as entertaining as I do :)

And here's the upsetting code.

	function get_declared_containers()
	{
		return array_merge( parent::get_declared_containers(), array(
				'index.main.php' => array( 'header', 'footer', 'menu', 'page_top', 'front_page_secondary_area' ),
				'_item_block.inc.php' => array( 'item_single' ),
			) );
	}

7.1.5 Upgrade failed : material_main_skin: WORK AROUND

2 May 13, 2020 15:09

@amoun Hello, yes we confirm there was a bug in the skin "Material Main skin" of version 1.2.2.
This bug was fixed here https://github.com/b2evolution/material_main_skin/commit/2e3cfaeaf691282111b5b09cddf7a1bedda68cdd but we forgot to update package on the skin page https://skins.b2evolution.net/material-main-skin. You can find there material_main_skin-6.2.2.zip, but for b2evolution versions 7.x.x we advise to use 7.x skin versions like material_main_skin-7.2.2.zip.
Thank you for the report.

3 May 13, 2020 20:36

Im no coder but it appears to have an extra closing doo hickey?

4 May 13, 2020 22:07

@mikes Looks OK

Rearranged the spacing

function get_declared_containers()
{
return array_merge
( parent::get_declared_containers(), array
( 'index.main.php' => array
( 'header', 'footer', 'menu', 'page_top', 'front_page_secondary_area'
), '_item_block.inc.php' => array( 'item_single' ),
)
);
}

5 May 13, 2020 23:00

We fixed this so that broken skins like this one will no longer break the upgrade process in the future.

6 May 13, 2020 23:37

@fplanque Hmm! I wonder! Do you mean you fixed the update to ignore the skins ~ after a ~ a custom skin may be the only one a b2evo-er has

7 May 14, 2020 00:47

No where not ignoring the skins, we're just not crashing on them.


Form is loading...