t_bergman Posted February 19, 2013 Report Share Posted February 19, 2013 I am having issues filing pireps with a new installation of phpVMS, after running the dbtest.php I encounter this error. Warning: include(C:\inetpub\wwwroot\vAMS\core\classes\ezdb\ezdb_.class.php): failed to open stream: No such file or directory in C:\inetpub\wwwroot\vAMS\core\classes\ezdb\ezdb.class.php on line 90 Warning: include(): Failed opening 'C:\inetpub\wwwroot\vAMS\core\classes\ezdb\ezdb_.class.php' for inclusion (include_path='.;C:\php\pear') in C:\inetpub\wwwroot\vAMS\core\classes\ezdb\ezdb.class.php on line 90 Fatal error: Class 'ezdb_' not found in C:\inetpub\wwwroot\vAMS\core\classes\ezdb\ezdb.class.php on line 92 I seem to be missing a file? After looking through and downloading phpvms again I cannot find the file, even on github. What else can I do to solve this error. Thanks. Quote Link to comment Share on other sites More sharing options...
Tom Posted February 19, 2013 Report Share Posted February 19, 2013 Did you select a database type correctly when installing? What that line is doing is looking for the correct class for your selected database type, where your selected type is blank. Quote Link to comment Share on other sites More sharing options...
t_bergman Posted February 19, 2013 Author Report Share Posted February 19, 2013 Yes, it is the correct type of database. I asked because my installation (on a windows server) wasn't cooperating. I have gotten both the phpvms system working and now the checkdb.php file is working. Weird. I will post something tonight for the good of the community of how to install phpvms under IIS 7.5. Thanks Tom for the reply, it seems to be working now. Quote Link to comment Share on other sites More sharing options...
Tom Posted February 19, 2013 Report Share Posted February 19, 2013 IIS is always the problem. Unless you're using asp Windows servers are sucky and expensive... Quote Link to comment Share on other sites More sharing options...
t_bergman Posted February 19, 2013 Author Report Share Posted February 19, 2013 IIS is always the problem. Unless you're using asp Windows servers are sucky and expensive... I need ASP for a few of the other applications hosted on the server. IIS is the issue but once you can get it to work, it works just as well as on linux. Plus im not a linux guru so... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.