Welcome Guest ( Log In | Register )

UploadScript

Check out the FREE chatroom mod for IPB 3.x

119 Pages V  « < 46 47 48 49 50 > »   
Reply to this topicStart new topic
D21-Shoutbox 1.2.1
Chrisisamodder
post Mar 16 2006, 06:28 AM
Post #706


I love Pakistan
*****

Group: Members
Posts: 1,187
Joined: 7-March 04
Member No.: 89,751
IPB Version: 2.0.x



mySQL query error: SELECT *, count(mgroup) as gt FROM ibf_shoutbox WHERE id>0 AND date='16th March 2006' GROUP BY mgroup

SQL error: Got error 122 from table handler
SQL error code:
Date: Thursday 16th of March 2006 05:29:55 PM


--------------------
Pakistan is currently in a period of impresive economic growth. We have been the best market performer for quite some time now and we will suceed in the end. And yes that annoying signature with the same avatar as I have is reffering to me. Do I care? NO
Go to the top of the page
 
+Quote Post
grandconvoy
post Mar 16 2006, 03:57 PM
Post #707


Advanced Member
***

Group: Members
Posts: 431
Joined: 6-March 05
Member No.: 147,238
IPB Version: Not Applicable



QUOTE(sukhdeepsinghkohli @ Mar 16 2006, 11:11 AM) [snapback]1655978[/snapback]

Hi Everone,

I love the Dean Shoutbox. I recently changed my hosts and uploaded all the files and database from the old host to the new one.


Now the probs is that

Evertime i click on

My Controls or if or If i try to open a PM

I get this error

CODE
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in /home/public_html/forum/sources/action_public/D2mods/Shoutbox/classes/class.shout.php on line 702


Everthing used to work fine when i was on old host. Dunno whats the probs now! blink.gif



That is not an error with the mod. Its actually an error with your host, you are getting that message because you installed more mods than your hosts server memory limate can handly. The only way to fix this (to my knowlege) is to uninstall some of your mods. Sorry

This post has been edited by grandconvoy: Mar 16 2006, 03:59 PM
Go to the top of the page
 
+Quote Post
stetymo
post Mar 17 2006, 02:56 AM
Post #708


Member
**

Group: Members
Posts: 209
Joined: 24-August 05
Member No.: 172,427
IPB Version: 2.3.x



I've just came across this one another site. Is there any truth to it and if so
how long until it's fix??

http://securityreason.com/exploitalert/366


--------------------
Go to the top of the page
 
+Quote Post
daveb47
post Mar 17 2006, 04:53 AM
Post #709


Advanced Member
***

Group: Members
Posts: 326
Joined: 2-May 04
Member No.: 104,626
IPB Version: Not Applicable



That is for the d2 shoutbox m8,Totally diferent to the D21 version.
Go to the top of the page
 
+Quote Post
jasonsn
post Mar 17 2006, 05:04 AM
Post #710


IZE Wubber
****

Group: Members
Posts: 772
Joined: 1-June 03
From: Manitoba, Canada
Member No.: 16,351
IPB Version: 1.3.x



I can now confirm that this mod works perfectly with/on IPB 2.1.5.


--------------------
Thanks for your time.
Jason Neskar
Go to the top of the page
 
+Quote Post
Foxxx428
post Mar 17 2006, 01:42 PM
Post #711


Newbie
*

Group: Members
Posts: 86
Joined: 30-October 04
Member No.: 130,921
IPB Version: 2.0.x



QUOTE
That is not an error with the mod. Its actually an error with your host, you are getting that message because you installed more mods than your hosts server memory limate can handly. The only way to fix this (to my knowlege) is to uninstall some of your mods. Sorry


Actually you can increase memory in a .htaccess file but your host may not like it one bit. I've done it temporarily to get around memory problems while restoring backups.

php_value memory_limit SIZE HERE

That's not a solution, but you can probably get by with it for a few minutes to see if that's what's causing your problems.
Go to the top of the page
 
+Quote Post
grandconvoy
post Mar 17 2006, 09:37 PM
Post #712


Advanced Member
***

Group: Members
Posts: 431
Joined: 6-March 05
Member No.: 147,238
IPB Version: Not Applicable



QUOTE(CheetahShrk @ Mar 10 2006, 09:39 PM) [snapback]1653415[/snapback]

