HomeHome Product Discus... Product Discus...SmithCartSmithCartTrouble upgrading to 2.58.00, featured products not workingTrouble upgrading to 2.58.00, featured products not working
Previous
 
Next
New Post
2/22/2010 9:59 AM
 

Any thoughts?


Ken Robbins http://macoundesign.com

I received the 2.58.0 trial and attempted to upgrade my install of the 2.56.0 trial, and got a message that the module was already installed. I ran the install again logged in as host, and it allowed me to "repair" the installation, and the module now show in the extensions list as 2.58.0. However, when I placed a Featured Products module on a page, I got a message


A critical error has occurred.
Could not find stored procedure 'dbo.Smith_ListFeaturedProducts'.
 
New Post
2/22/2010 11:35 PM
 

In the 2.58 install zip file please verify that you have the following stored proc in the 01.00.03.SqlDataProvider file:

CREATE PROCEDURE {databaseOwner}{objectQualifier}Smith_ListFeaturedProducts
AS

SELECT * FROM {objectQualifier}Smith_Products
where logicallydeleted <> 1 and featured = 1
order by SortOrder , ModelName

GO

It should have been created when you ran the upgrade. Please verify the stored procedure is in the 01.00.03.SqlDataProvider file.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
2/23/2010 1:36 PM
 

Nope - not there. It's in version found in the zip file, but not in the version on the server following the upgrade. Ran the repair install again, and no change.


Ken Robbins http://macoundesign.com
 
New Post
2/23/2010 11:37 PM
 

I am looking into why that stored proc in the would not run when installing over an existing cart module. The stored proc exists in the install script so thats not the issue it must be something with going on with that repair prompt you get when you try to install over a module that is already installed I dont think dnn is running the sql scripts in that case. It will require some more research, in the mean time you can try running that stored proc from sql mgmt studio or query analyzer to create the store proc that is missing.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
2/24/2010 7:31 PM
 

Smith Cart v2.6 released with a new manifest file that will work for upgrading old versions of the cart using DNN v5.x.x. Please send an email to dave@smithcart.com for an update.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
2/25/2010 10:23 AM
 

Same behavior. Install was the same - only allowed a "Repair" install, but once run the module lists as v2.6. Featured products module still throws same error.


Ken Robbins http://macoundesign.com
 
New Post
2/25/2010 6:08 PM
 

I've gone ahead and wiped out the original install and reinstalled. Now the Featured Products module goes on to a page fine, and displays the products I've marked as Featured. However, when I attempt to view one of those products, or add one of those products to my cart (from their display on the page where I have the FP module placed), I get a runtime error.


Ken Robbins http://macoundesign.com
 
New Post
2/26/2010 9:19 AM
Accepted Answer 

Can you try it with the featured products module on the same page as the smith.buynow module.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartTrouble upgrading to 2.58.00, featured products not workingTrouble upgrading to 2.58.00, featured products not working