Members   Search      Help    Register    Login    Home
Home » Support Forums for PMBT 2.X » Bug Reports for V2.X » Error Popups all the time.
icon4.gif  Error Popups all the time. [message #2650] Mon, 18 May 2009 21:48 Go to next message
Anonymous Leecher  Lithuania
This error popups all the time:

Quote:
Error when processing:
TypeError: stav[0] is undefined


Can somebody help me?
Re: Error Popups all the time. [message #2651 is a reply to message #2650] Mon, 18 May 2009 21:54 Go to previous messageGo to next message
re4ux is currently offline re4ux  Lithuania
Messages: 3
Registered: May 2009
Leecher
Same error to. http://img167.imageshack.us/img167/5812/errordds.jpg

[Updated on: Mon, 18 May 2009 22:02]

Report message to a moderator

Re: Error Popups all the time. [message #2652 is a reply to message #2651] Tue, 19 May 2009 02:08 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
this is caused when your browser has trouble with Jave conecting to your site to update email notice.
are you on a local machine or a server??


http://a.imageshack.us/img831/5562/mybikes.png
Re: Error Popups all the time. [message #2654 is a reply to message #2650] Tue, 19 May 2009 11:51 Go to previous messageGo to next message
re4ux is currently offline re4ux  Lithuania
Messages: 3
Registered: May 2009
Leecher
On a linux server.
Re: Error Popups all the time. [message #2655 is a reply to message #2654] Tue, 19 May 2009 13:08 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
how ofter do you get this error?

http://a.imageshack.us/img831/5562/mybikes.png
Re: Error Popups all the time. [message #2657 is a reply to message #2655] Tue, 19 May 2009 13:27 Go to previous messageGo to next message
re4ux is currently offline re4ux  Lithuania
Messages: 3
Registered: May 2009
Leecher
every ~30 seconds.

Re: Error Popups all the time. [message #2659 is a reply to message #2657] Tue, 19 May 2009 13:49 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
pm me link to your site so I may check please

http://a.imageshack.us/img831/5562/mybikes.png
Re: Error Popups all the time. [message #2932 is a reply to message #2650] Fri, 25 September 2009 06:58 Go to previous messageGo to next message
yayhl2 is currently offline yayhl2  United States
Messages: 7
Registered: September 2009
Leecher
I'm getting the same popup error message. On a linux server too. How did you fix it?
Re: Error Popups all the time. [message #2933 is a reply to message #2932] Fri, 25 September 2009 14:00 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
do you have any warning notices on the top of your page?

http://a.imageshack.us/img831/5562/mybikes.png
Re: Error Popups all the time. [message #2934 is a reply to message #2933] Sat, 26 September 2009 00:00 Go to previous messageGo to next message
yayhl2 is currently offline yayhl2  United States
Messages: 7
Registered: September 2009
Leecher
None that I see. It seems to happen randomly, and then I need to log out/log in again.
Re: Error Popups all the time. [message #2935 is a reply to message #2934] Sat, 26 September 2009 00:45 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
can you give me a link?

http://a.imageshack.us/img831/5562/mybikes.png
Re: Error Popups all the time. [message #2936 is a reply to message #2935] Sat, 26 September 2009 07:46 Go to previous messageGo to next message
yayhl2 is currently offline yayhl2  United States
Messages: 7
Registered: September 2009
Leecher
To my site?

http://mybtt.comlu.com/index.php

I haven't tweaked it at all. It's running 2.0.3 Gold. I was waiting to see if you had a solution to the bug before I tried messing with it.
Re: Error Popups all the time. [message #2937 is a reply to message #2936] Sat, 26 September 2009 13:07 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
try adding
error_reporting(0);

at line
31 in pm_ajax.php
have you seen the new 3.0.4gold release?


http://a.imageshack.us/img831/5562/mybikes.png

[Updated on: Sat, 26 September 2009 13:24]

Report message to a moderator

Re: Error Popups all the time. [message #2938 is a reply to message #2937] Sat, 26 September 2009 13:28 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
I just checked your page and find 2 things
1 you need to add how much you want for donations in admin/paypal
2 your host is adding a counter to your script wich may be causing the error this is your output of pm_ajax.php
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<response><status>OK</status><pm>false</pm></response>
<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->

this is what it should be
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<response><status>OK</status><pm>false</pm></response>


http://a.imageshack.us/img831/5562/mybikes.png
Re: Error Popups all the time. [message #2939 is a reply to message #2938] Sat, 26 September 2009 21:06 Go to previous messageGo to next message
yayhl2 is currently offline yayhl2  United States
Messages: 7
Registered: September 2009
Leecher
OK I knew it was my host. Thanks for finding out what was wrong! I replaced what it should be with what my host wanted to do, I haven't had any popups since (IDK if that's what you wanted to do).

I fixed the donation block too, but my host is taking too long to update, so now it's a big error message lol.

I'll let you know if there are any other problems with my site.

Thanks again!
icon5.gif  Re: Error Popups all the time. [message #4022 is a reply to message #2650] Wed, 05 May 2010 07:40 Go to previous messageGo to next message
brasileiro is currently offline brasileiro  Japan
Messages: 1
Registered: May 2010
Leecher
Hi .
Since i tryed to install other scripts like TBDev and TT2 without support to includes a PHPBB3 board inside , i'm now at PMBTv2 .
Good job . I'm wondered . Good suport and nice scripts .

I had installed a fresh install of 2.0.4repack and i seeing the pop-up error like these people but i seeing this message at the top :

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of ip_valid(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/*********/*********.org/include/functions.php on line 158


Can you help me ?
Thanks in advice .

[Updated on: Wed, 05 May 2010 07:41]

Report message to a moderator

Re: Error Popups all the time. [message #4024 is a reply to message #4022] Wed, 05 May 2010 13:30 Go to previous message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
in same file change
    if (ip_valid(&$_SERVER[$c])) {

to
    if (ip_valid($_SERVER[$c])) {

that shout help.


http://a.imageshack.us/img831/5562/mybikes.png
Previous Topic:Bug in mass pm by system
Next Topic:Simple pain preg_match
Goto Forum:
  


Current Time: Thu Feb 09 11:09:17 GMT 2012

Total time taken to generate the page: 0.01255 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software