info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Hello Mark I just installed the plugin but I got a fatal error:
wi:framework:entity is not a registered library
InvalidParameterException Object
(
[message:protected] => wi:framework:entity is not a registered library
[string:private] => exception 'InvalidParameterException' with message 'wi:framework:entity is not a registered library' in /xxxxxxxxxxxxxxxxxxxxxxxx/engine/lib/elgglib.php:106
Another question, do I still need to activate the Categories plugin?
Have you installed framework? Categories is part of auction plugin
Yes I did install it.
When do you get this error? straight after enabling auction plugin? You could try putting framework plugin above auction and bids plugins, though that shouldnt make a difference
@mark.... Thanks for this wonderful plugin. This is how it happens!
I have the Framework plugin above acution plugin and then Bids plugins last. Everything activates well. However, when I go to profile and Click on LIVE AUCTION on user's site profile, then bellow with a blue screen is shown:
wi:framework:entity is not a registered library
InvalidParameterException Object
(
[message:protected] => wi:framework:entity is not a registered library
[string:private] => exception 'InvalidParameterException' with message 'wi:framework:entity is not a registered library' in /.../engine/lib/elgglib.php:106
Stack trace:
#0 /..../mod/webIntFramework/start.php(24): elgg_load_library()
#1 /.../mod/auction/lib/auction.php(134): load_wi_framework()
#2 /...mod/auction/start.php(228): auctions_get_page_content_list('wi:framework:en...')
This just the sammary of the whole error....
Another problem, if you are in the admin area and you deactivate the Web Intelligence FRAMEWORK plugin while the other plugins are active (Auction plugin and Bids plugin) An error is sent with a white screen! with Auction/start.php (line 377) Can not load_wi_framework(); !
It's the same for me I also got the Auction/start.php (line 377) Can not load_wi_framework(); !
Actually, some weeks ago I installed the previous version of the auction plugin and it was working fine.
Guys I noticed I had old version of my framework up, just updated to new version (Web Intelligence Framework 1.1). Go to http://www.elggstore.webintelligence.ie to get it.
Yes @tom I know that error. You'll have to change auction/start.php file to start1.php and then activate new framework and change back
Hello Mark I did everything you said and now it's working perfectly, thanks a lot. It's a great plugin. Ciao
Your bid
just now
Thanks for your reply and I have followed everything you said and now Everything works fine except--- from the admin side, the currency is set to Dollars sign, However, wenever a person makes a bid, the bide is displayed in diffrent currency sign like the one on the picture above!
How can this sign error be fixed?
Glad you like it @Simone. @Tom I see the problem, will fix in the morning and upload a new release
Great plugin. Will it have a paypal thing? ;)
Thanks @rj - maybe I'll do that for commercial version, when i get time:)
Please, does anyone know why this happens? Why another screen appears underneath?
To resolved this added
return true;
in: wiAuction>start.php
before the closing curly bracket of function wiauctions_page_handler($page) { at line 285