By Vitaliusdfox on Thursday, 07 January 2016
Posted in Groups
Likes 0
Views 1.1K
Votes 0
Hello. I have a problem with this function. When i try it i get
Parsererror
There was an error loading content.

http://i.imgur.com/RbJGctB.png
Can you help me?
All access data in hidden section.
Okay, after spending several hours troubleshooting this, your plugin RokSprocket is generating this error on the back end:


<br /> <b>Notice</b>: Array to string conversion in <b>/var/www/vitaliusdfox/data/www/lulzbay.ru/libraries/joomla/filter/input.php</b>


This is causing the assigning of ownership to fail. As soon as I disable the "System - Roksprocket" plugin it works fine.

I have switched off the error reporting in Joomla's Global Configuration and the errors are not generated by the System - Roksprocket plugin any longer but it's best to check with these guys about these errors.
·
Sunday, 10 January 2016 15:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I've tried to change the owner of the TbMA group and there is no error: http://screencast.com/t/J2A1iQz9B and I can't find the other 2 groups you mentioned.
·
Thursday, 07 January 2016 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Error apears after you choose new owner.
The other two was not groups but users. Old owner and new owner i want to see.
"Finsterkeit" -> "Elhechizo"
·
Thursday, 07 January 2016 15:59
·
0 Likes
·
0 Votes
·
0 Comments
·
1. I am hitting error when trying to update EasySocial to the latest version, http://screencast.com/t/lqEAXXdpG . Looks like your DB user has no access to some tables?

2. The ftp access which you provided isn't working.

3. Kindly please set a domain for your EasySocial license at http://stackideas.com/dashboard
·
Thursday, 07 January 2016 22:35
·
0 Likes
·
0 Votes
·
0 Comments
·
1. I think i fixed access to tables. I updated easysocial, but problem still here.
2. FTP turned on. now you can access.
3. Done.

Now with updated easysocial i got error in my custom app.
"Fatal error: Call to a member function GetFieldValue() on a non-object in /var/www/vitaliusdfox/data/www/lulzbay.ru/media/com_easysocial/apps/user/teamspeakuserupdate/teamspeakuserupdate.php on line 28

After user update his profile there is trigger "onUserProfileUpdate" and it wont work anymore. line 28:
     $olduin = $my->GetFieldValue('TEXTBOX-1')->{"raw"};                             //take his old uin

I used dump($my); and it have null data. so it seems userprofileupdate trigger wont get curent user info anymore.
·
Friday, 08 January 2016 05:55
·
0 Likes
·
0 Votes
·
0 Comments
·
I can't make any changes with the provided ftp user access. I was trying to modify the file /administrator/components/com_easysocial/themes/default/users/default.php . Please check the ftp user's permission

As for your custom app, I am sorry but we do not provide support for 3rd party / custom apps. You should contact your web developer who worked on the app. Should you require any additional assistance on custom apps, please contact https://crm.stackideas.com for a quote.
·
Friday, 08 January 2016 12:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Allways forgot to set permisions. Fixed that.

For custom app i settle it. I found that
/components/com_easysocial/controllers/profile.php
line 166~
		ES::apps()->load(SOCIAL_TYPE_USER);
//dump($my);
$dispatcher = FD::dispatcher();
$args = array(&$my, &$fields, &$data);

// @trigger: onUserProfileUpdate
$dispatcher->trigger(SOCIAL_TYPE_USER, 'onUserProfileUpdate', $args);

$my is null
so i fixed it like this

ES::apps()->load(SOCIAL_TYPE_USER);
//dump($this->my);
$dispatcher = FD::dispatcher();
$args = array(&$this->my, &$fields, &$data);

// @trigger: onUserProfileUpdate
$dispatcher->trigger(SOCIAL_TYPE_USER, 'onUserProfileUpdate', $args);

and it worked!

About group need to change owner. They just delete and create it again. but problem still here and we can't change owner of other groups. You can test it on group "Music Bot" and give it to new owner "test"(username).
·
Friday, 08 January 2016 17:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Now I can't access the ftp at all This is my screen shot here, http://screencast.com/t/7F0FYaWnfEk
·
Saturday, 09 January 2016 13:44
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm very sorry. But it looks like my ftp server went down unexpectedly. I hope i fixed that.
I don't use ftp I'm workin with ISP web panel, so if my ftp went down again may I provide you this access? Or you work only with ftp?
·
Saturday, 09 January 2016 17:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you. I will ask them.
You are the best.
·
Sunday, 10 January 2016 16:15
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Monday, 11 January 2016 13:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post