[PHP-WIN] Re: Fatal error: main(): Failed opening required..... Dreamweaver MX

2003-06-23 Thread Cristian MARIN
One of two : - You don't have permission to open the Connection file. - The path to the Connection is wrong (maybe you have moved the file or the directory else where). It's less probably to be the read wrights because you are using the Dreamweaver MX which put the files to the remote fold

Re: [PHP-WIN] Re: Fatal error: main(): Failed opening required..... Dreamweaver MX

2003-06-20 Thread Radovan Radic
Must be wrong path, check if it is correct path, calculate all '../' and find is there such file on that path "Ildiko Nyari" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Thanks, I have the feeling it is something with the pear, but I always get similar errors, and the pear is always

[PHP-WIN] Re: Fatal error: main(): Failed opening required..... Dreamweaver MX

2003-06-20 Thread Ildiko Nyari
Thanks, I have the feeling it is something with the pear, but I always get similar errors, and the pear is always there. What do you think? ildiko - Maybe you don't have permission to open it. I think

[PHP-WIN] Re: Fatal error: main(): Failed opening required..... Dreamweaver MX

2003-06-20 Thread Radovan Radic
Maybe you dont have permission to open it. I think using chown could do the trick. I have user 'www' in apache and if scripts are not owned by 'www' i get this error like you. If i am not correct, please someone enlighten me. PS. My applications work ok on Unix and Linux with this trick, although