Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Errors: Memory & Stack overflow (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Errors: Memory & Stack overflow
#98
Errors: Memory & Stack overflow 1 Year, 7 Months ago  
Hey all

I just installed the FB without any problems on my Joomla 1.0.12. When I try to access the board, the following errors are shown:

Screenshot 1





Screenshot 2




Any suggestions?

Best regards from Switzerland
Knalltrauma


Post edited by: Knalltrauma, at: 2007/04/18 16:13
Knalltrauma (User)
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#104
Re:Errors: Memory & Stack overflow 1 Year, 7 Months ago  
J'ai eu un souci similaire en upgradant depuis l'ancien forum (joomlaboard)...
J'ai désinstallé, viré les table à la main (joomlaboard et fireboard) et j'ai tout réinstallé en cliquant sur "clean install", je n'ai plus eu ce souci...
Gieller (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#121
Re:Errors: Memory & Stack overflow 1 Year, 7 Months ago  
Any link with my error message when creating and editing a new category (I upgraded from Joomlaboard) ?


"Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 11584 bytes) in .../administrator/components/com_fireboard/admin.fireboard.php on line 10762"
ouinx2 (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#323
Re:Errors: Memory & Stack overflow 1 Year, 7 Months ago  
forum.joomla.org/index.php/topic,128516.0.html

I think the link above should help you ouinx2

Post edited by: xcronix, at: 2007/04/19 03:57
andrei (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#437
Re:Errors: Memory & Stack overflow 1 Year, 7 Months ago  
Wow, thank you all for the support. I wrote that now to my hoster now

Just a last thing:
This error is only shown, if I try to access the Fireboard. Isn't that a little bit strange? My Joomla-Installation works/worked like a charm without this error.
Knalltrauma (User)
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#452
Re:Errors: Memory & Stack overflow 1 Year, 7 Months ago  
discard my last post:

Do it as follow: if it gives an error you have to delete the duplicate entries (troublesome job, sorry)
[code:1]
alter table `jos_fb_messages` ,change `id` `id` int (11) NOT NULL AUTO_INCREMENT , add primary key(`id` );

alter table `jos_fb_categories` ,change `id` `id` int (11) NOT NULL AUTO_INCREMENT , add primary key(`id` );

alter table `jos_fb_smileys` ,change `id` `id` int (4) NOT NULL AUTO_INCREMENT , add primary key(`id` );

[/code:1]
Maria (User)
BoJ Team
Moderator
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Best of Joomla Team
 
The administrator has disabled public write access.  
#520
Re:Errors: Memory & Stack overflow 1 Year, 7 Months ago  
Hey Maria

Where do I have to do that? In phpMyAdmin? If yes, which table? Is this a bug from Fireboard 1.0.0 and will be fixed in the next stable release?

Kind regards from "Swiss-Cheese-Country"
Knalltrauma
Knalltrauma (User)
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top