PDA

View Full Version : PHP error


Stabil13
01-30-2007, 03:54 PM
Listen i have search engine in my website, ones i chose the word to search i get this error at fcsearch.php

Warning: main() [function.include]: Failed opening 'pcfsearch_bot.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/theworl4/public_html/marketplace/script/cfsearch.php on line 222

The resault on fcsearch.php is fine, i mean everything is working great, but on the top of page and the bottom this error comes up.. As far as i know this error because of the footer and header logo.

Some people saying that this error because of the problem on server which bluehost.
Anyone have any ideas, Thanks
REM

dkinzer
01-30-2007, 04:23 PM
Either the file mentioned ('pcfsearch_bot.inc.php' ) is missing or it's in the wrong place. It could either be an installation error or a coding error. It's a relatively simple detective job but you need a rudimentary understanding of how scripting language in general, and PHP in particular, work.

The error message suggests that the file should be in the same directory as cfsearch.php.

Stabil13
01-30-2007, 04:56 PM
Thanks man it worked. But still i have a question, for example you purchased a sript. The Installation read me, saying upload all the files like /sript and /skin
in one derectory in exact order. After you have this error

Thanks anyway man