I have a virtual shared server through:
- Godaddy
- Plesk 11.0
- Dreamweaver CS5
- phpMyAdmin through Plesk.
I use XAMPP
for my local server and all is great! I can connect locally and I also can connect to the phpMyAdmin dbase file via Dreamweaver
. It's just when I upload the file to my remote server I get:
Warning: require_once(Connections/TestConn.php) [function.require-once]: failed to open stream: Operation not permitted in C:\Inetpub\vhosts\directory420.com\httpdocs\test.php on line 1
Fatal error: require_once() [function.require]: Failed opening required 'Connections/TestConn.php' (include_path='.;./includes;./pear') in C:\Inetpub\vhosts\directory420.com\httpdocs\test.php on line 1
I want my PHP registration form to be accessible to people that navigate to the page. I use XAMPP
so I don't know why the Inetpub and vhost info shows up.