Forums » Moola : Amazon Edition »
Moola Install Issue
Added by Craig Lett over 1 year ago
Hello,
I am having trouble with getting this to work. IT install properly, but the module page gives this, which is basically all 3 options.:
Moola : Amazon Edition
nosettings) { ?>
Getting Started
In order to get started, you will need to provide your Access Key ID and Secret Access Key. Click on the button for Parameters to fill in these values. When you're done, reload this page to ensure that your settings are correct.
errors)) { ?>
Uh oh...
There were errors connecting to Amazon. This is most likely due to missing and/or incorrect values set for your Access Key ID or Secret Access Key. Please check the parameters to make sure these values are accurate. If you make changes, please be sure to refresh the page.
A detailed description of the errors encountered:
errors as $error) { ?>
Code?>
Message?>
Congratulations!
No errors were encountered when attmempting to connect with Amazon, your store should be ready to go.
Also, getting php errors on the main joomla website and it will not server when the modules re enabled.:
store =& JModel::getInstance('Store', 'MoolaamazoneditionModel', 'com_moolaamazonedition'); // Get cart info from cookie var if available if (isset($_COOKIE['cartid'])) $this->cartSession['cartid'] = $_COOKIE['cartid']; if (isset($_COOKIE['carthmac'])) $this->cartSession['carthmac'] = $_COOKIE['carthmac']; } /** * Retrieves and parses information about a user's shopping * cart. Returns a named array containing pertinent information. */ function getCartInfo() { // Check for an existing cart if (isset($this->cartSession['cartid']) && isset($this->cartSession['carthmac'])) { // Load the cart info $object = $this->store->cartGet(array( 'CartId' => $this->cartSession['cartid'], 'HMAC' => $this->cartSession['carthmac'] )); $info['purchase'] = (string)$object->Cart->PurchaseURL; // Extract actual cart info if (isset($object->Cart->CartItems)) { $info['cart'] = array( 'subtotal' => (string)$object->Cart->CartItems->SubTotal->FormattedPrice, 'count' => count($object->Cart->CartItems->CartItem) ); } // Extract Saved For Later cart info if (isset($object->Cart->SavedForLaterItems)) { $info['saved'] = array( 'subtotal' => (string)$object->Cart->SavedForLaterItems->SubTotal->FormattedPrice, 'count' => count($object->Cart->SavedForLaterItems->SavedForLaterItem) ); } return $info; } } }( ! ) Fatal error: Class 'ModMoolaAECartHelper' not found in C:\wamp\www\modules\mod_moola_ae_cart\mod_moola_ae_cart.php on line 26
Call Stack
- Time Memory Function Location
1 0.0006 694144 {main}( ) ..\index.php:0
2 0.2302 10936464 JSite->render( ) ..\index.php:79
3 0.2305 10937216 JDocumentHTML->render( ) ..\application.php:168
4 0.2440 11215024 JDocumentHTML->_parseTemplate( ) ..\html.php:249
5 0.3386 12280576 JDocumentHTML->getBuffer( ) ..\html.php:386
6 0.3386 12281184 JDocumentRendererModules->render( ) ..\html.php:190
7 0.3387 12282240 JDocumentRendererModule->render( ) ..\modules.php:41
8 0.3389 12284552 JModuleHelper->renderModule( ) ..\module.php:84
9 0.3398 12343640 require( 'C:\wamp\www\modules\mod_moola_ae_cart\mod_moola_ae_cart.php' ) ..\helper.php:173
--------------------------------------
Running PHP ver 5.3.4
Joomla ver 1.5.22
this is beyond me without really going thru your code line by line. Has anybody seen this previously or have any thoughts on cause? I installed Joomla fresh and Moola fresh on a vanilla system to make sure nothing was interfering. Any help is appreciated. IF we cant get this to work, we may just want money back.
Thanks for any help
Replies (2)
RE: Moola Install Issue
-
Added by Lance Cleveland over 1 year ago
We've not seen this before, but also have not tested on a WAMP box yet.
We'll try to reproduce this and will post updates as soon as they become available.
RE: Moola Install Issue
-
Added by Craig Craig about 1 year ago
I am getting this problem. Contacted devs, no reply. I am using php 5.3 joomla 1.5.22 on a fedora 14 box. never had a problem with a component. Only this one. how do i fix it, or get my money back.
(1-2/2)