Title ------- Internal Server Error with a unix server when clicking finish on setup.mvc Symptom ----------- setup.mvc run, but an Internal Server Error is generated upon completion. Solution ----------- Some of the steps required to resolve this issue need a level of server access that will not be available to most end users. If you are a MIVA Merchant end user experiencing this problem, you may have to forward this information to your Host, ISP, or Systems Administrator. If the host is setting the MvCONFIG variables in the httpd.conf file, add SetEnv MvCONFIG_MAX_DOCACHE 15 If an Internal Server Error is still being generated, set MAX_DOCACHE to 10. If the host is using a mivavm.conf file, add maxdocache=15 This will not work if the host is using the Miva Virtual Machine v4.04 or lower. In which case they should upgrade anyway.
|