How do I get past xampp warnings & fatal errors?
I am new at creating dynamic web pages and I am experiencing a frustrating situation which entails my inability to view my .php files using xampp as my testing server. I followed an Adobe tutorial which walked me through setting up my first dynamic page. This tutorial helped me create a database, as well aslink the database within DW. The database is "connTest.php."
When I attempted to insert a record (Insert > Data Objects > Insert Record > Record Insertion from Wizard), I followed all the steps and DW created a record; however, when I wanted to view and test the record through a web browser (tried IE and Firefox), the following was displayed:
Warning: require_once(Connections/connTest.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\xampp\htdocs\HRConsortium\index.php on line 1
Fatal error: require_once() [function.require]: Failed opening required 'Connections/connTest.php' (include_path='.;C:\xampp\xampp\php\PEAR') in C:\xampp\xampp\htdocs\HRConsortium\index.php on line 1
I have diligently been looking for a solution on the web and have learned that the testing server is unable to locate the /Connections folder, as well as the /connTest.php file. I have also read that the issue could be within the php.ini file. I am uncertain how to get my testing server to see such files / folders.
At this time, I am interested in learning how (a step-by-step would be preferrable) to ultimately get my testing server to view my dynamic pages and allow me to test them for funtionality. Any assistance would be great!
Thank you!
