View Issue Details

IDProjectCategoryView StatusLast Update
0001838OXID eShop (all versions)2. ----- eShop backend (admin) -----public2010-05-27 13:53
ReporterBieker Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.3.1 revision 27257 
Summary0001838: oTransfer is null - javascript error
DescriptionHi,

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?
TagsNo tags attached.
Theme
BrowserFireFox 3.x, Internet Explorer 8.x
PHP Versionany
Database Versionany

Activities

Bieker

2010-05-20 09:35

reporter   ~0002968

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! ;)

dominik_ziegler

2010-05-20 09:59

reporter   ~0002970

I can reproduce this bug at least on two different installations (PE and EE).

birute_meilutyte

2010-05-24 10:16

reporter   ~0003044

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,

Bieker

2010-05-25 09:19

reporter   ~0003048

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...

dominik_ziegler

2010-05-25 09:59

reporter   ~0003049

Last edited: 2010-05-25 09:59

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.

dominik_ziegler

2010-05-27 12:31

reporter   ~0003105

This bug does not exist in version 4.3.2 any more.