ChatPion - Facebook & Instagram Chatbot,eCommerce,SMS/Email & Social Media Marketing Platform (SaaS)

XeroChat - Complete Messenger Marketing Software for Facebook v9.3.4 Untouched

No permission to download

pcrio2

Member
Oct 15, 2019
63
35
18
Anyone having this error message when adding a FB app?

An uncaught Exception was encountered
Type: Error

Message: Call to undefined method Social_apps::wp_social_sharing_exist()

Filename: /home/pcrio22/webapps/robo/application/controllers/Social_apps.php

Line Number: 41
 

EviL

Member
Feb 17, 2020
88
53
18
Anyone having this error message when adding a FB app?

An uncaught Exception was encountered
Type: Error

Message: Call to undefined method Social_apps::wp_social_sharing_exist()

Filename: /home/pcrio22/webapps/robo/application/controllers/Social_apps.php

Line Number: 41
same problem
 

EviL

Member
Feb 17, 2020
88
53
18
Anyone having this error message when adding a FB app?

An uncaught Exception was encountered
Type: Error

Message: Call to undefined method Social_apps::wp_social_sharing_exist()

Filename: /home/pcrio22/webapps/robo/application/controllers/Social_apps.php

Line Number: 41
i removed this line
$this->is_wp_social_sharing_exist = $this->wp_social_sharing_exist();
from Filename: /home/pcrio22/webapps/robo/application/controllers/Social_apps.php
it worked for me try it and tell me
 

EviL

Member
Feb 17, 2020
88
53
18
i removed this line
$this->is_wp_social_sharing_exist = $this->wp_social_sharing_exist();
from Filename: /home/pcrio22/webapps/robo/application/controllers/Social_apps.php
it worked for me try it and tell me
after all it will not work the php code has many proplems
 

EviL

Member
Feb 17, 2020
88
53
18
@Nguyenminhkt02 hello dude
this null has php code errors every where it's not functional please test your null first and dont waste this community time
@Tomz check this please
 

mjnhkha

Active member
Mar 12, 2019
101
23
28
Behind you
An uncaught Exception was encountered
Type: Error

Message: Call to undefined method Social_apps::csrf_token_check()

Filename: /home/oombaxqh/public_html/subdomain/fb.vietnote.net/application/controllers/Social_apps.php

Line Number: 308

Error when adding FB App ID

// $this->csrf_token_check();

it's working :D
 

edukaris

Member
Banned User
Apr 24, 2020
92
20
18
Seems we all have to wait, hope they do it soon. They have a great product but poorly developed.
 

edukaris

Member
Banned User
Apr 24, 2020
92
20
18
and add more premium addons to the SAAS version.Their paid their add ons are very expensive, for instance a single addon going for $99. People who submit such resources here need be appreciated. @Tomz please add a donation button to all resources. We need to appreciate some people here who are really uploading resourceful products.
 
  • Like
Reactions: Loneley

EviL

Member
Feb 17, 2020
88
53
18
and add more premium addons to the SAAS version.Their paid their add ons are very expensive, for instance a single addon going for $99. People who submit such resources here need be appreciated. @Tomz please add a donation button to all resources. We need to appreciate some people here who are really uploading resourceful products.
I Agree in babiato community they do lot of working to keep this community is the best ever
 
  • Like
Reactions: delean and edukaris

EviL

Member
Feb 17, 2020
88
53
18
to avoid login error invalid scopes : manage_pages, publish_pages while importing facebook account change flie application\libraries\Fb_rx_login.php
from line 139 to line 153
function login_for_user_access_token($redirect_url="")
{
$redirect_url=rtrim($redirect_url,'/');

$helper = $this->fb->getRedirectLoginHelper();
if($this->CI->config->item('facebook_poster_group_enable_disable') == '1' && $this->CI->is_group_posting_exist)
$permissions = ['email','manage_pages','publish_pages','pages_show_list','pages_messaging','public_profile','publish_to_groups','read_insights'];
else
$permissions = ['email','manage_pages','publish_pages','pages_show_list','pages_messaging','public_profile','read_insights'];


$loginUrl = $helper->getLoginUrl($redirect_url, $permissions);

return '<a class="btn btn-block btn-social btn-facebook" href="'.htmlspecialchars($loginUrl).'"><span class="fab fa-facebook"></span> ThisIsTheLoginButtonForFacebook</a>';
}


and replace with

function login_for_user_access_token($redirect_url="")
{
$redirect_url=rtrim($redirect_url,'/');

$helper = $this->fb->getRedirectLoginHelper();

if($this->CI->config->item('facebook_poster_group_enable_disable') == '1' && $this->CI->is_group_posting_exist)
$permissions = ['email','pages_manage_posts','pages_manage_engagement','pages_manage_metadata','pages_read_engagement','pages_show_list','pages_messaging','public_profile','publish_to_groups','read_insights'];
else
$permissions = ['email','pages_manage_posts','pages_manage_engagement','pages_manage_metadata','pages_read_engagement','pages_show_list','pages_messaging','public_profile','read_insights'];

$loginUrl = $helper->getLoginUrl($redirect_url, $permissions);

return '<a class="btn btn-block btn-social btn-facebook" href="'.htmlspecialchars($loginUrl).'"><span class="fab fa-facebook"></span> ThisIsTheLoginButtonForFacebook</a>';
}


because manage_pages, publish_pages deprecated in facebook api v7
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu