Need help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mhsohail
Forum Newbie
Posts: 3
Joined: Fri Jun 01, 2007 6:29 am

Need help

Post by mhsohail »

hi i am new member of this forum and i need [s]ur[/s] your help please, i am running win Xp , using PHPTriad for running website on my system. i place the project in htdocs and try to run it on local host but it give me error and i am not get success to solve this problem can [s]u[/s] you guys help in this , that how can i solve this problem
thanks in [s]adv[/s] advance. I'll show [s]u[/s] you the error which is coming

Warning: Failed opening 'c:/apache/htdocs/includes/config.inc.php' for inclusion (include_path='.;c:\apache\php\pear') in c:\apache\htdocs\ielts4u\index.php on line 3

Warning:
Failed opening 'INCLUDE_DIRheader.php' for inclusion (include_path='.;c:\apache\php\pear') in c:\apache\htdocs\ielts4u\index.php on line 39


Warning: Failed opening 'INCLUDE_DIRleftmenu.php' for inclusion (include_path='.;c:\apache\php\pear') in c:\apache\htdocs\ielts4u\index.php on line 46

[s]u[/s] you can send me [s]ur[/s] your kind reply to my email as well. mhsohail40@hotmail.com
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:11. Please use proper, complete spelling when posting in the forums. AOL Speak, leet speak and other abbreviated wording can confuse those that are trying to help you (or those that you are trying to help). Please keep in mind that there are many people from many countries that use our forums to read, post and learn. They do not always speak English as well as some of us, nor do they know these aberrant abbreviations. Therefore, use as few abbreviations as possible, especially when using such simple words.

Some examples of what not to do are ne1, any1 (anyone); u (you); ur (your or you're); 2 (to too); prolly (probably); afaik (as far as I know); etc.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Every error that says "Failed opening" means that you've attempted to include() or require() a file that doesn't exist.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Descriptive subjects

Post by feyd »

Please update the thread title to be more descriptive mhsohail.
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.
Post Reply