PHPKB 9.5 UPGRADE STEPS: Generate the backup of your existing PHPKB (v6.x / v7.x / v8.0 / v9.0) Database. Create a new database on your server and import the backed-up database (you have taken Step 1 ). Upload the version 9.5 package to your... Read More
Problem I have installed the SAML Single Sign-On (SSO) Plugin, and I am trying with an account that already exists and it is still throwing the error. I have tried with two different accounts that already exist with the same error. What can I try... Read More
How to configure Auth0 as an OAuth provider in PHPKB knowledge base software? In this tutorial, you will learn how to configure Auth0 as OAuth Provider with PHPKB OAuth plugin. PHPKB OAuth Authentication Plugin The OAuth 2.0... Read More
In this article, we will guide you with steps on how to configure Azure AD with the SAML Single Sign-On (SSO) Plugin of PHPKB knowledge base software. Configuring Azure AD with SAML SSO Plugin You need to be logged in to the admin control panel of... Read More
How to configure Google as an OAuth provider in PHPKB knowledge base software? In this tutorial, you will learn how to configure Google as OAuth Provider with PHPKB OAuth plugin. PHPKB OAuth Authentication Plugin The OAuth 2.0... Read More
There is a facility to bulk load (import) users in your knowledge base powered by PHPKB Software. You can bulk import users into PHPKB through the CSV Import section that can be accessed via: Admin Dashboard > Tools > Import Data > CSV... Read More
To migrate/move PHPKB database to a new server, first of all, you would need to know the database type i.e. whether you have been using PHPKB Edition that works with MySQL / MariaDB or Microsoft SQL Server. Note: In case you have no idea which one... Read More
This article explains how one can associate Base Language articles with other languages. This feature is only available in the latest update of version 9.0. How to use this feature: First of all, you will need to set one of the languages as "Base... Read More
Problem We have 12 articles marked as Featured. But when I go to our home page and click to see Featured articles, I only see 5. Solution You may need to adjust a setting to display the desired number of articles on the Home page. Here are the... Read More
Yes, you can upgrade Oracle MySQL version from 5.7.x to 5.8.x OR 8.x (but there is a prerequisite – PHP does not support MySQL 8.x’s caching_sha2_authentication method yet and you would have to use mysql_native_password method) and here... Read More