socialengine: how to migrate SE3 plugins to SE4? - socialengine

I was purchased a socialengine plugin to manage my subscription plans named 'plugin subscription' and this plugin only supports SocialEngine v3+.
now i need to use the same plugin with my another social engine v4 site.how can i migrate the plugin which supports social engine 3 to socialengine 4.
Thanks in advance.

Sorry, you cant easy migrate from 3 to 4. Try to find SE4 version of this plugin, this is common way.

Related

How update a platform manager version of virto commerce

Is there a way to update a vc platform version from an azure setup? I can't update modules in the platform while it's version isn't the current one. I had storefront and platform installed in one web app. Any help is appreciated. Thanks!
unfortunately, this kind of deployment (both Platform and Storefront) on the same application, doesn't support updating platform through Azure deployment options.
To update platform you should repeat 4,5,6 steps from this article deployment-to-one-azure-application

WAS 6 to WAS 8.5 migration

I need to migrate my application to WAS 6.1 to WAS 8.5.5. I would need list of things to be taken care before migration and what are all the major changes involved.
I googled and sufficient informations I couldnt get. Can some one please help me on this ?
One thing to do is to setup an eclipse with IBM WebSphere Application Server Migration Toolkit and then import your application source code (you may even analyse your binaries with Migration Toolkit for Application Binaries) in the workspace.
You then run Software Analyzer and select the Websphere Migration rules.

Liferay: Migrate Theme from 6.1 to 6.2

We want soon upgrade the portal from Liferay 6.1.30 GA3 to 6.2. The backend of portlets seem be simple to migrate. But the changes of theme technology is huge :) I mean the way to bootstrap is very welcome, but how is it with the migration of existing (6.1) theme?
Our theme based on standard Liferay 6.1 styled theme. However, I'm looking for some guideline how to migrate e.g. Liferay 6.1 classic theme to 6.2.
you can follow Liferay Portal 6.2 Developer's Guide
https://www.liferay.com/zh/documentation/liferay-portal/6.2/development/-/ai/alloyui-2-0-bootstrap-migration-liferay-portal-6-2-dev-guide-02-en
As you said themes between 6.1 and 6.2 changed a lot. You maybe will be able to migrate a theme from the two versions, but you maybe won't get full bootstrap power.
When migrating from 6.0 ,6.1 to the 6.2 usually you should consider to built a new theme and maybe also to re-design your template to follow "mobile-first" approach of bootstrap.
Source: Liferay Symposium (Italy) 2013

Require rally rest api jar built with java 5

I need rally-rest-api-1.0.2.jar which is built on JAVA 5? Does Rally provide this or do we need to build one ?
Thanks!!
Currently the Rally REST Toolkit for Java is built using Java 6. The latest version is 1.0.4. I don't think that the library itself is using anything specific to 6 but I'm not sure about its libraries (Gson and HttpClient). If you'd like to try all the source is available here. Please let the community know how it goes.

social engine upgrade theme

I have a project in social engine 3.x . I have upgraded it into social engine 4.x. I want to upgrade social engine 3.x old theme into social engine 4.x theme.
Social Engine 4 uses new way of handling templates, and a lot of stuff you got used to in SE 3.x - like Smarty parts and stuff, is handled differently. Copy a existing theme, rename it and start editing CSS and layout files of modules/widgets.
The New SE4 has an entirely new template engine. If you want to migrate, make sure you redesign the css and other files as the SE4 architecture.