urgent secruity fix
for an new exploit
http://www.securityfocus.com/bid/16984/info
open shoutbox.php in /sources/action_public/d2mods/shoutbox/
find
CODE

    function render_saved_shouts()
    {

add under
CODE

$this->ipsclass->input['load'] = intval($this->ipsclass->input['load']);
$this->ipsclass->input['delete'] = intval($this->ipsclass->input['delete']);



can someone confirm weather this fix works or not? please
Go to the top of the page
 
+Quote Post
jasonsn
post Mar 18 2006, 05:00 AM
Post #713


IZE Wubber
****

Group: Members
Posts: 772
Joined: 1-June 03
From: Manitoba, Canada
Member No.: 16,351
IPB Version: 1.3.x



QUOTE(grandconvoy @ Mar 17 2006, 09:37 PM) [snapback]1656608[/snapback]

QUOTE(CheetahShrk @ Mar 10 2006, 09:39 PM) [snapback]1653415[/snapback]

urgent secruity fix
for an new exploit
http://www.securityfocus.com/bid/16984/info
open shoutbox.php in /sources/action_public/d2mods/shoutbox/
find
CODE

    function render_saved_shouts()
    {

add under
CODE

$this->ipsclass->input['load'] = intval($this->ipsclass->input['load']);
$this->ipsclass->input['delete'] = intval($this->ipsclass->input['delete']);



can someone confirm weather this fix works or not? please


What is the such the big issue about the security fix?


--------------------
Thanks for your time.
Jason Neskar
Go to the top of the page
 
+Quote Post
ellawella
post Mar 18 2006, 08:21 AM
Post #714


Newbie
*

Group: Members
Posts: 44
Joined: 31-May 05
Member No.: 160,652
IPB Version: Not Applicable



ANOTHER FEATURE SUGGESTION

- Update Moderator Logs when a moderator performs a moderation action on a shout or shouts. smile2.gif
Go to the top of the page
 
+Quote Post
grandconvoy
post Mar 18 2006, 10:52 AM
Post #715


Advanced Member
***

Group: Members
Posts: 431
Joined: 6-March 05
Member No.: 147,238
IPB Version: Not Applicable



QUOTE(jasonsn @ Mar 18 2006, 11:00 AM) [snapback]1656696[/snapback]

What is the such the big issue about the security fix?


click that link http://www.securityfocus.com/bid/16984/info

Do you know what SQL Injection Vulnerability means? Well it means anyone can run sql queries via the shoutbox, namly anyone can easly wipe your databese like its nothing. That would be my idea of a big issue lol

This post has been edited by grandconvoy: Mar 18 2006, 10:54 AM
Go to the top of the page
 
+Quote Post
whitetigergrowl
post Mar 18 2006, 09:54 PM
Post #716


Newbie
*

Group: Members
Posts: 27
Joined: 18-February 04
Member No.: 84,755
IPB Version: 1.3.x



ajax...badly

This post has been edited by whitetigergrowl: Mar 18 2006, 10:02 PM
Go to the top of the page
 
+Quote Post
muks
post Mar 19 2006, 01:56 AM
Post #717


Newbie
*

Group: Members
Posts: 19
Joined: 31-December 03
Member No.: 73,256
IPB Version: Not Applicable



QUOTE(sukhdeepsinghkohli @ Mar 16 2006, 11:11 AM) [snapback]1655978[/snapback]

I get this error

CODE
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in /home/public_html/forum/sources/action_public/D2mods/Shoutbox/classes/class.shout.php on line 702


Everthing used to work fine when i was on old host. Dunno whats the probs now! blink.gif



file a support ticket on your host and tell them to increase memory_limit in php.ini to say 32mb. your current host only has it at 8mb that explains 8388608 bytes exhausted
Go to the top of the page
 
+Quote Post
jasonsn
post Mar 20 2006, 01:47 AM
Post #718


IZE Wubber
****

Group: Members
Posts: 772
Joined: 1-June 03
From: Manitoba, Canada
Member No.: 16,351
IPB Version: 1.3.x



QUOTE(muks @ Mar 19 2006, 01:56 AM) [snapback]1657163[/snapback]

QUOTE(sukhdeepsinghkohli @ Mar 16 2006, 11:11 AM) [snapback]1655978[/snapback]

I get this error

CODE
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in /home/public_html/forum/sources/action_public/D2mods/Shoutbox/classes/class.shout.php on line 702


Everthing used to work fine when i was on old host. Dunno whats the probs now! blink.gif



file a support ticket on your host and tell them to increase memory_limit in php.ini to say 32mb. your current host only has it at 8mb that explains 8388608 bytes exhausted


Yeah he is right if you submit a support ticket I bet they would help you out and solve your problem either right away or as soon as possible (ASAP).


--------------------
Thanks for your time.
Jason Neskar
Go to the top of the page
 
+Quote Post
MrBeen
post Mar 20 2006, 06:12 AM
Post #719


Newbie
*

Group: Members
Posts: 12
Joined: 17-June 03
Member No.: 20,384



hi

i upgraded from 2.0.4 (shoutbox v1.0) to 2.1.5 (shoutbox 1.1) and replaced all files
I made a new install and now I have on PCadmin
QUOTE
D2-Shoutbox (72 settings)
D21-Shoutbox (72 settings)

when clic on D2 I got an error
Fatal error: Call to a member function on a non-object in *****sources/action_admin/settings.php(1477) : eval()'d code on line 5
D21 (new version) works

how to remove D2 line from PCadmin ?
_________________

another question : old theme don't works
I prefer the writinig box on the right and not under box
how to make "old theme" working ?

thanks

This post has been edited by MrBeen: Mar 20 2006, 08:31 AM
Go to the top of the page
 
+Quote Post
sukhdeepsinghkoh...
post Mar 20 2006, 07:55 AM
Post #720


Member
**

Group: Members
Posts: 232
Joined: 14-December 05
Member No.: 191,664



QUOTE(jasonsn @ Mar 20 2006, 01:17 PM) [snapback]1657571[/snapback]

QUOTE(muks @ Mar 19 2006, 01:56 AM) [snapback]1657163[/snapback]

QUOTE(sukhdeepsinghkohli @ Mar 16 2006, 11:11 AM) [snapback]1655978[/snapback]

I get this error

CODE
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in /home/public_html/forum/sources/action_public/D2mods/Shoutbox/classes/class.shout.php on line 702


Everthing used to work fine when i was on old host. Dunno whats the probs now! blink.gif



file a support ticket on your host and tell them to increase memory_limit in php.ini to say 32mb. your current host only has it at 8mb that explains 8388608 bytes exhausted


Yeah he is right if you submit a support ticket I bet they would help you out and solve your problem either right away or as soon as possible (ASAP).


Thankyou so very much! Works like before tongue.gif

Got a few more probs. Can anyone help me on that

Blank Page Problem ?
Go to the top of the page
 
+Quote Post

119 Pages V  « < 46 47 48 49 50 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 15th March 2010 - 02:53 AM
Invision Skins · IPB Skins