Quote:
Originally Posted by Delphiprogrammi
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.
|
Delphiprogrammi, I'm in a similar boat running PHP 4.3.11 (Linux). If I remove the PHP check, how will this affect the running of the mod???
-Parabat