Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

3.0 Upgrade to 3.2.1.5

9 years 4 months ago
  • David Martin's Avatar
    Topic Author
  • David Martin
  • Visitor
  • Thank you received: 0
Licenses:

Greetings,
I need to upgrade my JomSocial version from 3.0 to 3.2.1.5, the latest version. I think I remember reading something that says you need to upgrade from one version to the next rather than skipping a version or versions. Could someone tell me the process of doing all of this and where I get the intermediate version or versions if there are any?
Please try and be descriptive in your directions or if possible, make arrangements for one of you pro's to do it for me.

thanks,

David Martin
This email address is being protected from spambots. You need JavaScript enabled to view it.

9 years 4 months ago
  • Dimas Tekad Santosa's Avatar
  • Dimas Tekad Santosa
  • Visitor
  • Thank you received: 0
Licenses:

Hi David,

You can do update directly to the latest version, and in case if you found some database issue you should apply this query via phpmyadmin:

-- --------------------------------------------------------

--
-- Table structure for table `#__community_activities_assets`
--

CREATE TABLE IF NOT EXISTS `#__community_activities_assets` (
  `activity_id` int(11) NOT NULL AUTO_INCREMENT COMMENT '#__community_activities.id',
  `type` varchar(50) NOT NULL COMMENT 'What kind of this asset',
  `data` text NOT NULL COMMENT 'Stored in json string',
  `params` text NOT NULL COMMENT 'Reserve purpose',
  PRIMARY KEY (`activity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `#__community_activities_withs`
--

CREATE TABLE IF NOT EXISTS `#__community_activities_withs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `activity_id` int(11) NOT NULL COMMENT '#__community_activities.id',
  `created` datetime NOT NULL,
  `user_id` int(11) NOT NULL COMMENT 'Which user is following',
  `type` varchar(50) NOT NULL COMMENT 'What kind of this follow',
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table use for link users into each activity';

ALTER TABLE `#_community_wall` ADD `params` TEXT NOT NULL;
ALTER TABLE `#_community_blocklist` ADD `type` VARCHAR(50) NOT NULL ;

change prefix "#__" with your own prefix table.

thank you
Dimas

9 years 3 months ago
  • David Martin's Avatar
    Topic Author
  • David Martin
  • Visitor
  • Thank you received: 0
Licenses:

Mr. Santosa,
Thank you again.

David

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW