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);