What mistake is this? What mistake is this?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

What mistake is this?

Started by ebai.net, August 26, 2004, 08:19:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ebai.net

Warning: main(include/config.inc.php): failed to open stream: No such file or directory in /home/ebai/public_html/pic/include/init.inc.php on line 201

Fatal error: main(): Failed opening required 'include/config.inc.php' (include_path='/usr/local/lib/php:/usr/lib/php') in /home/ebai/public_html/pic/include/init.inc.php on line 201



// Include config and functions files
if(file_exists('include/config.inc.php')){
  require 'include/config.inc.php';     201
} else {
  // error handling: if the config file doesn't exist go to install
  print <<< EOT

Joachim Müller

did you actually run the installer? If yes, has the file include/config.inc.php been created by the installer (write access needed)? Make sure the file exists on your server. Another thing to look into is your server setup: does your webhost allow includes (the error message you get suggests so).

GauGau

P.S. post a link when replying...