Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
17/05/2003 13:12:16
|
Anonymous
|
Hi, i'am sorry for my english, but i need help.
I load my site on hosting, but in Advanced Poll following errors
Warning: Unknown(/vhosts/soft.iphosting.ru/htdocs/poll/booth.php/include/config.inc.php): failed to create stream: Not a directory in /vhosts/soft.iphosting.ru/htdocs/functions.php(359) : eval()'d code on line 187
Fatal error: Unknown(): Failed opening required '/vhosts/soft.iphosting.ru/htdocs/poll/booth.php/include/config.inc.php' (include_path='.:/usr/lib/php') in /vhosts/soft.iphosting.ru/htdocs/functions.php(359) : eval()'d code on line 187
What i must to do?
Address of my site is: http://soft.iphosting.ru/
Thanks in advance.
|
|
29/05/2003 10:36:52
|
Anonymous
|
I think you need to change the path variable
My example
/* path */
$poll_path = "/Users/Yourname/Sites/fb/poll";
So for your site it might be something like
/* path */
$poll_path = "/vhosts/soft.iphosting.ru/htdocs/poll";
But it depends where your poll is installed!
|
|
|
|
|
|
Based on the open source JForum
|