Doesn't sound like you're on our hosting? If you are, you could always file a ticket and someone in support could take a look at the server.
Announcement
Collapse
No announcement yet.
Can not update Miva Merchant to
Collapse
X
-
Originally posted by dcarver View PostIt searches for it in the following order:- /home/globalrose.com/www/cgi-bin/mivavm.conf
- The current working directory of the program that started the VM, which would be in apache somewhere (this is unlikely)
- /etc/mivavm.conf
Comment
-
If you add invalid syntax to your mivavm.conf file and refresh your site do you get an error? I just went back and looked at your mivavm.conf file, is all your have the system library definition for GD and that's it? If so, then that file is definitely not being used and you're using the ENV configuration. This would lead me to believe something in your apache SetEnv is not working properly.David Carver
Miva, Inc. | Software Developer
Comment
-
Actually I think I see it in the "System Variables", but not in the "Installed System Libraries".
https://drive.google.com/file/d/1N0S...ew?usp=sharing
Comment
-
Originally posted by dcarver View PostWhich configuration are you actually using? One is the 3x configuration while the other is the ENV configuration. Basically you need to either add "SetEnv HTTP_MvCONFIG_SYSTELLIB_MYSQLCLIENT /path/to/mysqlclient.so" to your ENV configuration or you need to add "<SYSTEM-LIB CODE="MYSQLCLIENT" LIBRARY="/path/to/mysqlclient.so"> to your 3x configuration. You can get the shared libraries either from the MySQL website or you could do "yum install mariadb-libs" depending on the OS you're running. The best way is probably to install it through your package manager, either yum, apt, etc...
- 1 like
Comment
-
With the help of Miva support and you guys I was able to get Miva 10 to update, but it is not working for 10_00_01. It seems the bzip, even though its installed and working fine stand alone, does not want to cooperate with Miva Empresa to do updates.
When attempting to update, it gives this error: Error extracting patch (MER-UPG-ADM-00006)
Can I get some help please?
Comment
-
I'm familiar with the site in question. Our staff were not able to determine what issue is occurring with your copy of Empresa and/or OS configuration. Our recommendation at this point would be to migrate the site to a server running a non-EOL operating system, preferably one we test and deploy on such as CentOS 7 or Ubuntu 20 LTS, and then we can provide example configurations that would hopefully get things working normally. We don't provide Empresa support on servers we don't operate beyond example configs.
Comment
Comment