View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005017 | OXID eShop (all versions) | 2.4. Administer products | public | 2013-03-24 14:05 | 2015-05-04 15:21 |
Reporter | finnegan | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Platform | Linux | OS | CentOS | OS Version | 6.0 |
Product Version | 4.7.3 / 5.0.3 revision 54408 | ||||
Summary | 0005017: Wysiwig Editor does not work in SSL mode | ||||
Description | When using Admin with https the wysiwig editor does not work due to wrong paths. Error is in file oxadmindetails $sEditorUrl = $myConfig->getConfigParam( 'sShopURL' )./*$myConfig->getConfigParam( 'sAdminDir' ).*/"core/{$sEditorPath}/"; if ( $sAdminSSLURL = $myConfig->getConfigParam( 'sAdminSSLURL' ) ) { $sEditorUrl = "{$sAdminSSLURL}/{$sEditorPath}/"; } Suspected reason: code was not properly updated when moving wysiwig from /admin to /core So in SSL $sAdminSSLURL contains "https://mydomain.de/admin//wysiwigpro" instead of "https://mydomain.de/core/wysiwigpro" | ||||
Steps To Reproduce | config.inc.php set $this->sSSLShopURL = 'https://mydomain.de'; // eShop SSL url, optional $this->sAdminSSLURL = 'https://mydomain.de/admin'; // eShop Admin SSL url, optional Try to edit long desc of ec. a category Check requested files by firebug (e.g. .../editor.css) See wrong URL | ||||
Tags | HTTPS, WYSIWYG | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | 5.3 | ||||
Database Version | any | ||||