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
Steps - Finding the exact location of php.ini configuration file: Login to Administrator Control Panel as Superuser. Go to Tools > Manage Settings > Miscellaneous tab > File Upload Settings section > php.ini Configuration and click View... Read More
PROBLEM: I am attempting to get a large handful of articles. But I am finding this to be a very daunting task. I need to be able to upload a lot of files at once to an article "Multiple File Uploads" can this be done somehow? SOLUTION: Under... Read More
If you're planning to perform the upgrade on your existing knowledge base version 6.x / 7.x / 8.0 to PHPKB 9.0 then please follow the steps as explained below. UPGRADE STEPS: Generate the backup of your existing PHPKB (v6.x / v7.x / v8.0) Database.... Read More
This section provides a tutorial example on how to install and configure PHP OpenSSL extension/module with IIS on Windows via PHP Manager. STEPS - How to do: Open Internet Information Services (IIS) Manager , expand < Your-Server-Name >... Read More
This issue usually encounters when max_allowed_packet has very low value than the data you submitted via query. This can be fixed by increasing max_allowed_packet variable value so it is recommended to edit this variable through /mysql/bin/my.ini ... Read More
Problem: I have enabled SEO Friendly URLs setting in PHPKB (as shown below): Also verified that Apache mod_rewrite module was loaded: but still no luck. I get 404 not found error: Solution: Check in your VirtualHosts (and then... Read More
PROBLEM: When I upload an image or video file I get "The File Type is not allowed" error (see image below): Can you help me to solve the problem? SOLUTION: The files that are uploaded via Asset Manager of WYSIWYG Editor are controlled through:... Read More
Please follow the instructions given below to turn off the MySQL Strict Mode. The latest versions of PHPKB Knowledge Base Management Software does not require MySQL Strict Mode to be turned OFF. It was a requirement for older versions (version 8 or... Read More
Here are the steps - how to upgrade from PHPKB 7.x to 8.0. STEPS: Take Backup : Create a backup copy of your current database that is being used by PHPKB 7.x. Unzip Upgrade Package : Unzip the contents of upgrade package downloaded. You will... Read More