Difference between revisions of "Bugs"

From AminetWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
File bugs here, move them to [[Changelog]] when they are fixed.  
 
File bugs here, move them to [[Changelog]] when they are fixed.  
 +
 +
{| border="1" cellspacing="0" cellpadding="5"
 +
! ID
 +
| 2017-05-04-04
 +
|-
 +
! Status
 +
| NEW
 +
|-
 +
! Description
 +
| Running a php script from the shell always gives the following warning:
 +
PHP Warning:  PHP Startup: Unable to load dynamic library '/imagick.so' - /imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0.
 +
(cg)
 +
|}
 +
 +
 +
{| border="1" cellspacing="0" cellpadding="5"
 +
! ID
 +
| 2017-05-04-03
 +
|-
 +
! Status
 +
| NEW
 +
|-
 +
! Description
 +
| 'Aminet Daily' newsletter does not get sent, only the weekly newsletter arrives here (cg)
 +
|}
 +
 +
 +
{| border="1" cellspacing="0" cellpadding="5"
 +
! ID
 +
| 2017-05-04-02
 +
|-
 +
! Status
 +
| NEW
 +
|-
 +
! Description
 +
| A user's 'architecture' preferences (using setup.php or the mos/os4/... subdomains) are ignored everywhere but recent. This setting should be respected globally (cg)
 +
|}
 +
 +
 +
{| border="1" cellspacing="0" cellpadding="5"
 +
! ID
 +
| 2017-05-04-01
 +
|-
 +
! Status
 +
| NEW
 +
|-
 +
! Description
 +
| Lha listings containing non-ASCII need to be converted from UTF-8 to ISO 8859. See [http://aminet.net/package/misc/emu/Amoric_src misc/emu/Amoric_src] for an example (cg)
 +
|}
 +
  
 
{| border="1" cellspacing="0" cellpadding="5"
 
{| border="1" cellspacing="0" cellpadding="5"

Revision as of 16:25, 4 May 2017

File bugs here, move them to Changelog when they are fixed.

ID 2017-05-04-04
Status NEW
Description Running a php script from the shell always gives the following warning:
PHP Warning:  PHP Startup: Unable to load dynamic library '/imagick.so' - /imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0.

(cg)


ID 2017-05-04-03
Status NEW
Description 'Aminet Daily' newsletter does not get sent, only the weekly newsletter arrives here (cg)


ID 2017-05-04-02
Status NEW
Description A user's 'architecture' preferences (using setup.php or the mos/os4/... subdomains) are ignored everywhere but recent. This setting should be respected globally (cg)


ID 2017-05-04-01
Status NEW
Description Lha listings containing non-ASCII need to be converted from UTF-8 to ISO 8859. See misc/emu/Amoric_src for an example (cg)


ID 2015-06-19-01
Status NEW
Description if admin.pl is trying to replace package path/to/foo.zip with package path/to/foo.lha, it forgets to delete the old database entry so we end up with database entries for foo.zip and foo.lha (cg)


ID 2006-08-12-01
Status NEW
Description If a readme contains backslashes (in the body, not in one of the header fields - didn't check header fields), these get stripped from *both* the actual readme *and* the database entry. Enclosing the string containing backslashes in double quotes helps the backslashes to actually reach the database entry, but they're still getting stripped from the actual readme. An example would be the windows path in comm/www/firefox_searchplugin.zip (cg)


ID 2007-02-18-01
Status WONTFIX
Description ADT server is not running yet. It also needs to be added to server startup (cg)

Use the following format:

ID YYYY-MM-DD-number
Status NEW
Description Some description