Andy's PHP Knowledgebase using MySQL is a database driven Web Application for storing, searching and updating article content for a knowledgebase. Andy's PHP Knowledgebase is easily customized and has potential for a variety of creative uses.
License
GNU General Public License version 2.0 (GPLv2)Follow Andy's PHP Knowledgebase
Other Useful Business Software
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
-
no progress. i'm off....
-
i found an error in login (in production it cause White page) ad row 29 of login.php you have $u = escdata(xss_clean(($_POST['username'])); and it shoul be $u = escdata(xss_clean(($_POST['username']))); in this way it works fine. enjoy UPDATE another error Call to undefined function newmyql() in /var/www/kb/pending.php on line 7 in pending.php row 7 you have $mysqldb = newmyql(); must be $mysqldb = new mysql(); enjoy (today i'm feel bug hunter :) )
-
As mentioned below, install goes fine but the login page is blank.
-
I got it installed successfully (of which it advises me when I finished the install procedure) but the login screen isn't there. When it goes to login.php, nothing appears. No errors, no endless loading, just a quick load and then a blank page. Same with register link. Can't really rate it as it doesn't want to load. Any thoughts on what might be the problem? There seems to be no way to receive support, either, so here I am asking in a review... Will fix the rating if my issue can get resolved.
-
Thanks for Aphpkb, it's good!