Announcement

Collapse
No announcement yet.

Custom Fatal Error Page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Custom Fatal Error Page

    Looks like this should have been done years back,

    Even if everything is covered there is always that "What if" moment.

    Please add custom Miva Fatal Error Page

    #2
    Re: Custom Fatal Error Page

    Ok, read the title wrong...this would be for PAGES NOT FOUND...not INTERNAL SERVER ERRORS....
    --------------------------------------------------------------------------------------------------------------------

    You could always have done this by adding the following to your .htaccess file

    ErrorDocument 404 /mm5/merchant.mvc?Screen=YOURCUSTOMSCREEN [QSA]

    or as it common

    ErrorDocument 404 /mm5/merchant.mvc?Screen=NTFD [QSA]

    [QSA] passes any queries on the URL line into merchant so

    /something.html?variable1=foo&variable2=bar

    will have the two variables passed into merchant.
    Last edited by Bruce - PhosphorMedia; 08-17-15, 09:24 AM.
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      Re: Custom Fatal Error Page

      There's two reasons this isn't a priority.

      First and foremost is a properly configured and hosted Miva store should never get an engine level fatal error page and we have built in customizable ones for anything Merchant generated. So this problem happens to very very very few people.

      Second it's at the engine level, so there's no actual database accessible when you get one of these pages, which means it's a whole new UI and structure for a very rare problem.
      Thanks,

      Rick Wilson
      CEO
      Miva, Inc.
      [email protected]
      https://www.miva.com

      Comment

      Working...
      X