Announcement

Collapse
No announcement yet.

Error Code: MER-DBA-MVS-00001

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

    Error Code: MER-DBA-MVS-00001

    Getting this error only when data is parsed over SSL. How can this be corrected? When data is just parsed over httpd everything works fine.
    Runtime error in dbapi_mivasql.mvc @ [00000001:000000f8]: lib/dbapi_mivasql.mv: Line 30: MvOPEN: Database type 'mivasql' is unsupported or not configured
    Fatal Error

    MIVA Merchant has encountered a fatal error and is unable to continue. The following information may assist you in determining the cause of the error:

    Error Code: MER-DBA-MVS-00001
    Description: Database type 'mivasql' is unsupported or not configured


    Thanks so much in advance,
    Shane

    #2
    Re: Error Code: MER-DBA-MVS-00001

    It sounds like your web server is configured in such a way that you must specify the database type separately for both non-secure (http) and secure (https) pages. Contact your host to set that up - it should be a simple copy and paste of the existing configuration from "http" to "https" section of your site config files.

    Comment


      #3
      Re: Error Code: MER-DBA-MVS-00001

      Hey Remik,

      Thanks for posting back to Shanem. The same server/site is getting the following error when the site goes secure.

      Configuration Error: Error loading configuration library: /home/www/inhost/cgi-bin/libmivaconfig.so: undefined symbol: mvConfig_Set_DefaultErrorSetting
      Please contact the server administrator: webmaster@localhost

      I was wondering if you or anyone else could provide any suggestions/feedback. This is my first time seeing this error when going secure.

      Thank you,

      Wayne
      Wayne Smith

      Comment


        #4
        Re: Error Code: MER-DBA-MVS-00001

        That's an easy one... There are two different files in the default installation in the /lib/config directory - 3x.so and env.so. The client has set up the wrong one for their particular server installation type.

        Comment


          #5
          Re: Error Code: MER-DBA-MVS-00001

          Remik,

          Thanks for the quick reply!

          Wayne
          Wayne Smith

          Comment

          Working...
          X