google not working with 2.1.3

google addon not working with 2.1.3 how can i fix it. please explain step by step. want to built google app in https://console.developers.google.com/ ????

Comments

  • I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • its not working for me

  • whu606whu606 MVP
    edited October 2014

    @inno4du‌

    I know English is not your first language, but 'it's not working' is not enough information.

    1. Say what you have done
    2. Say what is not working
  • yes my first language is not english
    i have done every thing but google plus loging button not displaying.
    if i enable this addon my side panel not working

  • We really can not help you, unless you tell us what kind of error messages you get.

    put this in your /conf/config.php

    $Configuration['Debug'] = TRUE;
    

    and show us the error messages if you get any

  • EspenTEspenT New
    edited October 2014
    FATAL ERROR IN: Gdn_PluginManager.TestPlugin();
    
    "The plugin folder was not properly defined."
    
    LOCATION: /var/www/tph/vanilla/library/core/class.pluginmanager.php
    

    970: // Include the plugin, instantiate it, and call its setup method
    971: $PluginClassName = ArrayValue('ClassName', $PluginInfo, FALSE);
    972: $PluginFolder = ArrayValue('Folder', $PluginInfo, FALSE);
    973: if ($PluginFolder == '')

    974: throw new Exception(T('The plugin folder was not properly defined.'));

    975:
    976: $this->_PluginHook($PluginName, self::ACTION_ENABLE, $Setup);
    977:
    978: // If setup succeeded, register any specified permissions

    BACKTRACE:
    [/var/www/tph/vanilla/applications/dashboard/controllers/class.settingscontroller.php 883] Gdn_PluginManager->TestPlugin();
    [/var/www/tph/vanilla/applications/dashboard/controllers/class.settingscontroller.php 883] SettingsController->TestAddon();
    [/var/www/tph/vanilla/library/core/class.dispatcher.php 350] PHP::call_user_func_array();
    [/var/www/tph/vanilla/index.php 46] Gdn_Dispatcher->Dispatch();
    
  • i cant understand this

Sign In or Register to comment.