Author |
Message |
|
Transmitting with the "Vote" button is OK.
If an argument is attached to URL, the same error will come out.
(Origin)
index.php?color=red
e.t.c...arguments is used.
Operation O.K.
(After)
index.php?color=red
index.php?action=results&poll_ident=1
e.t.c...
Operation N.G.
|
 |
|
Hello, I'm Yumi. :o
I installed Advanced Poll 2.02 textfile-ver on Linux,Apache(Rental server).
PHP Version 4.2.4-dev.
The check of operation was successful.
But it will not work, if it writes in the existing my index.php.
"Fatal error: Cannot redeclare newlink() (previously declared in ---"
"newlink()" is the function which I made and is described to the common header.
I do not want to remove.
What should it carry out for losing an error?
|
 |
|
have you checked with your isp that the mysqldb is actually activated ? they can check on their side that everything is operational, if it is an auto setup on some occassions it fails (it did once for me, I lost 2 days trying to figure out what I did wrong when actually the db was inprperly setup)
anyone else got a suggestion ?
|
 |
|
firehazzard wrote:
$GB_DB["dbName"] = "fastlaneguestb";
$GB_DB["host"] = "localhost";
$GB_DB["user"] = "mark";
$GB_DB["pass"] = "mypassword";
I think it should read:
$GB_DB["dbName"] = "yoursqldbname";
$GB_DB["host"] = "yoursqlhost"; (without http://)
$GB_DB["user"] = "your sql user assigned name";
$GB_DB["pass"] = "your sql user assigned password";[/b]
|
 |
|
I am having a similar problem. Is there not a way to figure out an IP address from a host? Because sometimes when people sign my guestbook it only gives me the host info and not their IP info. Is there another way around this?
|
 |
|
check your line wraping from the original file, carriage returns can break the code I think
|
 |
|
I ran into this last nite and If I remember well, in the install.php form just link to your sql host without the "http:// "
so plain ip: 92.168.12.21
or plain domain: sqlhost.domain.com
that should do it ?
|
 |
|
I was able to change my wording from the default welcome message, however now when I log into Guestbook Admin I get 4 of these error messages stacked one on top of the other. The wording is changed as I wanted it, but it seems the php code as written didn't like my changes.
Warning: Cannot modify header information - headers already sent by (output started at /home2/hillcumo/public_html/myguestbook2/lang/english.php:104) in /home2/hillcumo/public_html/myguestbook2/lib/admin.class.php on line 36
Again, ideas would be greatly appreciated. Thanks!
http://www.hillcumorah.info
|
 |
|
Hawkslayer wrote:You need to edit the /lang/english.php file.. I think it's message 6.
Yes, that's exactly right. That's where the file was. Thank You!!!!
|
 |
|
Fatal error: Call to undefined function: mysql_create_db() in /home/joshi/public_html/guestbook/install.php on line 243
|
 |
|
Hey, warum antwortet keiner??? Was soll das den fürn Support sein?
|
 |
|
I don't know much yet about PHP, but am learning.
Question: My default welcome to guests says, after the date, "Thank you for stopping by my site. Here you can leave your mark." I would like to change "here you can leave your mark" to something else, but have no clue how to do it.
Any help would be greatly appreciated!
|
 |
|
Hi,
i needed to transfer my poll to a new webserver.
And now i get this error all the time, when i try to display it:
Fatal error: Cannot redeclare set_max_bar_length() in /home/www/htdocs/shoujo.de/poll/include/class_poll.php on line 116
I hope, somebody can help me...
Thanks,
Chii
|
 |
|
Hi there,
My band @ www.takethedetour.com is having issues with our Guestbook. It seems that when I go to check IPs from whoever has posted a response, it only gives there host info and not their full IP info. Is there a way that I can view their full IP so I can ban them if need be.
Also, is it possible to set the guestbook up so that every entry into the guestbook has to be approved by myself first before it is entered?
Anyhelp would be great.
Sincerely,
Andy from Detour
|
 |
|
Hi Jason,
Sorry I didn't answer sooner. I don't visit this forum very often because AG always works
By data entry field I mean the big white box that says "Run SQL query/queries on database assistsu_agbook1 [Documentation]" right above it.
I still see only two lines (on a 1280X960 display) but paste whatever you see between "delete from book_auth;" and "1013100791);"
Hope this helps.
'Buster'
Jason G wrote:I'm following these instructions, but having problems.
I've followed until this step:
7. In Data Entry field delete "SELECT * FROM `book_auth` WHERE 1"
Which "data entry" field? I don't see any field with this in it.
Furthermore, the information below is THREE lines, so why does it say to paste the two lines? I'm a bit confused and need help ASAP.
8. In Data Entry Field, paste the following two lines:
delete from book_auth;
INSERT INTO book_auth VALUES (1,'test','773359240eb9a1d9','80c1b50318676c8f324c985b94ac780a',1013100791);
Thanks,
Jason Gastrich
JasonG@jcsm.org
|
 |
|