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: Bargemanos
Forum Index » Profile for Bargemanos » Messages posted by Bargemanos
Author Message
Had the same problem too, i backuped my database, and deleted the whole thing, also the files on my webserver, new version, install agian, place back your database from the backup, and there is was again.... all working.

i used PHPmyadmin to backup my database...
I think you need to look an the !Joombla instead of coppermine...
i tryed this also, for so far without a result.

i made a second poll_comment.php file and deleted the line of the



and changed the


to
(the new file)

but this won't work, i think because the



line of my page needs all the information out of the database.

maby a mod can help us with this
it had something to do with the superglobals think.
i changed:

8| $version = "v2.03";
9| if (!isset($PHP_SELF)) {
10| $PHP_SELF = $HTTP_SERVER_VARS["PHP_SELF"];
11| if (isset($HTTP_GET_VARS)) {
12| while (list($name, $value)=each($HTTP_GET_VARS)) {
13| $$name=$value;

into:

8|$version = "v2.03";
9|if (!isset($PHP_SELF)) {
10| $PHP_SELF = $_SERVER["PHP_SELF"];
11| if (isset($_GET)) {
12| while (list($name, $value)=each($_GET)) {
13| $$name=$value;

So i changed the superglobal variables.

same to admin/commen.inc.php and all the necesary other files otherwish you can't login / sent comment or vote at all after installation.

and the part below this into the new superglobals of PHP4.*+ ( i use PHP5, and the function -register_globals = off)

Greatz
Bargemanos
Hi there,

I'm trying to install Advanced poll 2.03, just to look at it, and i think because of the good support in this forum use it in future, but i have problems installing the poll.

when i start the install.php in show up nice, with the wizard screen (nice work btw) but when i klik on next, nothing happens.
strange, no errors or something, i looked in the Apache log files and foud the following error:

[Wed Dec 14 00:26:52 2005] [error] PHP Notice: Undefined variable: HTTP_SERVER_VARS in d:\\www\\vorduh\\poll2\\install.php on line 10

8| $version = "v2.03";
9| if (!isset($PHP_SELF)) {
10| $PHP_SELF = $HTTP_SERVER_VARS["PHP_SELF"];
11| if (isset($HTTP_GET_VARS)) {
12| while (list($name, $value)=each($HTTP_GET_VARS)) {
13| $$name=$value;

1st i thing i noticed where the \\ but don't know if this is a problem.

maby anyone has a suggestion?

Greatz
Bargemanos
when i was trying to improve my guestbook i screw up a bit i think, when i tryed to post a message i first got a "invaild line error" and some other error but now i recieve the following one:

MySQL Error : Query Error
Query : INSERT INTO book_data (name,gender,email,url,date,location,host,browser,comment,icq,aim,msn,yahoo,skype,accepted,ip) VALUES ('test','x','','','1134428203','','BARGEMANOS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)','test test','','','','','',1,'192.168.0.15')
Error Number: 1264 Out of range value adjusted for column 'icq' at row 1
Date : Mon, December 12, 2005 23:56:43
IP : 192.168.0.15
Browser : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Referer : http://80.100.154.76/vorduh/guestbook/addentry.php
PHP Version : 5.1.1
OS : WINNT
Server : Apache/1.3.34 (Win32) PHP/5.1.1
Server Name : NLVorserver03

i tryed toghether with Carbonize to change some values in the database, this worked out fine for 1 post, but every post it stopt working again.
now, it doesn't work at all, unless i fill in the ICQ field, with i have tryed to disable in the admin panel, but without any result.

when did the GB started to fail? i thougt it was when i updated to SQL server 5.0.16 and PHP5.

i like to have some help here, anyone any sugestions?

Link to guestbook:

http://80.100.154.76/vorduh/guestbook/
in firefox it all works fine, but Internet explorer doesn't seems to understand, anyone knows the reason for this?
Thx for help

it works fine right now _o_
the background of the table is transparent, but the picture isn't visible, the background of the body.php is white, instead of transparent, i deleted the #FFFFFF in the admin panel, but no differece.

i'm talking about this page: vorduh.tk

as you can see if you look between the scroll and the border of the 2 lowerst tabels both tables are transperent, but the guestbook is still white.
hi all,

i was wondering and trying to get the body of my guestbook transparent, i tryed a few things but no result.

so i only want the background transparent, not the table with the messages, but i don't know how to do it, anyone a solution?
 
Forum Index » Profile for Bargemanos » Messages posted by Bargemanos
Go to:   
Based on the open source JForum