Support Forum
Error in the Apache Log: Mentions plugin
Blaise F
Rookie
Pro Subscribers
Offline
Hi,
I am getting the following error in my apache error log:
mod_fcgid: stderr: PHP Warning - preg_match_all(): Compilation failed: invalid range in character class at offset 7 - file: /forum-plugins/mentions/library/sp-mentions-components.php - line: 18 - function: preg_match_all.
Line 18 in bold below:
function sp_mentions_find_mentions($content) {
preg_match_all('/\B@([\w-\.]+)\b/', $content, $matches);
if ($matches) {
$names = $matches[1];
} else {
$names = array();
}return $names;
}
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 621
Members: 17367
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10128
Posts: 79627