Packages Don't work in 5.5.1

Permalink
I am building a site with the new 5.5.1 version. I uploaded a new block into the packages directory and it is not recognized as waiting to be installed.

How do I fix this?

Thanks.

Veronikan
 
kdyer replied on at Permalink Reply
kdyer
In the controller.php file, does your file have (YMMV):
protected $appVersionRequired = '5.4.0';
     protected $pkgVersion = '1.0.1';


HTH,

Kent
Veronikan replied on at Permalink Reply
Veronikan
It's an older block...

protected $pkgHandle = 'michaelg_power_slider_lite';
     protected $appVersionRequired = '5.3.3.1';
     protected $pkgVersion = '1.1.1';
Veronikan replied on at Permalink Reply
Veronikan
Actually I don't understand what you're saying, I'm not php coder.

How do I need to edit that bit?

I need to use both of these and neither work:

Sortable Fancybox gallery
http://www.concrete5.org/marketplace/addons/sortable-fancybox-galle...
Power Slider Lite
http://www.concrete5.org/marketplace/addons/power-slider-lite/...

Please help.
andrew replied on at Permalink Reply
andrew
Can you upload the folder you're placing in the packages directory to a message in this thread? I'm wondering if what you're placing in the packages/ directory isn't in the right format.