Directory
ericcart
Results 1 - 2 of 2
I tested it with VirtueMart 1.1, and It's not working.
It seems to be developed for a previous version.
I have used it to grab some sync user code.
I have detected this bugs:
1. It's not referencing vmAbstractObject.class.php
2. VirtueMart's Language files are into directories
3. All the configuration integration seems to be deprecated, I guess it should be copied from notity.php, I tried but It requieres more knwoledge about VirtueMart inner workings
Thanks,
Eric
It seems to be developed for a previous version.
I have used it to grab some sync user code.
I have detected this bugs:
1. It's not referencing vmAbstractObject.class.php
2. VirtueMart's Language files are into directories
3. All the configuration integration seems to be deprecated, I guess it should be copied from notity.php, I tried but It requieres more knwoledge about VirtueMart inner workings
Thanks,
Eric
byericcart, April 28, 2008
It works Ok, but.... with this correction:
There´s a but at detectUserIp. It waits a user id, but now It´s submiting the user object. So to solve the problem...
Line 129, $this->detectUserIp($user,
As $user is an object, It´s solved as:
$this->detectUserIp($user->id,
Thanks,
Eric
There´s a but at detectUserIp. It waits a user id, but now It´s submiting the user object. So to solve the problem...
Line 129, $this->detectUserIp($user,
As $user is an object, It´s solved as:
$this->detectUserIp($user->id,
Thanks,
Eric
Owner's reply
The error has been fixed in the 1.2 version.
Documentation
Documentation Subscription Service
(updated for CB 1.2 RC2)
What?
Why?
Where?
Download Latest Release
The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.
The latest release candidate of Community Builder is version 1.2 RC3, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.
Directory (new) 






