Topic: Download of main elements inop

It appears to me that the download link for the main elements zip file isn't working.  Can someone please confirm?

... I tried to paste the hyperlink here but the system complained about links in the post.

Re: Download of main elements inop

Thanks for report this issue.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Download of main elements inop

  Fatal error: Class 'ZipArchive' not found in zipcategory.php on line 28

https://www.tuxfamily.org/

Switch from PHP5 to PHP7 planned... 

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Download of main elements inop

Fixed.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Download of main elements inop

The elements are now available.  I've downloaded and imported them.  They are working well.  Thank you very much for your assistance on this issue.

Re: Download of main elements inop

Due to the complete migration of the site to PHP 7.x  instead off PHP 5.x I intend to completely delete the online viewer elmt to SVG..
These old PHP scripts need to be rewritten completely for migrating from PHP 5.6.x to PHP 7.0.x, and I do not have the time or the knowledge of a PHP expert.
https://www.php.net/migration70

FYI, PunBB forum, Dokuwiki, Mantis Bugtracker, now run on PHP 7. And Mantis was upgraded on 2.X branch.
On Forum I removed old  plugin SC WYSIWYG BBCode editor, so we have come back on the official BBcode but on the other hand the other BBcode even if it was more complete was a source of bugs during posts editions, and has force of hacks the PunBB now works with PHP 7 without empty messages on the forum.

If a PHP expert can help us, I'm ready to send him the old PHP files.

BTW, will have the opportunity to move to the new site and find a way to generate another SVG online viewer from the item collection.

Post's attachments

Attachment icon phar_errors_1.txt 55.65 kb, 889 downloads since 2019-11-05 

Attachment icon phar_errors_private.txt 28.6 kb, 438 downloads since 2019-11-05 

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: Download of main elements inop

In my opinion, it's not important to have an online viewer for the elements that are still provided with QET.

As already oft discussed in the past, the element repository is the LAST BIG PROBLEM that prevented us to switch to the new website...
...And the fact that I'm very lazy ;-)

Re: Download of main elements inop

I renamed a lot of PHP files and disabled the online viewer.
I will be glad that the online viewer comes back because, for newcomers, it is the showcase of the software where they can discover the richness of the QET collection of elements.

But so far, the SVG elmt converter was not able to provide a correct and accurate rendering for text orientation in the SVG converter, and sometime not render items with new XML tags added recently.

For users wants to download the official collection they can see our GIT or Github repository.
For sending new elements, you can send me an email or put it on the forum.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

9 (edited by didier.morandi 2019-11-11 09:48:48)

Re: Download of main elements inop

scorpio810 wrote:

Due to the complete migration of the site to PHP 7.x  instead off PHP 5.x I intend to completely delete the online viewer elmt to SVG. These old PHP scripts need to be rewritten completely for migrating from PHP 5.6.x to PHP 7.0.x

No, fortunately.
According to the error logs, my first guess is a missing intl extension enabled definition.
See https://github.com/phan/phan/issues/1353

For php errors reporting, see http://www.didiermorandi.fr/vbscript/php.htm (in French).