0

While Installing the sfDependentSelectPlugin-0.1.6, we find a notice like:

[[[no release available for plugin "sfDependantSelectPlugin" in state "stable"]]]

Is it a normal notice? or we have to do something to resolve it before continuing to develope it?

Thx :)

LJme
  • 81
  • 1
  • 4
  • 12

1 Answers1

2

It is normal notice, this plugin have only alpha version, this is why you have this notice. I install it using NetBeans :

 symfony plugin:install  sfDependentSelectPlugin --release="0.1.6" 

Check this

denys281
  • 2,004
  • 2
  • 19
  • 38
  • thx, it's operational now but i found a second problem: While using it, my second list doesn't load any information relative to the first. i followed the tutorial existing in : http://www.symfony-project.org/plugins/sfDependentSelectPlugin – LJme Apr 29 '11 at 11:19
  • thx, it's operational now but i found a second problem: While using it, my second list doesn't load any information relative to the first. i followed the tutorial existing in : http://www.symfony-project.org/plugins/sfDependentSelectPlugin can i know why? or what i have to modify?? – LJme Apr 29 '11 at 11:21
  • Can yuo tell more about "list"? – denys281 Apr 29 '11 at 20:16
  • I have a list which shows all public_sectors, the second list load all parent_sectors related to the first. that means that parent_sectors(id_par_sect,id_pub_sect, name...) depend on what we select in Public_sectors(id_pub_sect,name...) – LJme Apr 30 '11 at 23:58
  • Sorry,I can not help you with this ( – denys281 May 06 '11 at 07:47