View Issue Details

IDProjectCategoryView StatusLast Update
0001780OXID eShop (all versions)3.1. Design, GUI, UXpublic2010-04-22 16:17
ReporterAndruu Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version4.3.0 revision 26948 
Summary0001780: Look&Feel Error on Line 310
DescriptionI 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 InformationMy Shop is hosted on a Strato Server.
TagsNo tags attached.
Attached Files
gui.php (17,578 bytes)
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

birute_meilutyte

2010-04-22 16:14

reporter   ~0002571

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.

birute_meilutyte

2010-04-22 16:17

reporter   ~0002572

not a bug