Author |
Message |
|
Everything seems to be running smooth on the page but when I create a new poll and save it, I get this error message and the poll is always disabled. Here below is the error message I always receive:
Warning: Unable to access current working directory in /usr/local/www/htdocs/yoursite/poll/admin/index.php on line 67
Warning: file("4") - Permission denied in /usr/local/www/htdocs/yoursite/poll/admin/index.php on line 67
can some one help me out, I'll be waiting for a reply. I'm using the text version of the pollphp by the way.
|
 |
|
how do i change the date so it's showing up in month/date/year instead of date/month/year?
|
 |
|
Hi,
It seems that AP is exactly what I need for the polls on my site but I run a multi-language site ... Is it possible to use the language in which a user will see the poll ?
I saw in the admin that you can change the language but it is once and for all.
Best regards,
Robert
|
 |
|
The poll works in .PHP extention but not in HTML. Is there a way for it to work in HTML?
|
 |
|
Hallo!
I copied this from demo and filled it into my site (index.php):
<table border="0" cellspacing="1" cellpadding="2" align="center">
<tr>
<td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1">
<?php echo date("D, j F Y"); ?>
<br>
<br>
Total Visits:
<?php echo $visits['total']; ?>
<br>
<b><a href="javascript:void(window.open('visitors.php','Visitors','scrollbars=yes,width=420,height=210'))" class="links">Visitors</a>
today: <font color="#CC0066">
<?php echo $visits['visits_today']; ?>
</font></b> </font> </td>
</tr>
</table>
On the site I can see this:
dMon, 11 November 2002
Total Visits:
Visitors today:
Whe I click on Visitors i see this in a small window:"Fatal error: Unable to open visitors.php in Unknown on line 0"
In "read me" I cannot understand anything because its my first try with php.
What means this?: Chmod these files: visitor.php - 755
ip.txt - 666
daily.txt - 666
total_visits.txt
I hope anybody can help me!
Thank you in advance!
|
 |
|
Is there such icon for Advanced Guestbook? I want to publish it on thanks page of my website. I was unable to find one.
|
 |
|
There is such possibility how to escape e-mail address. Call this as despamming. Code is borowed from Smarty template engite tips & tricks.
http://nepto.sk/projects/platon/cvs.php/phpPlatonLib/common/str/fnc.escape_email.php?rev=1.3&content-type=text/x-cvsweb-markup
Hope this helps,
Nepto
http://nepto.sk/
|
 |
|
So I did some diagnostics. And here's what it showed:
<li>The problem of inserting data in poll_data table is not the problem of editing the scripts. It is a problem of how the scripts were written by the developer.
<li>Instaling the latest version of the AdvancedPoll (2.0.2) showed that that problem still exists and is a problem of incompatibility between the scripts and the software installed.
So now i'm giving a list of my server-software. If you run the same software you may encounter the same problems:
<li> Apache webserver v. 1.3
<li> MySQL databese v. 1.2 for Win 95/200/NT
<li> Yhe latest available PHP (v 4.2.3)
that all on WindowsXP system.
|
 |
|
So may anyone now the solution to this problem?
|
 |
|
???
|
 |
|
I am in search of a good PHP solution for NT 4 and IIS. Anyone have any recommendations?
|
 |
|
Can someone please help us Guestbook Users. We get a lot of lookers but no answers. Hey......some of you Poll guys, can you help us
|
 |
|
Im glad i was of some help
|
 |
|
Hallo!
Der Daily-Counter ist mein erster Versuch mit einem php-script. Leider kenn ich mich nicht so gut aus und hoffe daß mir jemand weiterhelfen kann.
Bis jetzt hab ich aus der demo-version folgendes:
<table border="0" cellspacing="1" cellpadding="2" align="center">
<tr>
<td> <font face="Verdana, Arial, Helvetica, sans-serif" size="1">
<?php echo date("D, j F Y"); ?>
<br>
<br>
Total Visits:
<?php echo $visits['total']; ?>
<br>
<b><a href="javascript:void(window.open('visitors.php','Visitors','scrollbars=yes,width=420,height=210'))" class="links">Visitors</a>
today: <font color="#CC0066">
<?php echo $visits['visits_today']; ?>
</font></b> </font> </td>
</tr>
</table>
herauskopiert und auf der Website eingefügt. Ist das richtig?
Auf der Seite seh ich dann:
dMon, 11 November 2002
Total Visits:
Visitors today:
Klicke ich Visitors an, kommt dann in einem kleinen Fenster:"Fatal error: Unable to open visitors.php in Unknown on line 0"
Im "read me" steht leider alles etwas (für mich *g*) konfus drin.
Was bedeutet das?:- Chmod these files: visitor.php - 755
ip.txt - 666
daily.txt - 666
total_visits.txt - 666
Ich hoffe ich bin nicht allzu lästig. Würde mich sehr freuen wenn mir jemand weiterhelfen könnte!
DAnke im Voraus!
lg, sherry
|
 |
|
If I add
<?php
include_once "http://www.tommyc.nl/poll/booth.php";
echo $php_poll->poll_process(1);
?>
To my html page (in a table) i get this: poll_process(1); ?>
And no poll..
What to do??
Grtz
Tommy
|
 |
|