Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2016-08-26 10:48:43

riosinergic
Member
Registered: 2016-08-26
Posts: 1

[HELP] GCM REG ID not update in settings.php Android App

Please Help me senpai,

my phone not showing any chat or pending chat, just 3 tabs with blank screen sad 
i already register with google sender ID.

my setting.php after register with google sender ID

[== PHP ==]
<?php 
 return array (
  'google_api_key' => 'AIzaSyAeuzXn29YybxGtdSgUAhKl2w9a-HeeIco',
  'gcm_reg_id' => 
  array (
    ),
) 
 ?>


I am using Xampp for my server livehelperchat ( Windows )
Xiaomi redmi note 2 ( Android Phone )

this my configurantion :

gcm folder on =  extension/gcm
my server link = http://localhost/lhc_web/index.php/site_admin
my login in android = http://myserverip/lhc_web/index.php/site_admin
my setting.ini.php

[== PHP ==]
<?php
 return array (
  'settings' => 
  array (
    'site' => 
    array (
      'title' => 'Live helper Chat',
      'site_admin_email' => '',
      'locale' => 'en_EN',
      'theme' => 'defaulttheme',
      'installed' => true,
      'secrethash' => '7c9a8835f8',
      'debug_output' => false,
      'templatecache' => true,
      'templatecompile' => true,
      'modulecompile' => true,
      'force_virtual_host' => false,
      'one_login_per_account' => false,
      'time_zone' => 'Asia/Jakarta',
      'date_format' => 'd-m-Y',
      'date_hour_format' => 'H:i:s',
      'date_date_hour_format' => 'Y-m-d H:i:s',
      'default_site_access' => 'eng',
      'maps_api_key' => false,
      'extensions' => array ( 0 => 'gcm' ),
      'available_site_access' => 
      array (
        0 => 'eng',
        1 => 'lit',
        2 => 'hrv',
        3 => 'esp',
        and other....
        ?>

please help me senpaiii

Last edited by riosinergic (2016-08-26 11:37:19)

Offline

Board footer