View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001838 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2010-05-19 15:34 | 2010-05-27 13:53 |
Reporter | Bieker | Assigned To | |||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.3.1 revision 27257 | ||||
Summary | 0001838: oTransfer is null - javascript error | ||||
Description | Hi, today I installed a fresh installation of OXID eSales 4.3.1 27257 on my development workstation. In the admin area, when I click on an Article in the Article Editor, I get the following Javascript error. Output from the firefox error console: Fehler: oTransfer is null Quelldatei: http://bdst-neu.local/out/admin/src/oxid.js Zeile: 21 Excerpt of the content: editThis : function( sID ) { var oTransfer = top.basefrm.edit.document.getElementById( "transfer" ); oTransfer.oxid.value = sID; //<---- This is Line 21! oTransfer.cl.value = top.oxid.admin.getClass( sID ); //forcing edit frame to reload after submit top.forceReloadingEditFrame(); var oSearch = top.basefrm.list.document.getElementById( "search" ); oSearch.oxid.value = sID; oSearch.submit(); }, What causes this problem? Did I install sth wrong or is this a serious issue? | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | FireFox 3.x, Internet Explorer 8.x | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
funny is that I installed the 4.3.0 release yesterday, which I couldn't install because there was an error in the oxutils.php.. Some fopen command was wrong cause there was an absolute path in it. So i replaced this file with the newer file from the 4.3.1 release and the install worked. And so does the Article-Browser.. I can now click on Articles and edit them.. You guys should really improve checking your releases! ;) |
|
I can reproduce this bug at least on two different installations (PE and EE). |
|
Reminder sent to: Bieker Hello, i can not reproduce this problem. Could you please let us know, if you get this javaScript error in our demoshops: http://demoshop.oxid-esales.com/enterprise-edition/ http://demoshop.oxid-esales.com/professional-edition/ Is your shop installed locally, or on server? Screenshot (when javaScript error appears) would also help in this case. greetings, |
|
Hi, no I don't get it in your demo shops, just with my special release, the 4.3.1 r27257 of the professional edition. I installed it locally in XAMPP on Windows Vista. This error is no big deal, I just wanted to let you know that there is a mistake in this particular release. In 4.3.0 r26948 editing articles works fine. I doubt that a screenshot would help here, theres nothing to see. The only thing you would see is that the iFrame with the id "edit" is pretty much empty. Maybe that causes the error in first place, cause the javascript cannot fill anything cause there isn't anything to fill... |
|
oTransfer is null because the call of the admin view class article_main results in an empty page. Perhaps something is wrong with the WYSIWYG editor (UTF mode?)... All other backend pages works fine. |
|
This bug does not exist in version 4.3.2 any more. |