VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: juppjupp on May 15, 2008, 14:53:07 PM

Title: [TRACKER 2106] Browser goes blank when trying to access orders
Post by: juppjupp on May 15, 2008, 14:53:07 PM
It just goes blank (white page) when clicking the order number in the orders list
and this in the browser window adress: index2.php?page=order.order_print&limitstart=0&keyword=&order_id=249&option=com_virtuemart&Itemid=1

I am logged in as admin, front page.
almost the same problem in backend, but the layout breaks..

Any clues?

Updated from VM 1.0.15 J 1.0.15  ->   VM 1.1 Latest nightly / J 1.0.15
Same problem in IE and FireFox

T.
Title: Re: Browser goes blank when trying to access order- front/backend
Post by: juppjupp on May 16, 2008, 10:33:45 AM
Update:

-Tried to change the joomla template : no success

-Tried to reinstall the old database and put back old
files (VM 1.0.15 / J 1.0.15) and upgrade to VM 1.1 Latest nightly : I now get the data, but the page layout is broke, and many buttons are gone (see attachment)

-I get the same problem in the backend admin... btw. I get all the data
fast and it shows correctly if I press the print view button, both backend and frontend.





[attachment cleanup by admin]
Title: Re: Browser goes blank when trying to access order (frontend admin)
Post by: juppjupp on May 16, 2008, 11:30:22 AM
Ah... I found the problem... See, I have got 62.000 SKU´s (products) in my webshop, when I cut it down to 1.000 it works fine...

Could someone fix it? It worked fine in VM 1.0.15.

T.
Title: Re: [SOLVED] Browser goes blank when trying to access order (frontend admin)
Post by: juppjupp on May 16, 2008, 11:39:34 AM
I posted the problem/bug here;

http://dev.virtuemart.net/cb/issue/2106?navigation=true

Bug [# 2106]  Browser goes blank when trying to access orders (both front/backend)
Title: Re: [TRACKER 2106] Browser goes blank when trying to access order (frontend admin)
Post by: juppjupp on May 22, 2008, 08:05:20 AM
Can anyone confirm this`? :)
Title: Re: [TRACKER 2106] Browser goes blank when trying to access order (frontend admin)
Post by: aravot on May 22, 2008, 09:05:13 AM
It works OK for me but I only have few products, 62000 sku is different question, anyone with 1000+ sku's please try and let us know.
Title: Re: [TRACKER 2106] Browser goes blank when trying to access order (frontend admin)
Post by: juppjupp on May 22, 2008, 09:16:59 AM
I have tried to set up a duplicate, and I get the same problem there.. Might be a SQL-query/timeout thing.. btw I just wanted to make it clear that the order pops up fast without problems when I click the print view button...
Title: Re: [TRACKER 2106] Browser goes blank when trying to access order (frontend admi
Post by: djlongy on May 22, 2008, 20:28:02 PM
I confirm this, using night build VM 1.1.1400. I got 788 rows in _vm_product table.

However, this happens only in frontend (Administration-Orders-select order details). I upgraded from VM 1.1 stable because in IE 7 this particular screen was extremely wide (FF was ok). Now "wideness" is gone, but screen looks like "text-only". No button, pure information.

Screen attached (blurred to prevent data disclosure)...

[attachment cleanup by admin]
Title: Re: [TRACKER 2106] Browser goes blank when trying to access order (frontend admin)
Post by: juppjupp on May 23, 2008, 09:25:14 AM
Quote from: djlongy on May 22, 2008, 20:28:02 PM
I confirm this, using night build VM 1.1.1400. I got 788 rows in _vm_product table.
However, this happens only in frontend (Administration-Orders-select order details). I upgraded from VM 1.1 stable because in IE 7 this particular screen was extremely wide (FF was ok). Now "wideness" is gone, but screen looks like "text-only". No button, pure information.
Screen attached (blurred to prevent data disclosure)...


Hi djlongy, how many products do you have in the database? :)
Title: Re: [TRACKER 2106] Browser goes blank when trying to access order (frontend admin)
Post by: djlongy on May 23, 2008, 09:42:42 AM
788 products.
Title: Re: [TRACKER 2106] Browser goes blank when trying to access order (frontend admi
Post by: juppjupp on May 26, 2008, 09:10:02 AM
Anyone else who can confirm this? :)

My browser almost hangs (FF 2.0) and gets unresponsive...
Title: Re: [TRACKER 2106] Browser goes blank when trying to access orders
Post by: juppjupp on May 27, 2008, 10:51:14 AM
I´m considering to hire a pro. programmer to have a look at this problem.. will post the code here when/if he solves it.. :)
Title: Re: [TRACKER 2106] Browser goes blank when trying to access orders
Post by: juppjupp on July 04, 2008, 12:22:39 PM
I solved the problem myself.

I removed the following line "<?php $ps_order_change_html->html_change_add_item() ?>"   

from the file "order.order_print.php"

The listing of 63.000 SKUs was apparently too much for a drop down list :)

T.