ID: 32791 Updated by: [EMAIL PROTECTED] Reported By: MIKEYTF at aol dot com -Status: Open +Status: Feedback Bug Type: *General Issues Operating System: Windows 98 PHP Version: 4.3.9 New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If possible, make the script source available online and provide an URL to it here. Try to avoid embedding huge scripts into the report. Please check that you don't have any of zend_extension's loaded. Previous Comments: ------------------------------------------------------------------------ [2005-04-21 16:52:52] MIKEYTF at aol dot com Description: ------------ Well, I created a function sys_msg($error,$exit). Then it says "Cannot redeclare sys_msg() (previously declared in cfg.inc.php on line 44) on line 44". It does not make sense! Reproduce code: --------------- Well, I don't think I need to show a source code because it is just a function.. but here is the error page: http://subzer0.net/reloaded/ Expected result: ---------------- I expect the index to load and for it to give me an error telling me that some SQL tables are missing. (I haven't completed all the SQL) Actual result: -------------- It gives me the "cannot redeclare" error. (http://subzer0.net/reloaded) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32791&edit=1
