I have an application that works on a previous version of the WAMP stack.
There are couple of changes in Apache, which were not relevant when the application was on that stack, but now are. This also prevents the application to run on the current stack.
To get it working, I need the older version of WAMP stack. Any way I can download that? Or a suggested path to upgrade to newer versions of the WAMP stack?
Thanks
You can search for it in archive.org.
The file has the same url but it's not linked in the description page.
For example, now I need the dmg file of the version 3.0 of redmine, so I go to: https://web.archive.org/web/*/https://bitnami.com/stack/redmine/installer
And copy the url from the download link from a date prior to the launch of the 3.1 version.
Bitnami developer here. You can request the version of the stack that you want in the community forum of Bitnami. You have to create a new post and tell the stack and the version that you want. https://community.bitnami.com
I hope it helps.
Related
I had an opencpu application packaged in R, and installed locally and used by opencpu$browse(). It's been a while since I used this and after updating opencpu to the latest version, it doesn't recognise this function anymore and I can't find release notes referring to any changes. Has the opencpu design changed so that I have to have my package on github now or is there an alternative function I should use now?
OpenCPU 2.0 was released yesterday and the single-user server has changed bit. To start an app and open it you now need to use ocpu_start_app("user/repo") for example:
ocpu_start_app("rwebapps/nabel")
Or to open a locally installed app:
devtools::install_github("rwebapps/nabel")
ocpu_start_app("nabel")
The manual page ?ocpu_start_server has more examples and details.
When I try to install the SuiteCloud IDE on an Eclipse device, I'm getting this error:
Apparently this URL is incorrect. What's the correct URL? Or is there another issue?
Looks like they changed the link again, but the doc has not been updated.
The following link worked for me (notice the omission of "system.") :
http://netsuite.com/download/ide/update_18_2
For accounts with the 19.1 release, the following link works:
http://netsuite.com/download/suitecloud-sdk/ideplugin/eclipse/19.1
It looks like they changed the URL, but not the documentation. I have to use the following URLs.
http://system.netsuite.com/download/ide/update_16_2
http://system.netsuite.com/download/ide/update_17_1
URL changes ever year so correct URL is:
SuiteCloud IDE Site - https://system.netsuite.com/download/suitecloud-sdk/ideplugin/eclipse/21.1
For compatibility reasons, your IDE plug-in version must match the version of your NetSuite account.
For accounts on version 20.1, use:
https://system.netsuite.com/download/suitecloud-sdk/ideplugin/eclipse/20.1
You can check Netsuite version at bottom of home page
Example: Release 2020.1
Updated for 2022:
If you want to get the latest changes automatically every time the plug-in is updated, use:
https://system.netsuite.com/download/suitecloud-sdk/ideplugin/webstorm/latest/updatePlugins.xml
If your account is on version 2022.1, use:
https://system.netsuite.com/download/suitecloud-sdk/ideplugin/webstorm/22.1/updatePlugins.xml
This was pulled from the following documentation page on Oracle's site: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1529431804.html
I just installed red5 on my server, and the install seems to work fine. As you can see here: http://onelifemedia.com:5080
I got this far by using this walkthrough: http://www.webhostingtalk.com/showthread.php?t=1046590
The /demos page gives me a 404 error. So I logged onto the server, and checked to see if the "demo" directory was already there. It was not.
The applications that I installed were a directory up from the root directory. I'm not sure if this is right or not.
Either way, my end goal is to actually get something working besides the main page. If I can get the demos to work, then hopefully I should be well on my way.
I guess my questions can be broken down like this:
Does anyone know how to get the demos working?
Should I forget about the demos, and try to start writing my own code?
If I should write my own code, how should I go about installing it? Since the installer is not properly installing the demos.
Thanks
The tutorial is good but you dont need the admin app. Use the installer link in the tutorial and install the demo you want to use. The content of the "demos" directory is only the swf files used to access the server demos which you use the installer app to install. For instance , select "oflaDemo" and then from the main page navigate to demos/oflaDemo et voila.
I know I'm biased being a core developer, but we've attempted to make the server as ez as possible to use.
I could install demos from the latest svn trunk, Checkout the source, use ant&ivy to build and run the server and you can install two sample apps(oflaDemo and SOSample).
You may need to use ivy commands resolve some of the common issues during installations.
E:\dev\red5\java\server\trunk>ant ivyclear dist
()Red5 user mailing list may help you, because this is not exactly problem with Red5 source.
()http://stackoverflow.com/questions/11156222/red5-demos-not-working/11935532#11935532
I could resolve the issue based on the information in Red5 users mailing list and comments by Mr.Mondain in one of the posts in Stackoverflow
I have a Magento store running on 1.3.2.4 and the client wants to give the site a facelift. Would it be better to stay with the current version and just modify the current version or should I migrate to a newer version?
Additionally, is it possible to backup the existing store on ver. 1.3.2.4 and just do a fresh install of a newer version and restore?
Upgrading from 1.3.x to 1.6.x will not be as straight forward as you may think.
My suggestion is to setup a copy of your existing site, and attempt the upgrade BEFORE a redesign. Unless your client is okay with staying with the same version of Magento.
You can also create a copy of the database and upload the latest version of Magento, you'll then need to copy over your app/etc/local.xml file from your installation and modify it to use your duplicate database.
More reading:
http://www.nicksays.co.uk/2010/03/fool-proof-magento-upgrades/
http://magentoexpert.com/upgrading-magento-from-1-3-2-4-to-1-5-or-1-6/
http://www.magentocommerce.com/boards/viewthread/263068/#t355374
Would it be better to stay with the current version and just modify the current version or should I migrate to a newer version?
Modify the current version unless your client can pay you to perform the upgrade.
Additionally, is it possible to backup the existing store on ver. 1.3.2.4 and just do a fresh install of a newer version and restore?
Of course.
A bunch of stuff changed in 1.4 with regards to the layout/design system. We had to change several things to get the update right so I'd suggest you upgrade first.
I am using magento 1.5 version for my project. I had 1.4 version installed in my localhost. i tried this extension
http://www.magentocommerce.com/magento-connect/Unirgy/extension/956/google-maps-store-locator
and i installed in 1.4 its working fine .
i cant install in 1.5 ( live server) bcoz the extension will not support 1.5
so i copied files from 1.4 to 1.5 live server.
it was not displaying map. but the outer structure and fields are coming
Please help us to resolve this issue
Contact Unirgy (the maker of the extension) and ask if they are going to update it to work with recent versions. Perhaps you can persuade them to.