stevebanks
Programmer
- Mar 30, 2004
- 93
Hi I am a relative newbie to PHP. We are in the process of transferring a site from an offsite location, to inhouse. I have installed MySQL which is working with the DB i have. I have also installed PHP, which, seems to work ok.
When the user goes to login/register on a php page i get the following error...
The code for instant_fns.php is:
Does anyone have any suggestions as to why the error is occuring? WOuld it be rtf_class.php? What confuses me even more is that the error refers to d:\inetpub\ tf_class.php rather than \web\rtf_class.php
Any tips will be much appreciated.
Thanks
Steve
When the user goes to login/register on a php page i get the following error...
Code:
Warning: main(d:\inetpub\[URL unfurl="true"]wwwroot\website.co.uk\web[/URL] tf_class.php): failed to open stream: Invalid argument in D:\inetpub\[URL unfurl="true"]wwwroot\instantcv.co.uk\web\instant_fns.php[/URL] on line 10
Fatal error: main(): Failed opening required 'd:\inetpub\[URL unfurl="true"]wwwroot\website.co.uk\web[/URL] tf_class.php' (include_path='.;c:\php') in D:\inetpub\[URL unfurl="true"]wwwroot\instantcv.co.uk\web\instant_fns.php[/URL] on line 10
Code:
<?
require_once("d:\inetpub\[URL unfurl="true"]wwwroot\website.co.uk\web\data_valid_fns.php");[/URL]
require_once("d:\inetpub\[URL unfurl="true"]wwwroot\website.co.uk\web\db_fns.php");[/URL]
require_once("d:\inetpub\[URL unfurl="true"]wwwroot\website.co.uk\web\output_fns.php");[/URL]
require_once("d:\inetpub\[URL unfurl="true"]wwwroot\website.co.uk\web\url_fns.php");[/URL]
require_once("d:\inetpub\[URL unfurl="true"]wwwroot\website.co.uk\web\user_auth_fns.php");[/URL]
require_once("d:\inetpub\[URL unfurl="true"]wwwroot\website.co.uk\web\order_fns.php");[/URL]
require_once("d:\inetpub\[URL unfurl="true"]wwwroot\website.co.uk\web\email_fns.php");[/URL]
require_once("d:\inetpub\[URL unfurl="true"]wwwroot\website.co.uk\web\rtf_class.php");[/URL]
require_once("d:\inetpub\[URL unfurl="true"]wwwroot\website.co.uk\web\cv_fns.php");[/URL]
?>
Does anyone have any suggestions as to why the error is occuring? WOuld it be rtf_class.php? What confuses me even more is that the error refers to d:\inetpub\ tf_class.php rather than \web\rtf_class.php
Any tips will be much appreciated.
Thanks
Steve