-
Debugging SSO
How to troubleshoot 3rd party SSO from your localhost setup. Get the 3rd party SSO configuration from GDN_UserAuthenticationProvider. Insert these information in your GDN_UserAuthenticationProvider table. Enable the proper SSO plugin. Edit your /etc/hosts and add the domain name of the 3rd party like so: 127.0.0.1…
-
General Development Troubleshooting
These are some generic tips for addressing problems during an upgrade or installation. Delete cache/addon.php so that the plugin and theme mapping rebuilds itself on the next page load. Set $Configuration['Debug'] = true; in your conf/config.php to reveal full error messages. Remember to remove it when you are done. Clear…