View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001780 | OXID eShop (all versions) | 3.1. Design, GUI, UX | public | 2010-04-19 17:33 | 2010-04-22 16:17 |
| Reporter | Andruu | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 4.3.0 revision 26948 | ||||
| Summary | 0001780: Look&Feel Error on Line 310 | ||||
| Description | I had the same Issue as reported in Issue ID 0001741 This Fix solved the main amount of Errors. but when i changed the Line 310 from $this->loadUserSettings(&$sTheme, &$aUserColors, &$aUserStyles); to public function loadUserSettings(&$sTheme, &$aColors, &$aStyles) I receive following Error: Fatal error: Cannot redeclare Gui::loadUserSettings() in /mnt/weba/11/20/52191520/htdocs/oxid/admin/gui.php on line 310 | ||||
| Additional Information | My Shop is hosted on a Strato Server. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
|
|
Reminder sent to: Andruu Hello, looks like while editing admin/gui.php file, you made a mistake and added fix in two places: lines 284 and 310. in your file, in those lines there are identical function names. in line 284 it should be the same as was before (no need to change function name or description): public function saveUserSettings( $sTheme, $aColors, $aStyles ) greetings, Birute M. |
|
|
not a bug |