Warning [2] Undefined array key "display_in_posts" - Line: 268 - File: inc/plugins/myshowcase/forum_hooks.php PHP 8.4.21 (Linux)
  1. errorHandler->error

    /inc/class_error.php:163

  2. errorHandler->error_callback

    /var/www/vendor/sentry/sentry/src/ErrorHandler.php:354

  3. Sentry\ErrorHandler->handleError

    /inc/plugins/myshowcase/forum_hooks.php:268

  4. MyShowcase\Hooks\Forum\showthread_start

    /inc/class_plugins.php:197

  5. pluginSystem->run_hooks

    /showthread.php:473

What is my application OAuth2 Redirect URL ? - ougcNetwork

When configuring your application OAuth2 settings you must specify at least one URI for authentication to work.

.jpg oauth2uri.jpg (Size: 18.94 KB / Downloads: 505)

The URL for this setting should be similar to the following:

Code:
https://localhost/xmlhttp.php?action=ougc_discord_connect

Where localhost is your forum URL (including domain, subdomain, or sub directory). Some examples are found below:

Code:
https://domain.com/xmlhttp.php?action=ougc_discord_connect
https://forum.domain.com/xmlhttp.php?action=ougc_discord_connect
https://domain.com/forum/xmlhttp.php?action=ougc_discord_connect
https://sub.domain.com/forum/xmlhttp.php?action=ougc_discord_connect

Additional URIs are not required for this plugin.