Hi all, I just recently installed yii (1.06 stable) using windows xp. I don't know how well my installation is going but unlike the tutorial I've already received multiple error messages even though my requirements page ran green other than some missing SQL functionality, and I don't want to proceed if everything is breaking without my knowing.
My error is:
PHP Warning: PHP Startup: Unable to load dynamic library 'C:Program FilesPHPextphp_mssql.dll' - The Specified module could not be found.
PHP Warning: PHP Startup: Unable to load dynamic library 'C:Program FilesPHPextphp_oci8.dll' - The Specified module could not be found.
PHP Warning: PHP Startup: Unable to load dynamic library 'C:Program FilesPHPextphp_pdo_mssql.dll' - The Specified module could not be found.
There are about 8 error messages of this (which all do really annoying prompts ). The pop up says "This application has failed to start because <file name> was not found. Re-installing the application may fix this problem. The even stranger part is that all of those files that are said to not be found are actually there. I’ve also reinstalled yii multiple times. BUT! at the end it still asks me if i want to create a new web application…
Create a Web application under 'C:\test'? [Yes:No] yes
...
...
Your applications has been created successfully under C:\test.
my original command was (my root folder is named "webserver"):
C:webserveryiiframework>yiic webapp test
I'm fairly new to php, only about 3 months worth of experience learning the basics and setting up small websites, but I've had a very bad experience using JSP wiki where it said everything loaded fine when actually everything was broken in the back end… I would like to make sure this isn't the case.
Any help would be appreciated, if i need to post more information let me know, otherwise thanks a lot in advance!
which version PHP you have? And have you correct version extensions for PHP? Maybe PHP need some library for MS SQL? I use MySQL and I don`t have experience with MS SQL.