Page_Missing_InAlreadyC_reated_Site
Posted: Thu Aug 26, 2010 2:29 am
Hi,
I am working on the site which is already live but on linux based, my task is to convert it in windows based things which i had done
1) Imported all the table into phpmyadmin
2) Place the application code in side HTDOcs
3) Now when i run the application it shows me error
Warning: include(Security.php) [function.include]: failed to open stream: No such file or directory in C:\xampp\htdocs\dealerdb\classes.inc on line 4
Warning: include() [function.include]: Failed opening 'Security.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\dealerdb\classes.inc on line 4
Warning: include(DDB.php) [function.include]: failed to open stream: No such file or directory in C:\xampp\htdocs\dealerdb\classes.inc on line 5
Warning: include() [function.include]: Failed opening 'DDB.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\dealerdb\classes.inc on line 5
When i inform about this problem to my client he gives me the reply like
this as below
The files above need to be included in the search path for PHP. So, somewhere in the php config file, the developers will need to set the directories where the missing files are located and make those directories part of the search path in php.
Please help me to solve out this problem to move from linux to windows server
Thanks
I am working on the site which is already live but on linux based, my task is to convert it in windows based things which i had done
1) Imported all the table into phpmyadmin
2) Place the application code in side HTDOcs
3) Now when i run the application it shows me error
Warning: include(Security.php) [function.include]: failed to open stream: No such file or directory in C:\xampp\htdocs\dealerdb\classes.inc on line 4
Warning: include() [function.include]: Failed opening 'Security.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\dealerdb\classes.inc on line 4
Warning: include(DDB.php) [function.include]: failed to open stream: No such file or directory in C:\xampp\htdocs\dealerdb\classes.inc on line 5
Warning: include() [function.include]: Failed opening 'DDB.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\dealerdb\classes.inc on line 5
When i inform about this problem to my client he gives me the reply like
this as below
The files above need to be included in the search path for PHP. So, somewhere in the php config file, the developers will need to set the directories where the missing files are located and make those directories part of the search path in php.
Please help me to solve out this problem to move from linux to windows server
Thanks