View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004901 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2013-02-05 21:05 | 2013-02-06 10:47 |
Reporter | leofonic | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.3 / 5.0.3 revision 54408 | ||||
Fixed in Version | 4.7.4 / 5.0.4 revision 57063 | ||||
Summary | 0004901: bin/cron.php shows "Fatal error: Cannot redeclare isadmin()" | ||||
Description | cron.php declares function isAdmin and then includes core/oxfunctions.php which also declares function isAdmin. Additionally, if this is fixed, cron.php crashes apache (xampp windows), probably because config file is not defined. Why not use bootstrap.php? <?php include "../bootstrap.php"; oxNew( "oxmaintenance" )->execute(); oxRegistry::getConfig()->pageClose(); executes without error. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||