IIS 7 on Windows 2008

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Dadinos2
User
Posts: 52

IIS 7 on Windows 2008

Post by Dadinos2 »

I created a project on the server and generated the project in the wwwroot directory of IIS.
When I load the page it all stays blank...

No error , no display nothing

Are there issues with PHPmaker using IIS as webserver and running PHP 5 with SQL server?


sticcino
User
Posts: 1043

Post by sticcino »

Php code does not run on IIS web servers,you wil have to install a php interpreter in IIS


danielc
User
Posts: 1601

Post by danielc »

Configure your php.ini to display errors. Read this: http://php.net/manual/en/errorfunc.conf ... -reporting


Dadinos2
User
Posts: 52

Post by Dadinos2 »

Ok thanks it gives me some more info:

Fatal error: Class 'VARIANT' not found in C:\inetpub\wwwroot\project1\adodb5\drivers\adodb-ado5.inc.php on line 42

I read this post:

http://www.hkvforums.com/viewtopic.php?f=4&t=33342

Is it not possible to use PDO drivers here instead of the ADO stuff.


Post Reply