Repo upload fails


elw3

ƐʍlƎ
Joined
Aug 10, 2010
Messages
1,827
I just tried uploading a silly game to the pandora repo, while the data itself is transmitted the site then just stucks and shows nothing.

Can someone confirm this to be a general problem or just mine?
Whos in charge?
 
Nothing has changed, but I'll take a look at it tomorrow.
I can ssh however it immediately closes the connection.

1616762672219.png
 
@EvilDragon looks like it's something to do with imagick

PHP message: PHP Fatal error: Uncaught Error: Class 'Imagick' not found in

imagic
is used to when extracting pnd icons it attempts to resize them for use on the website.

do you know if there have been any changes in that area on the server? I have read there can be issues if there are version mismatches between php and imagick.

@elw3 did you pnd file contain the icon appended to the end of the binary?
Post automatically merged:

the last successful pnd upload was Jan 21st 2021.
 
Yes, plus the page failed at the verify step. Might be it.
 
@EvilDragon looks like it's something to do with imagick

PHP message: PHP Fatal error: Uncaught Error: Class 'Imagick' not found in

imagic
is used to when extracting pnd icons it attempts to resize them for use on the website.

do you know if there have been any changes in that area on the server? I have read there can be issues if there are version mismatches between php and imagick.

Ahh, right. The repo uses an old PHP version. Debian uninstalled imagick automatically for every PHP-Version at some time (no idea why), together with some other addons (like bc, etc.)
I reinstalled it for most PHP-Versions but forgot that the repo uses an outdated version.

I'll reinstall that.
Post automatically merged:

Done. Please retry.
 
Last edited:
@milkshake while you are working on it...could you fix the "Website" link inside at the "Package contents" that is not working (link point always at the same repo page of the game).

Thanks
 
Back
Top