Quote:
Originally Posted by EdQ
I would, but its out of my hands. The ISP isn't upgrading till the end of the year.
|
Well there is one way around .... open product-aws.xml and find
Code:
<dependencies>
<dependency dependencytype="php" minversion="4.4.4" maxversion="5.0.0 Beta 1" />
<dependency dependencytype="vbulletin" minversion="3.6.0" maxversion="" />
</dependencies>
remove the php version check so
Code:
<dependencies>
<dependency dependencytype="vbulletin" minversion="3.6.0" maxversion="" />
</dependencies>
then it will import.