Quote:
Originally Posted by cyberchief
Thanks for the code edit. Here is an issue now, though. I have moved to 4.1. I made the change above... tried to import and get an error saying it is not compatible with 4.1. Just 4.0.
|
Open product-abe1_admin_log_as_user.xml again.
FIND at line 10:
Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 alpha 1" maxversion="4.1.0 alpha 1" />
CHANGE to:
Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 alpha 1" maxversion="4.9.9" />
Import product again using "overwrite".