Hello all,
I am new here. Hoping someone out there smarter than me has this answer. I attempting to install KBpublisher demo so that we cab create an Inhouse knowledge base. I have attached some screenshots as well as my PHP INI file. I am hoping someone can tell me why KB Publisher says this isnt installed. (Well I know its because of the PHP error log)
But whats causing that?
Thanks all
Edit… BTW, I am using IIS with windows XP
In your php.ini file your currently have an extra extension line which doesn’t need to be there, see the below for the changes you need to make
[COLOR=Red]extension=msql.dll[/COLOR] [SIZE=1]// REMOVE THIS LINE[/SIZE]
extension=php_mysql.dll
Also a quick mention about the following line
zend_extension = "C:\\PHP\\ext\\ioncube_loader_win_5.2.dll"
Normally this goes at the end of the php.ini file to avoid library conflicts, i would highly recommend you move it.
So while I was waiting for your reply, I decided to install WAMP. Didnt like it, So I removed it and reinstalled IIS and PHP and everything worked fine…
So first of all, if you can tell me why everything works after installing WAMP, that would be good.
But… I have yet a different problem now…
On my server the webpage loads fine. But on my clients it does not. I have attached screenshots of the 2. And also, on the client, if I navigate away from the main page, I get “Page cannot be found”, but again, everything works fine on the server
Try a forced refresh (Ctrl+F5) on the computer where it doesn’t work. Has there been any change of either domain and/or IP address?
I suppose I forgot to mention that I have tried multiple PCs. It seems that IIS is not serving up the PHP content properly. In any event, the force refresh didnt work
This is a new website, so its never worked.
i think what concerns me the most is that I cannot browse the site at all on the clients. If you look at the broken page from the client side, if I click on one of the links, I get page cannot be displayed. Its almost like I have a permissions issue…but i dont think so… sigh