Whenever I load up admin/store/transaction, and there are no transactions, it returns a blank page.

CommentFileSizeAuthor
#4 store_transaction_blank_page.patch714 bytesrecidive

Comments

Lupin3rd’s picture

I have the same problem! All ecommerce module request in "Store module dependencies" are enabled. The rest of store's admin seem to works fine with Drupal 4.7.0.

neclimdul’s picture

Component: other » store.module
Priority: Normal » Minor

We should probably make note that this is a confirmed bug and being looked at.
I'm going to mark it as minor though as sites with transactions are not affected.

bradlis7’s picture

I'm not for sure, but you might check the return variable of the function outputting the page. Sometimes returning the wrong variable will make weird stuff happen.

recidive’s picture

Status: Active » Needs review
StatusFileSize
new714 bytes

I've done a small patch to solve this.
It requires a database with no transactions to be tested.

Lupin3rd’s picture

I tested in my database and works fine. Thanks.

recidive’s picture

Status: Needs review » Reviewed & tested by the community

I think one test should be enough. If someone disagrees, please post a "follow up".

neclimdul’s picture

Status: Reviewed & tested by the community » Fixed

I think gordon forgot to mention that he patched this in #32169.

Anonymous’s picture

Status: Fixed » Closed (fixed)