Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

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

  • Options

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

  • Options

    its not working for me

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... 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
  • Options

    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

  • Options

    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

  • Options
    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();
    
  • Options

    i cant understand this

Sign In or Register to comment.