Don't Saved

Issue #3 resolved
Ral Oliver created an issue

I follow this steps in readme, but does not saved when I put ao IDs and Keys. I tried input manually in the file OCSettings.php but doesn't worked too.

Comments (13)

  1. Ral Oliver reporter

    Thank you for your awser, but, where is this file? config/config.php or core/config.defaults.php ?

  2. Alex Golubtsov repo owner

    Could you show me your config.php? For sure you can remove all secret data, like database user, password etc.

  3. Ral Oliver reporter

    Thanks for your time man.

    <?php
    $config["esoTalk.installed"] = true;
    $config["esoTalk.version"] = '1.0.0g3';
    $config["esoTalk.database.host"] = 'localhost';
    $config["esoTalk.database.user"] = 'db_user';
    $config["esoTalk.database.password"] = '**********';
    $config["esoTalk.database.dbName"] = 'db_forum';
    $config["esoTalk.database.prefix"] = 'et_';
    $config["esoTalk.forumTitle"] = 'F贸rum';
    $config["esoTalk.baseURL"] = 'http://forum.dominio.com.br/';
    $config["esoTalk.emailFrom"] = 'do_not_reply@www.dominio.com';
    $config["esoTalk.cookie.name"] = 'Frum';
    $config["esoTalk.urls.friendly"] = true;
    $config["esoTalk.urls.rewrite"] = false;
    $config["BBCode.version"] = '1.0.0g3';
    $config["ReportBug.version"] = '1.0.0g3';
    $config["esoTalk.admin.lastUpdateCheckTime"] = 1391609918;
    $config["esoTalk.admin.welcomeShown"] = true;
    $config["skin.Default.headerColor"] = '#0ECE79';
    $config["skin.Default.bodyColor"] = '#FFFFFF';
    $config["skin.Default.bodyImage"] = false;
    $config["skin.Default.noRepeat"] = false;
    $config["esoTalk.language"] = 'Portugues Brasil';
    $config["esoTalk.forumLogo"] = false;
    $config["esoTalk.defaultRoute"] = 'conversations';
    $config["esoTalk.registration.open"] = '1';
    $config["esoTalk.registration.requireEmailConfirmation"] = '1';
    $config["esoTalk.members.visibleToGuests"] = '0';
    $config["esoTalk.conversation.editPostTimeLimit"] = -1;
    $config["esoTalk.enabledPlugins"] = array (
      0 => 'BBCode',
      2 => 'MemberNotifications',
      3 => 'Likes',
      4 => 'ChannelNotifications',
      5 => 'Profiles',
      6 => 'Gravatar',
      7 => 'OpauthConnect',
    );
    $config["MemberNotifications.version"] = '1.0.0g3';
    $config["Likes.version"] = '1.0.0g3';
    $config["ChannelNotifications.version"] = '1.0.0g3';
    $config["Profiles.version"] = '1.0.0g3';
    $config["Gravatar.version"] = '1.0.0g3';
    $config["plugin.Gravatar.default"] = '';
    $config["OpauthConnect.version"] = '2.0.1';
    $config["Attachments.version"] = '1.0.0g3';
    $config["Answers.version"] = '1.0.0g3';
    $config["plugin.Attachments.allowedFileTypes"] = '';
    $config["plugin.Attachments.maxFileSize"] = '';
    
    // Last updated by: raloliver (177.156.118.82) @ Wed, 05 Feb 2014 08:31:34 -0600
    ?>
    
  4. Mozammel Haque

    I'm having the same issue, the when I set parameters for facebook app id and secret, and press save, it doesn't save.

  5. Log in to comment