Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Fireboard -- Errors? (1 viewing) (1) Guest
TOPIC: Fireboard -- Errors?
#33351
Fireboard -- Errors? 1 Year, 1 Month ago  
Hello, I am new in this forum, so most likely I am sure I am posting this in the wrong CAT.

I have a problem that just started today. We run a Joomla site with fireboard and today all of a sudden when I post a new topic, I get the following errors:


Warning: preg_match() [function.preg-match]: Compilation failed: regular expression too large at offset 62 in /home/myserver/public_html/mysite.com/components/com_fireboard/template/default/smile.class.php on line 1022

Warning: preg_match() [function.preg-match]: Compilation failed: regular expression too large at offset 62 in /home/myserver/public_html/mysite.com/components/com_fireboard/template/default/smile.class.php on line 1022

Warning: preg_match() [function.preg-match]: Compilation failed: regular expression too large at offset 62 in /home/myserver/public_html/mysite.com/components/com_fireboard/template/default/smile.class.php on line 1022

Any idea what could be causing this issue?

THanks
nemmon (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#33355
Re:Fireboard -- Errors? 1 Year, 1 Month ago  
I'm the other admin from the website with such error.

www.viveenlaunah.com

This issue started today and i don't have a clue why... we already replaced the "damaged" file and nothing happens
FalcoHN (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#33492
Re:Fireboard -- Errors? 1 Year, 1 Month ago  
This error occurs when a user goes over the margin limit in fireboard..
ERROR cuando se sobrepasan los margenes en el posteo de un mensajes, Fireboard.

// Find the first stretch of characters over the $width limit if (preg_match("/^(.*?s|^)(([^s&]|&(w{2,5}|#d{2,4}){" . $width . "})(?!(" . preg_quote($break, "/" . "|s))(.*)$/s$utf", $value, $match)) Solucion. // Find the first stretch of characters over the $width limit if (preg_match("/^(.*?s)?(S{".$width."})(?!(".preg_quote($break, "/"."|s))(.*)$/s".(($utf8



// Find the first stretch of characters over the $width limit if (preg_match("/^(.*?s|^)(([^s&]|&(w{2,5}|#d{2,4}){" . $width . "})(?!(" . preg_quote($break, "/" . "|s))(.*)$/s$utf", $value, $match))

Fix:

// Find the first stretch of characters over the $width limit if (preg_match("/^(.*?s)?(S{".$width."})(?!(".preg_quote($break, "/"."|s))(.*)$/s".(($utf8) ? "u" : "", $value, $match)) {


This was provided by CarlosFigueroa (Administrator at www.viveenlaunah.com)
nemmon (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#38988
Re:Fireboard -- Errors? 12 Months ago  
I have just upgraded to Fireboard 1.0.4 and am now receiving a similar error, though this fix now does not work (although it did previously).

Warning: preg_match() [function.preg-match]: Compilation failed: regular expression too large at offset 61 in /home/middlese/public_html/content/components/com_fireboard/template/default/smile.class.php on line 593
retrodouggy (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/01/15 03:47 By retrodouggy.
 
 
#40758
Re:Fireboard -- Errors? 11 Months, 2 Weeks ago  
/components/com_fireboard/template/default/smile.class.php on line 22

Have also this Error...

Only on review....
greyhoundxxx (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Better Feel? ..Take deal4real...
Logged Logged
 
 
 
#55984
Re:Fireboard -- Errors? 4 Months, 4 Weeks ago  
I have a similar error message

Warning: preg_match() [function.preg-match]: Compilation failed: regular expression is too large at offset 62 in /home/ex/public_html/subdomains/forum/components/com_fireboard/template/default/smile.class.php on line 593

Warning: preg_match() [function.preg-match]: Compilation failed: regular expression is too large at offset 62 in /home/ex/public_html/subdomains/forum/components/com_fireboard/template/default/smile.class.php on line 593
cbal (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#56040
Re:Fireboard -- Errors? 4 Months, 3 Weeks ago  
I have the same error I use Joomla 1.5 and the last Fireboard in Legacy Mode and above avery post shows "Warning: preg_match() [function.preg-match]: Compilation failed: regular expression is too large at offset 62 in /home/content/j/o/a/joanvila/html/simcontrol/components/com_fireboard/template/default/smile.class.php on line 593"

How can we solve it? Thanks
PAUSIMS (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#56112
Re:Fireboard -- Errors? 4 Months, 3 Weeks ago  
Wait until 1.0.5 is released. Since I guess that would fix it. Or you can add it to the official tracker.

Birger
MindTooth (User)
Joomla! Star
Senior Boarder
Posts: 161
graphgraph
User Offline Click here to see the profile of this user
Gender: Male MindTooth Location: Norway Birthdate: 1987-09-22
Logged Logged
 
 
Go to top