i have a problem. Nothing happens when it comes to profile fields.
Joomla 3.9.13, JomSocial 4.7.6, Community Builder 2.4.2, PHP 7.1.28, MySQL 5.5.64-MariaDB
eminem08 Hi,
I've fixed this issue on your site. Please check.
Open file administrator/components/com_community/models/migrators.php
administrator/components/com_community/models/migrators.php
Replace line 203 with this .', ' . $this->db->quoteName('options').' = '.$this->db->Quote(is_array($options) ? implode("\n", $options) : $options)
.', ' . $this->db->quoteName('options').' = '.$this->db->Quote(is_array($options) ? implode("\n", $options) : $options)
Hi,
could you please provide me FTP access detail. I need that for debugging purpose.
I saw there was internal server error message.
Regards
albertusputra just added.
eminem08 Hi Kindly Update the PHP settings of server as recommended here : https://documentation.jomsocial.com/wiki/JomSocial_4.4_System_Requirements
manhta It worked! Thanks!
Now I have a problem with friends. Only 25 friends were migrated, and there are thousands of them.
eminem08 Hi When i checked the ajax return from migration task, it said
{"status":"done","count":0,"countData":"1986","countLeft":"1986"}
That means 1986 friends have been migrated. Please check on your site.
manhta thanx!
Last problem: "profile views" This field has not been migrated. Why? I want this number to also be migrated. This is just one field, but it is very important!
eminem08 Hi Migrator works only for : User Avatars, User Covers, Profile Fields, Connections See here in Migration option http://prntscr.com/q3pl06
I am afraid it not work for the other fields, these are only fields supported at the moment.
Ninja But this is only 1 field, which is in CB and in your component. I think it is very easy to add this field to your migrator. This is only 1 value in the database.
Please add this field for migration or write a query for the mysql database, because this is just one value. I think it will not take much time.
Ninja I think this field should refer to the value "Profile Fields"
profile views not part of profile field. that statistics data at CB. jomsocial migrator not migrated that profile views number.