Ticket #337 (closed defect: fixed)
PHP function errors
| Reported by: | anonymous | Owned by: | dmorton |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.2 |
| Component: | General | Version: | 1.0.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
hello! I'm running maia on FC4 with php 5.0.4 and MySQL 4.1. And I got the latest SVN checkout. It works quite fine but when I want to confirm the status of an EMail I get errors like this:
for confirming ham:
2006-05-30 13:49:12 (CEST) 2 Warning array_merge() [function.array-merge]: Argument #1 is not an array /var/www/html/maia_db.php 1849 2006-05-30 13:49:12 (CEST) 2 Warning array_merge() [function.array-merge]: Argument #2 is not an array /var/www/html/maia_db.php 1849
for del ham:
2006-05-30 13:50:48 (CEST) 2 Warning array_merge() [function.array-merge]: Argument #1 is not an array /var/www/html/maia_db.php 1722 2006-05-30 13:50:48 (CEST) 2 Warning str_repeat() [function.str-repeat]: Second argument has to be greater than or equal to 0. /var/www/html/maia_db.php 1687 [...]

