View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004415 | mantisbt | other | public | 2004-08-27 09:32 | 2004-08-29 01:29 |
Reporter | Olate | Assigned To | grangeway | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | git trunk | ||||
Summary | 0004415: Argument 0000001 is not an array on login | ||||
Description | When I try to login to Mantis, I get the following error: Warning: array_merge() [function.array-merge]: Argument 0000001 is not an array in /home/olatenet/public_html/mantisbt/core/error_api.php on line 313 Warning: Wrong parameter count for sprintf() in /home/olatenet/public_html/mantisbt/core/error_api.php on line 313 APPLICATION WARNING #403: Warning: array_merge() [function.array-merge]: Argument 0000001 is not an array in /home/olatenet/public_html/mantisbt/core/error_api.php on line 313 Warning: Wrong parameter count for sprintf() in /home/olatenet/public_html/mantisbt/core/error_api.php on line 313 APPLICATION ERROR 0000401 Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section. Previous non-fatal errors occurred. Page contents follow. And the application goes no further. | ||||
Additional Information | This was when trying to fix 0004395 Server is running PHP 5.0.1. I don't have a PHP4.3.x system I can test this on so it may be due to PHP5 incompatibilities. | ||||
Tags | No tags attached. | ||||
Have you applied all of the upgrades through admin/upgrade.php? The error you are seeing seems to point to missing information in the database. |
|
No, I had not applied them as I assumed the db_generate.sql file would be the latest. After running the upgrade.php, it worked fine. Sorry I missed that. |
|
Resolving as reported by reporter. |
|