Author Topic: 1.5.3 - Problem with created Zip-Files in OpenGoo  (Read 3037 times)

werner.wuerfel

  • Sr. Member
  • ****
  • Posts: 319
    • View Profile
1.5.3 - Problem with created Zip-Files in OpenGoo
« on: September 13, 2009, 11:53:16 am »
Hi Guy's,

since Version 1.2.1 OpenGoo use the php5 zip-Extension for backup module and to compress/uncompress of documents.

In the OpenGoo DE-Community we have a lot off problems with zip in OpenGoo - on our Web server or local under XAMPP. After a wer server crash one user is unable to restore his data form the backup, because the zip-File is defect. You can see here: http://forums.opengoo.org/index.php?topic=2674.0

So we checked our OpenGoo installations and found this:

In XAMPP Version 1.7.0 with php 5.2.8 the zip-Extension will not work. In OpenGoo created zip-File are unable to uncompress after download, because the zip-File is defect. Here the Version of the zip-Extension:
Quote
Zip enabled
Extension Version $Id: php_zip.c,v 1.1.2.46 2008/11/12 17:50:37 felipe Exp $
Zip version 1.8.11
Libzip version 0.9.0

In XAMPP Version 1.7.2 with php 5.3.0 the zip-Extension work's very good. Here the Version of the zip-Extension:
Quote
Zip    enabled
Extension Version    $Id: php_zip.c,v 1.1.2.38.2.29 2009/02/24 23:55:14 iliaa Exp $
Zip version    1.9.1
Libzip version    0.9.0

On Karl's web server work's the zip-Extension also very good. Here the Version of the zip-Extension of Karl's web server:
Quote
Zip: enabled
Extension Version: $Id: php_zip.c,v 1.1.2.49 2009/02/05 19:53:22 pajoye Exp $
Zip version: 1.8.11
Libzip version: 0.9.0

Please check the zip-Extension of php5.
  • What is the right Version for the zip-Extension in php5, that will correctly work in OpenGoo?
  • What can I do, when I have the wrong Version off the zip-Extension?
  • Is it possibly to turn off the zip-Functions in OpenGoo, include in the Backup-Module?

Without correction, we have no functioning backup module and no zip functionality in OpenGoo. That's not good...

Waiting for a hopeful response...
Werner Wuerfel


jhage

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: 1.5.3 - Problem with created Zip-Files in OpenGoo
« Reply #1 on: October 22, 2009, 02:38:04 pm »
bump...

Was there ever a solution/answer to this?

werner.wuerfel

  • Sr. Member
  • ****
  • Posts: 319
    • View Profile
Re: 1.5.3 - Problem with created Zip-Files in OpenGoo
« Reply #2 on: October 22, 2009, 03:11:53 pm »
Hi,

the solution you have is to install PHP 5.2.9 or upper on your webserver.

There is no answer from the Developerteam...