Warning: main(config.inc.php): failed to open stream: No such file or directory in /home/neener3/public_html/neener/chat/install.php on line 2
Fatal error: main(): Failed opening required 'config.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/neener3/public_html/neener/chat/install.php on line 2
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Warning: main(config.inc.php): failed to open stream: No such file or directory in /home/neener3/public_html/neener/chat/install.php on line 2
Fatal error: main(): Failed opening required 'config.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/neener3/public_html/neener/chat/install.php on line 2
i dont really know how to set the config.inc.php file correctly.. can someone please help me. its this area that confuses me...
--------------------------------------------------------------------------
// configuration file for PHPOpenChat
// will be included by almost all source files
define('POC_BASE', dirname(__FILE__));
if( strtoupper( substr(PHP_OS,0,3) ) == 'WIN' )
{
define('POC_OS','win');
define('DELI','\\');
--------------------------------------------------------------------------
What goes where it says "__FILE__" can someone give me a sample?
replace dirname(_FILE_) with '/phpopenchat'