If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Failed opening required '/poll/include/config.inc.php'  XML
Forum Index » German Forum
Author Message
Anonymous



ich bekomme folgende Fehlermeldung:

Fatal error: Failed opening required '/poll/include/config.inc.php' (include_path='.:/usr/local/lib/php') in /home/www/doc/1334/los-gringos.de/www/start_poll.php on line 235

Ich habe den Poll so eingebaut:
/* path */
$poll_path = "/poll"; require
$poll_path."/include/config.inc.php"; require
$poll_path."/include/$POLLDB[class]"; require $poll_path."/include/class_poll.php";

$CLASS["db"] = new polldb_sql;
$CLASS["db"]->connect();

$php_poll = new poll();

/* the first poll */
echo $php_poll->poll_process(1);

Was ist das Problem?
Anonymous



LosGringo wrote:
Ich habe den Poll so eingebaut:
/* path */
$poll_path = "/poll"; require


Habs grad selbst rausgefunden:
/* path */
$poll_path = "poll"; require <== ohne Slash!!!
 
Forum Index » German Forum
Go to:   
Based on the open source JForum