need help in how to update PHP 5.2 to 5.3 in order to upload virtuemart CSVI 4.0

Started by Enrique Ramos, February 29, 2012, 16:04:16 PM

Previous topic - Next topic

Enrique Ramos

Greetings recently we install the update of joomla 1.5.25 to 2.5 and the virtuemart 1.1.9 to 2.0. at this moment everything is fine!. but know we have the problem installing the CSVI 4.0 uploader. system says that we need to upgrade PHP from 5.2 to 5.3. any ideas?.

Other thing is that template its not showing (when we type address it doesn't show)do we need to install a fresh template again? or what?.

Please E-Mail us at enriqueramos1@live.com or at this post. thank you for your help in this matter!.

TITUS8

Depends on the websites server/host provider?

My provider runs an dual environment both PHP version 5.2.17 and 5.3, in the .htacess file (usually hidden through Cpanel sitting in the public_html, check see hidden files)

added this line of code:

# Use PHP 5.3
#AddType application/x-httpd-php53 .php

Remove the "#" to turn on....

*note this will blow up Ioncube, or older scripts, to turn off simply delete, or add the comment "#" back...

not sure about the template, your info is vague...

hope this helps...