If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: René
Forum Index » Profile for René » Messages posted by René
Author Message
oki, no one can help.

I removed the database and book.

I start 100% over again...

a complete new database and 2.4.2. install..

The problem is still there...
Ok. an hour later...

I removed the guestbook and database, and started all over again with a new clean and fresh install 2.4.2

When i log in, i see the blue screen with easy admin etc etc

Doesn't matter what i choose.. i get directed back to log in screen again.

It happens in IE and mozilla firefox.

I don't see the solution.
Any help maybe?

Tnx,

René
When i am on the loginscreen, i fill in my name and password.
Then i get a blue screen with:
G U E S T B O O K A D M I N

Private Messages | Easy Admin | General Settings | Style | Templates | Smilies | Password | Logout
To check your environmental variables, click here.


Advanced Guestbook 2.4.2
http://www.proxy2.de

Then something weird is happening.
Whatever i choose from the links
Private Messages | Easy Admin | General Settings | Style | Templates | Smilies | Password | Logout
To check your environmental variables, click here.


I get back on the login screen again...
This wasn't before i got all these 3000 spam messages (these were as signatures in my guestbook, not as posts).

I tried to recover password, with the php file in misc.
I tried to update from 2.4.1 to 2.4.2 but the problem is still there...
But i just can't ge into my panel anymore.

Any help please?
Thank you.

René
wow... that is what i call a very late answer.

And i don't understand what you mean by this...

But as it is solved, we don't need to proceed with this topic i guess...

tnx for your time and help.....
tnx

but if i 'm correct that means i can't edit the comments..
i mean, if someone wrote bad things i can't remove the comment.. i have to remove the whole poll
ok it's working now
ok it's working
i'm not sure, but i thought that in the poll admin there were 2 options (delete and edit) if you click on comments, but now i only have the delete function..

Does anyone else have 2 or 1 functions (delete and/or edit), or am i mistaken with my guestbook..

thank you
ok i deleted everything and i start over again

i dl zipfile phppoll

i unzip it now

i have 2 folders DB and TEXTFILE

wich one do i have to use (even if it seems that they can't do without eachother)
i unzipped the file and i got poll/db and poll/textfile

so yes i am confused...

Code:
require $poll_path."/include/class_poll.php


Try removing that line.


Gives me:

Fatal error: Class pollcomment: Cannot inherit from undefined class poll in c:\www\poll\db\include\class_pollcomment.php on line 10

Also...

Code:
<?php
include_once "c:/www/poll/textfile/booth.php";
echo $php_poll->poll_process(5);

/* path */
$poll_path = "/www/poll/db";


Why have you got the poll_process from the 'textfile' version while the
other is from the 'db' version? They may be confilcting with each other.


If i change those foldernames i get more errors

i use php 4 and mysql mysql-3.23.57-win

René
Tnx and yes i know before is before, but i tried that too, and the error

Fatal error: Cannot redeclare class poll in c:\www\poll\db\include\class_poll.php on line 10

is still there
Comments are not showing on my website

Ok after studying some more, i came to this :

my folder is on
C:/www/poll/db and
C:/www/poll/textfile


<Html>

<head>
<meta name=
"GENERATOR" content="Microsoft FrontPage 5.0">
<meta name=
"ProgId" content="FrontPage.Editor.Document">
<meta http-equiv=
"Content-Type" content="text/html; charset=windows-1252">
<title>
New Page 1</title>
</head>

<body>

<?php
include_once "c:/www/poll/textfile/booth.php";
echo $php_poll->poll_process(5);
?>


<?php
/* Include this before your html code */
include "./db/poll_cookie.php";
?>

<?php

/* path */
$poll_path = "/www/poll/db";

require $poll_path."/include/config.inc.php";
require $poll_path."/include/$POLLDB[class]";
require $poll_path."/include/class_poll.php";
require $poll_path."/include/class_pollcomment.php";
$CLASS["db"] = new polldb_sql;
$CLASS["db"]->connect();

$php_poll = new pollcomment();

/* poll */
$php_poll->set_template_set("plain");
$php_poll->set_max_bar_length(125);
$php_poll->set_max_bar_height(10);
echo $php_poll->view_poll_result(1);


/* poll comments */
$php_poll->set_template("poll_comment");
$php_poll->set_comments_per_page(5);
$php_poll->set_date_format("d/m/Y H:i");
$php_poll->data_order_by("time","desc");
echo $php_poll->view_poll_comments(1);
echo $php_poll->get_comment_pages(1);

?>

</body>

</html>

I see the poll, and it works... but there is no comments on the site like the demo 2

My website give me this 1 error

Fatal error: Cannot redeclare class poll in c:\www\poll\db\include\class_poll.php on line 10

Please..... anyone.....?
Ok after studying some more, i came to this :

my folder is on
C:/www/poll/db and
C:/www/poll/textfile


<Html>

<head>
<meta name=
"GENERATOR" content="Microsoft FrontPage 5.0">
<meta name=
"ProgId" content="FrontPage.Editor.Document">
<meta http-equiv=
"Content-Type" content="text/html; charset=windows-1252">
<title>
New Page 1</title>
</head>

<body>

<?php
include_once "c:/www/poll/textfile/booth.php";
echo $php_poll->poll_process(5);
?>


<?php
/* Include this before your html code */
include "./db/poll_cookie.php";
?>

<?php

/* path */
$poll_path = "/www/poll/db";

require $poll_path."/include/config.inc.php";
require $poll_path."/include/$POLLDB[class]";
require $poll_path."/include/class_poll.php";
require $poll_path."/include/class_pollcomment.php";
$CLASS["db"] = new polldb_sql;
$CLASS["db"]->connect();

$php_poll = new pollcomment();

/* poll */
$php_poll->set_template_set("plain");
$php_poll->set_max_bar_length(125);
$php_poll->set_max_bar_height(10);
echo $php_poll->view_poll_result(1);


/* poll comments */
$php_poll->set_template("poll_comment");
$php_poll->set_comments_per_page(5);
$php_poll->set_date_format("d/m/Y H:i");
$php_poll->data_order_by("time","desc");
echo $php_poll->view_poll_comments(1);
echo $php_poll->get_comment_pages(1);

?>

</body>

</html>

I see the poll, and it works... but there is no comments on the site like the demo 2

My website give me this 1 error

Fatal error: Cannot redeclare class poll in c:\www\poll\db\include\class_poll.php on line 10

Please..... anyone.....?
Hello.
I'm busy to put up my first poll.. It's the Advanced Poll 2.0.3
I am using this code:

<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Poll</title>
</head>

<body>
<?php
include_once "c:/www/poll/textfile/booth.php";
echo $php_poll->poll_process(5);
?>
</body>

</html>

And now my poll works , but the comments i wrote myself or others don't show...
But i see them in my administraton

Please would you be so kind and help me ?

Thank you
 
Forum Index » Profile for René » Messages posted by René
Go to:   
Based on the open source JForum