Recent Topics

1 Oct 20, 2016 08:19    

Replicated on demo site.

When selecting file to create a zip file, on clicking create:

Fatal error: Call to undefined method zip_file::archive() in /home/b2evodemo/www/stable/inc/_ext/_zip_archives.php on line 609

Screen shots to follow.

3 Oct 20, 2016 08:54

It seems that on line 31

class archive
{

function __construct($name)
{ 

Should be:

class archive
{

function archive($name)
{ 

4 Oct 20, 2016 17:01

I see it's fixed in 6.7.8. Thanks

5 Oct 21, 2016 15:20

Thanks for the comprehensive bug report :)


Form is loading...