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!
Re:badword component dosent work.. (1 viewing) (1) Guest
Go to bottom Favoured: 1
TOPIC: Re:badword component dosent work..
#53562
Re:badword component dosent work.. 4 Months, 2 Weeks ago  
Did you find a solution to this? I'm having the exact same problem.
jarofvegemite (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#57803
Re:badword component dosent work.. 2 Months, 2 Weeks ago  
Did you fix this I'm having the same issue.
An Error Has Occurred! Unable to open config file to write!

Looking for a badwords component that works with the latest joomla and FB
techclan (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#57807
Re:badword component dosent work.. 2 Months, 2 Weeks ago  
I ended up using ReReplacer, it works perfectly. Never could get badwords2 to work properly.

extensions.joomla.org/component/option,c...nk_id,4336/Itemid,35
techclan (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#59553
Re:badword component dosent work.. 1 Month, 2 Weeks ago  
Hi guys,
I had this problem too, the one with
Code:

An Error Has Occurred! Unable to open config file to write!
huh finally after a few hours search, I found the solution, it is a require_once problem.

in file admin.badwords2.php at line 25 there is a
Code:

require_once('settings.badwords2.perm.php');

This file contains the variables regarding the config files for badwords, badregexp, etc.
in the functions
Code:

editBwRow(), saveBwRow(), showBwData(), removeBwData()
comment out the line
Code:

global $bw_file_badwords, $bw_file_admins, $bw_file_regexps;
, in each of this functions and add
Code:

require_once('settings.badwords2.perm.php');
.
This worked for me. Now I see the list of the badwords, I can Edit and Save.
attiato (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top