Wampserver3 - How to add an old PHP version - wampserver

I just upgrade to wampserver3.0.4 to get php5.6, php7 and new functionalities but I got some projects in 5.2 (upgrade php is not a possibility)
There is no more the button 'get more' in php version and I can't figure how I can add my old 5.2 version to my panel.
Any suggestions?

Related

Grails upgrade from 2.4 to 4.0

We have a web application running on Grails 2.4 and wish to upgrade to 4.0 so that we will get upgraded to latest spring dependencies . What is the best way to upgrade and below are our questions
Upgrade to 3.0 and then upgrade to 4.0
Directly upgrade to 4.0.
Any step by step document as official documentation is not proper.
Upgrade to 3.0 and then upgrade to 4.0
For most applications there would not be a good reason to upgrade to 3.0 as an intermediary step. It will take the same amount of effort to go from 2 to 4 as it would take to go from 2 to 3.
Directly upgrade to 4.0.
That is what I would do.
Any step by step document as official documentation is not proper.
The user guide is open source and contributions are welcome. After you have completed your upgrade if you would like to share it back, please consider submitting pull requests to https://github.com/grails/grails-doc.

Prestashop 1.6 : updating version Bootstrap

I'm working in Prestashop 1.6 and I notice that it using the Bootstrap version 3.0.0 and I would like to update at the last version 3.3.4.
How should I do this?
Do I need to update manually the folder bootstrap_lib?
(I use Mac OSX and the terminal)

How to update a phone gap-app (iOS)

I have a working app, which I created a year ago - because its always difficult to update the app I waited for almost a year (bad idea)
Now that a lot has changed over the last few months I don't know where to start. And the Cordova-Website isn't very precise about that as well
I have xcode 5.1.1 and I guess Cordova 2.9 (I don't know exactly, so maybe you could tell me, how I get Info about my version)
Do I have to update my project from 2.9 to 3.0 to 3.1.0 to ...3.4.0
or is there a way to update it from 2.9.0 to 3.4.0 in one step?
After upgrading to 3.0 it's easy to upgrade to 3.4 using the cli. Simply use the command:
"cordova platform update ios".
See here for getting to 3.0: http://cordova.apache.org/docs/en/3.4.0/guide_platforms_ios_upgrading.md.html#Upgrading%20iOS
You could also simply create a new project with 3.4 and copy your relevant files from /www/ into it.

netbeans - plugins require HTML Editor Library to be installed

I am attempting set up Netbeans 7.1 as my RoR editor. When trying to install plugins I get the following error:
Some plugins require plugin HTML Editor Library to be installed. The
plugin HTML Editor Library is requested in version >= 1.21 (release
version 1) but only 2.0.1 (of release version different from 1) was
found. The following plugin is affected:       
Embedded Ruby (RHTML)
I looked for this HTML plugin so I could install it but I can't seem to find it anywhere.
It seems that the Ruby on Rails plugin has some problem (i.e. does not support) Netbeans 7.1 and 7.2. But it works with version 6.9 and 7.
Reference: http://plugins.netbeans.org/plugin/38549/ruby-and-rails
If I'm not wrong this is the lovely 207075 from the bugtracker: https://netbeans.org/bugzilla/show_bug.cgi?id=207075
In fact there's a workaround for this issue:
http://blog.enebo.com/2012/01/workaround-for-ruby-support-on-netbeans.html
good luck.
If you want to install it on a newly downloaded Netbeans (7.1 in my case), you should first go to Tools > Plugins, select Updates Tab and install the updates. Then, after restart, you'll go to the mentioned above Plugins, and now you will able to install all the required updates (HTML Editor will be among them.)
Lastl thing, as #skripted already mentioned, just install the plugin by following the instructions on this page.

how to configure netbeans for ruby on rails?

how to configure netbeans for ruby on rails ?
Update: Netbeans has dropped support for ruby, unfortunately.
The netbeans documentation has sections on that matter:
http://netbeans.org/kb/docs/ruby/setting-up.html
http://netbeans.org/kb/docs/ruby/rails-quickstart.html
Additional info. On Apache NetBeans IDE 11.1 it will work!! (latest version as of 2019)
You need to get a copy of org-jdesktop-layout-RELEASE82.nbm and install it first.
I found it in this directory on the bits.netbeans.org release site:
http://bits.netbeans.org/nexus/content/groups/netbeans/org/netbeans/api/org-jdesktop-layout/RELEASE82/
After it is installed, follow the directions above from Marcos Riveros and you should be good to go.
Google suggests:
http://wiki.netbeans.org/RubyOnRails
http://thoughtmining.blogspot.com/2007/03/installing-netbeans-with-rubyrails.html
Currently, if you download Netbeans 7.0.1 (not the latest), you can use Tools->Plugins to open the Plugins window. Click on "Available Plugins" and search for "Ruby on Rails". Select it, and click install.
Unfortunately, the current version of Netbeans, 7.1, will not offer the Ruby on Rails plugin to you on the Available Plugins tab. The following blog post gives some hope that it will eventually be there:
http://blog.enebo.com/2012/01/workaround-for-ruby-support-on-netbeans.html
In the meantime, use 7.0.1.
Try install plugins manually:
1. Download and unzip the plugins for you netbeans http://plugins.netbeans.org/plugin/38549/ruby-and-rails
2. Click to tools->plugings->Downloaded, add path-to-pluging-downloaded.
Firts install the jar plugins (org-jruby-jruby.jar) and second install the pluging *.nbm.

Resources