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?
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?
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?
did you go to add functionality and hit update?
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?
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.
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.
what addons specifically
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.
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
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
seems your update might have gotten corrupted,
download c5.4.1.1 and upload the /concrete directory to /updates/concrete5.4.1.1
download c5.4.1.1 and upload the /concrete directory to /updates/concrete5.4.1.1
It's already there.
yea, i know, overwrite it, some files may be missing or corrupted
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.
I solved dashboard error in line 222 by checking $rpkg in install.php
Attached install.php to be copied into
single_pages/dashboard
$rpkg = MarketplaceRemoteItem::getByHandle($pkg->getPackageHandle()); if($rpkg){ $i++;
Attached install.php to be copied into
single_pages/dashboard
the creator may have forgotten to update the version number in the controller