php problem

This is a discussion on "php problem" within the PHP Forum section. This forum, and the thread "php problem are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old May 17th, 2007, 21:54
New Member
Join Date: May 2007
Location: bham
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation php problem

How do i get rid of this error message?
Warning: main(../../public_html/config.inc.php): failed to open stream: No such file or directory in /home/www/00danny1212.freehostia.com/new/index.php on line 1
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old May 18th, 2007, 04:23
Reputable Member
Join Date: Jul 2005
Location: Melksham, Wilts, UK
Posts: 293
Thanks: 0
Thanked 0 Times in 0 Posts
Re: php problem

You have a missing (or unreadable) file at the path given in the message, on the first line of your index.php code. Three ways to get rid of it - you could

1. Provide a file of the specific name in the named directory

2. Add an @ character in front of the function call that generates the error so that it fails silently

3. chnage the path in your code to point to a file that exists
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old May 18th, 2007, 09:23
New Member
Join Date: May 2007
Location: Johannesburg
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: php problem

I presume you are using something like Mambo or osCommerce.
Make sure in your configuration file that the absolute_path is set correctly.
Don't ignore the error, because you will run into more trouble later on.
The config.inc.php file is very important for your module to work properly.

Give me more info, and I'll try and help you.
What module are you using?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
php

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
First image problem and inline list problem konnor5092 Web Page Design 8 Dec 1st, 2007 09:08


All times are GMT. The time now is 16:10.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42