Help - Search - Members - Calendar
Full Version: Problem after upgrade from 3.0.13 to 3.0.14
CubeCart Forums > CubeCart Version 3 > Installation & Upgrade Help (Version 3)
Tweakservers
Hi,

After I upgraded my store, I notice the homepage latest products, all the images are turning up side down which is not happening before the upgrade. Check out my page at http://www.tweakservers.com/estore

Also, here's a second error when I tried to add a new product into a new category at http://www.tweakservers.com/estore/index.p...t&catId=20:

QUOTE
IPCheck Server Monitor

Products in: /<a href='/estore/index.php?ccUser=&amp;catId=16&amp;act=viewCat' class='txtLocation'>Paessler</a>/IPCheck Server Monitor
Tweakservers
looks like the 2nd error is now appearing in most of the category page. Need some urgent help on this
BearyCountry
After upgrading to 3.0.14 my categories are all jumbled up also. They are not turning upside down but they are all crammed into each other. Also when I try to change the shipping to USPS Priority it still gives me the "Failed to add package" message. Any help would be appreciated.
Tweakservers
we are partner right now ;-) Not sure if there's other users who is having the same problems?
convict
QUOTE(Tweakservers @ Nov 1 2006, 06:47 PM) *
looks like the 2nd error is now appearing in most of the category page. Need some urgent help on this

Open includes/content/viewCat.inc.php

SEARCH FOR
CODE
$view_cat->assign("CURRENT_DIR",validHTML(getCatDir($currentCat[0]['cat_name'],$currentCat[0]['cat_father_id'], $currentCat[0]['cat_id'], $link=TRUE)));


REPLACE WITH
CODE
$view_cat->assign("CURRENT_DIR",getCatDir($currentCat[0]['cat_name'],$currentCat[0]['cat_father_id'], $currentCat[0]['cat_id'], $link=TRUE));


This code is from previous versions. 3.0.14 causes html entities issue if more than one level of categories because of links. Html tag marks are changed to html entity.

Latest product - there is a new class for products where height of the particular product box is 100 pixels. This is the 'problem', you have to increase this value.

layout.css
QUOTE
.latestProds {
float: left;
text-align: center;
width: 131px;
height: 100px;
}
Tweakservers
thanks convict, that fix the second error. How about the first issue about the images being crossing each other at the homepage which does not happen before the upgrade?
convict
QUOTE(Tweakservers @ Nov 1 2006, 07:16 PM) *
thanks convict, that fix the second error. How about the first issue about the images being crossing each other at the homepage which does not happen before the upgrade?
just updated my prevous post...
Tweakservers
QUOTE(convict @ Nov 2 2006, 02:19 AM) *
QUOTE(Tweakservers @ Nov 1 2006, 07:16 PM) *

thanks convict, that fix the second error. How about the first issue about the images being crossing each other at the homepage which does not happen before the upgrade?
just updated my prevous post...


Thanks!!! That fix all the issues..
BearyCountry
Thanks convict. That part works perfect now. Now if only I could get the USPS problem figured out. Have a wonderful day. smile.gif
Al
I'm working on this now and I'll update the release in about 20 mins.
Al
Convits advice is terrific but not 100% correct:

Open includes/content/viewCat.inc.php

SEARCH FOR
CODE
$view_cat->assign("CURRENT_DIR",validHTML(getCatDir($currentCat[0]['cat_name'],$currentCat[0]['cat_father_id'], $currentCat[0]['cat_id'], $link=TRUE)));


REPLACE WITH
CODE
$view_cat->assign("CURRENT_DIR",getCatDir(validHTML($currentCat[0]['cat_name']),$currentCat[0]['cat_father_id'], $currentCat[0]['cat_id'], $link=TRUE));


Both the quick upgrade archive and main download archive have just been upgraded with this change and hight of 120px to the new CSS class.
convict
Oh yes, valid category name blushing.gif , just noticed similar update in category box code sorcerer.gif
Excalibur3109
I too had the second error that Tweakservers had and fixed via convicts post, but now I have another 1 and it concerns Internet Explorer. The Categories title gets hidden by the sub categories box but its only in IE. Tweakservers has the same problem with his categories though you can see some of his text you can't see any of mine (well I can't!!)

Can someone help us out please?




***Thanks to Arild for letting me know about it***

Page Error was Reported
mermaids
I'm experiencing a very similar problem but not quite the same. I'm getting the "Failed to add the package" error when going from step2 to step3 in the cart, before shipping selection. Any ideas?

www.mermaidsinthesack.net/cubecart/
bbartell
QUOTE(mermaids @ Nov 2 2006, 11:20 PM) *
I'm experiencing a very similar problem but not quite the same. I'm getting the "Failed to add the package" error when going from step2 to step3 in the cart, before shipping selection. Any ideas?

www.mermaidsinthesack.net/cubecart/



Ok, I've done Al's update and I still get the "Failed to add the package" error.
This error is after a download of the 3.0.14 package on 11/6.
Al, this error does not happen if I disable USPS shipping method.
GaryU
Brilliant, thanks for the fix biggrin.gif
Dee12
I too have upgraded and now all my products are doubled up. I have 2 of everything! When I go into my admin they are fine but on the site I have 2 lots of everything.

Any help would be grafeully appreciated.
digitl
QUOTE(Dee12 @ Nov 12 2006, 08:35 PM) *
I too have upgraded and now all my products are doubled up. I have 2 of everything! When I go into my admin they are fine but on the site I have 2 lots of everything.

Any help would be grafeully appreciated.



I have had a problem similar to this a few times. I recommend you check the CubeCart_cats_idx table in the database you are using.

It is likely that for whatever reason, you may have ended up with 2 entires for each product in these table.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.