Can't Download Latest Versions of Add-ons & Themes

Permalink
I can't download the latest versions of add-ons from my license area. Are we now having to re-purchase each add-on for the latest version of add-ons and themes? How do I get the latest version of something?

PineCreativeLabs
 
Mnkras replied on at Permalink Reply
Mnkras
it should always be the latest version of the addon,

the creator may have forgotten to update the version number in the controller
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
It does the same thing in multiple add-ons and themes that have been updated. One of the creators said they uploaded the latest version, but I downloaded it multiple times - it remained at the previous version. I tried everything - refreshing pages, clearing cache, even re-booting my computer. Still nothing changed.

I'm sure I'm not the only one having this problem. If anyone else is, please reply to this.

ALSO... I added a new theme to the marketplace a while ago, but I haven't seen anything new added to the marketplace in a long while. What's going on?
Mnkras replied on at Permalink Reply
Mnkras
did you go to add functionality and hit update?
Tony replied on at Permalink Reply
Tony
if you connect the site to concrete5.org, assign the license to that site, and update through your dashboard, does it have the same issue?
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
Yes, it does. Doesn't show any way to update an add-on after being assigned to a project.

It seems that we should be able to just download the latest version of an addon or theme from the licenses page in our account area. Right now, it appears that we can only download the version that it was at when we bought it.
Mnkras replied on at Permalink Reply
Mnkras
what addons specifically
frz replied on at Permalink Reply
frz
no that should work, are you getting this on more than one add-on, or just one specific one? Its possible the version number within that add-on isn't behaving.
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
Ok, I tried another one, and it found a later version. However, now it's giving me an error message:

Fatal error: Call to a member function getRemoteURL() on a non-object in /home/audiobu1/public_html/beyondbrad.com/updates/concrete5.4.1.1/concrete/single_pages/dashboard/install.php on line 222
Mnkras replied on at Permalink Reply
Mnkras
seems your update might have gotten corrupted,

download c5.4.1.1 and upload the /concrete directory to /updates/concrete5.4.1.1
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
It's already there.
Mnkras replied on at Permalink Reply
Mnkras
yea, i know, overwrite it, some files may be missing or corrupted
tbcrowe replied on at Permalink Reply
tbcrowe
It may have been user error, but I had a user report a similar problem earlier this week with tcPhotoGallery. I ended up having to assign him a new license.
hanicker replied on at Permalink Reply 1 Attachment
hanicker
I solved dashboard error in line 222 by checking $rpkg in install.php

$rpkg = MarketplaceRemoteItem::getByHandle($pkg->getPackageHandle());
         if($rpkg){
            $i++;


Attached install.php to be copied into
single_pages/dashboard