Author |
Message |
|
Anonymous wrote:
Das liegt an den PHP-Einstellungen.
Der Upload kann nicht funktionieren, weil das tmp-Verzeichnis für das Skript gesperrt ist.
Hmm, damit kann ich nicht wirklich was anfangen... was soll ich wo ändern? - Die php.ini? Da kann aber nur mein Hoster dran! Oder doch woanders? 8O
|
 |
|
RTFSC
|
 |
|
I guess the solution was there the whole time in FAQ
For future refrences here is solution:
FAQ:
- After voting I get the following error:
Warning: Cannot add header information - headers already sent by
(output started at ...) in ..poll_cookie.php on line ...
Make sure that the page your poll is embedded in has the
<?php require "poll_cookie.php"; ?>
tag before anything else.
|
 |
|
After submiting a vote I get warning on the top of the page saying:
Warning: Cannot add header information - headers already sent by (output started at /nfs/cust/3/6/3/webcod/test.php:7) in /nfs/cust/3/6/3/webcod/poll/poll_cookie.php on line 21
Anyone has any ideas what's going on?
|
 |
|
Hi there,
I have a slight problem. The path to the /img/ dir is not set properly, so everytime the guestbook tries to load an image it tries to locate it at http://img/imgname.gif. I can't find where I can set the path to be like http://www.domainname.com/img/.
Thank you!
|
 |
|
Thanx,
That made it work.
|
 |
|
Including the poll with SSI does not work with IIS and Win2k.
|
 |
|
Read this topic
http://proxy2.de/forum/viewtopic.php?t=337
|
 |
|
When I run the install.php I get the following error message (after I submitted my databasename, host, username and password):
Fatal error: Call to undefined function: php_sapi_name() in ./admin/config.inc.php on line 64
What does this mean and how can I get the install.php to work properly?
Please leave your answer here or send it to: toxic_girlfriend@hotmail.com
Thanx,
Toxic G
|
 |
|
I'm using Win2k Server and IIS. I can include text files and some other stuff, but it won't include the php files.
|
 |
|
Thanks to all who looked at this...I figured out the problem...if anyone has the same problem be sure not to delete the hidden field in the form if you are tweaking the form.
|
 |
|
I have tried the demo for the ssi but it does not work. Does anyone know what needs done on the server end to get this to work? I can run the poll with the php extension but the page I want the poll on needs to be shtml. I think the problem is a setting on the server but do not know what that would be. Any help is appreciated. Thanks.
|
 |
|
|
 |
|
Ich habe alles soweit raufgeladen und die CHMODS gesetzt.
Das ADMIN Menü funktioniert auch, ich kann Votes erstellen.
Aber mit welchem PHP Befehl rufe ich dieses Vote dann auf?
Ich finde es nirgendswo!!!
Unter welcher PHP-File wird der Vote gespeichert???
Ich benutze die TEXTFILE basierte Version von ADVote 2.
Danke,
Capodude
|
 |
|
überprüfe mal das Formular
<form action=...
wichtig ist das action;
sollte auf dieselbe seite verweisen
|
 |
|