Forums

PHP

This topic is locked

Fatal Error!?!

Posted 15 Nov 2003 16:54:02
1
has voted
15 Nov 2003 16:54:02 steven Macquoy posted:
Hi,

I'm just started to learn some stuff about php. Now i've made my mysql connection en this works. I've add a recordset and a dynamic text. My page give me this error:

Fatal error: Failed opening required '../../Connections/djzone.php' (include_path='.;C:/phpdev4/php/includes;C:/phpdev4/php/class') in c:\phpdev4\www\pages\nieuws\nieuws.php on line 1

Can someone help me with this?
Thanks

Replies

Replied 22 Nov 2003 16:35:03
22 Nov 2003 16:35:03 Matt Machell replied:
The connections file isn't where PHP expects it to be. Since it's a required file, PHP ends execution with the error.

-Matt

Reply to this topic