Author |
Message |
|
Hello,
First off I am new at the PHP thing and am making an attempt to make my website better so bear with me on this.
I have uploaded and installed the advance poll onto my server. I beleive I have installed everything right as under MyAdmin it shows the poll db. and I am able to make polls but when I go to add the snippet listed below all that shows on my page is this poll_process(4); ?>
What am I doing wrong?
<?php
// Important! You have to include it before your html code
include_once "/home/bdweb8598j/ropersonly.com/public_html/poll/db/poll_cookie.php";
?>
<html>
<body>
<?php
include_once "/home/bdweb8598j/ropersonly.com/public_html/poll/db/booth.php";
echo $php_poll->poll_process(4);
?>
</body>
</html>
Another problem I am having is that when I go to my textfile/admin the images do not show up and when I try to change password or any other changeable thing I come up with an error. When I go to db/admin everything works fine.
Any help would be appreciated!
Thanks,
Lost in PHP land
|
 |
|
you can't vote,, it's because you didn't require the DB Class.. class_mysql.php or class_pgsql.php ....
well i have the same problem .. but in my case i can't vote and i can't view the results.. i only can Post comments .. view comments and view the Vote Form..! that's it .. i donno why i just can't vote / view votes..
|
 |
|
Ok.. never mind the top prob. I got it working.
Now i have a NEW prob. I get this erro message when I vote.
Please some one help. Thanks
MIW
|
 |
|
Fixed it... my mistake...
|
 |
|
Hi,
I've uploaded the DB version to a sub directory of the root. When I run install.php, the following error is generated:
Error Number: 1044 Access denied for user: blah blah blah
I've double-checked the password and the DB name in the config.php file, and the server environment meets the specs.
I've done this installation before, but to the root directory and it worked fine. Do I need to redefine the "localhost" setting in config.php since I'm installing to a sub-directory?
Thanks in advance,
SD
|
 |
|
I hawe problem with installing guestbook like MODULE on my home page,
I copy all files in modules but don't work...
Regars
Piksi
|
 |
|
I get this problem too occasionally - I find that if I delete my cookies I can get in again.
Hawkslayer
http://www.fuchsialand.co.uk
|
 |
|
hey guys will the advance guestbook still run even if the .htacces file in the admin dir was not uploaded. the server does not allow such files to be uploaded. pls help...........
thanks and more power
|
 |
|
Hallo, ich möchte ausser AIM, etc. noch Microsoft Messenger als Auswahl hinzufügen. Wie kann ich das machen, welche php-Dateien muss ich editieren?
danke
|
 |
|
Come on guys does anyone know how to do this?
THanks,
MIW
|
 |
|
I was looking in the config.inc.php file and saw that PostgreSQL was in there... I do not have this installed would it cause this error seeing it is not installed?
If so what rpm's do I need to intalled for this script to work? I have found on redhat there are several of them the basic PostgreSQL and the client, server, devel, pearl, libs, odbc, tk, tcl, etc...
I am running RedHat 7.3 Apache_1.3-27 php-4.2.3 and of course mysql with of course the required rpm's and src to make all work. If I run a test.php file with the following all php info is displayed
<HTML>
<HEAD>
<TITLE>Testing PHP</TITLE>
</HEAD>
<BODY>
<?
/*
* Print PHP info
*/
phpinfo();
?>
</BODY>
</HTML>
Thanks for any info on this error in my previous msg...
|
 |
|
I get this error when I try and do the install.php
Warning: Failed opening './include/config.inc.php' for inclusion (include_path='.:/usr/local/php4/lib/php') in /var/www/sav/poll/install.php on line 29
Fatal error: input in flex scanner failed in /var/www/sav/poll/include on line 1
Any Ideas?
|
 |
|
Hiya all i have a php based logon system and advanced poll system installed on site but now my problem: you can vote mulitple time while i need my users to only vote one time is there any way i can couple a vote with a username ? like that if the script sees that a user allready voted it disalows him to vote our can advanced poll be zet to this that it dus not alow multiple voting's ?
Regards,
Scotty
|
 |
|
I know what my username and password is in the Advanced Guestbook but when I enter what it is it wont let me into the admin settings. Tells me that ive got an invalid username/password. I tried the default settings of test and 123 and that does not work. Can someone tell me how to change the password and user name or can you tell me which PHP file this information is stored in?
|
 |
|
I am trying to set up and run the free links pages. I uploaded all the files and set the CHMOD on links.pl to 755. I run the script and I get a "Forbidden: You dont have permission to access this document" Error. Can anyone tell me what im doing wrong? The CHMOD on links.pl is set to 755 and the CHMOD on my cgi-bin is set to 755.
|
 |
|