Here’s the error:
**Warning: open_basedir restriction in effect. File is in wrong directory in NSSDATA1:/Apache2/htdocs/docs/index1.php on line 1
Fatal error: Failed opening required ‘…/Inte_inf/Connections/my_database.php’ (include_path=’.;sys:/php/includes’) in NSSDATA1:/Apache2/htdocs/docs/index1.php on line 1**
On line one of index1.php is the connection statment generated by DW:
<?php require_once(’…/Inte_inf/Connections/my_database.php’); ?>
and there is a folder named Connections: that includes the required connection information, that was generated by DW, when i created the connection to the database, after looking at the info there, everything seems to be right, username, pw, connection name, etc etc…
When i click on “Live Data View” in Dreamweaver, i am able to see the information on my page that is being received from my_database…i don’t know what the problem could be, if you are familar with PHP/mySQL/Apache and have done dynamic websites in DW04, let me know how it worked out!
Thanks