Closed (duplicate)
Project:
Flexifilter
Version:
6.x-1.1-rc1
Component:
User interface - Admin pages
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2008 at 18:56 UTC
Updated:
7 May 2010 at 05:33 UTC
Jump to comment: Most recent file
Comments
Comment #1
Funkymoses commented+1
Comment #2
chirale commentedSame issue, it doesn't work (cannot add, cannot modify, cannot delete).
Comment #3
lunakid commentedSeems to not work similary in 6.2, too.
(Is this related to http://drupal.org/node/273479 or http://drupal.org/node/280559 ? Newbie yet, sorry...)
Comment #4
gurubert commentedsame here
Comment #5
izkreny commentedYup, same here. :(
Comment #6
bbinkovitz commentedthis seems to be a permissions issue. i had the same problem. more speficically, in D6.3 i logged in as root (uid=1), installed flexinode, and while i saw flexinode listed in the admin/build panel, i could see no "create new flexifilter" link when i went to admin options, and when i tried to edit the example filter that came preinstalled, i received an access denied error.
edit: forgot to mention this was with flexifilter 6.x-1.1-rc1
Comment #7
westwesterson commentedI was able to resolve this issue by applying the patch in http://drupal.org/node/273479 and then reinstalling flexifilter.
Comment #8
avpaderno@lunakid
The problem is described well in other issue reports.
Look at #247416: Missing options and Access Denied error when editing filters for a solution to the problem; despite of the title of the issue (which should be titled Access denied for user with UID 1), the issue report describes the problem you are having, and how to fix it.
Comment #9
kirankkaran commentedI am just a beginner and i am doing a wiki for my site.
I found that i needed the following for this to be done
wikitools
flexifilter
fleelinking
dif
talk and
table of contents
but when i installed the flexifilter i also had the same problem.
The flexifilter would show up in the admin menu but i am not able to add, edit, delete or disable any of the functions.
All options lead to an access denied page
I used the Flexifilter 6.x-1.1-dev module.
Can I use any other filter for the same?
Comment #10
kirankkaran commentedHi folks,
While configuring the Flexifilter module I found that certain menus are missing like
Add new flexifilter
Import a flexifilter
Load a default filter
As i went throgh the flexifilter module i found that permissions were not given for the users and admin.
It happens due to drupal 6.2 API changes.
Drupal will throw 'access denied' (403) when user tries to edit or create filters. this also applies for UID1 !!!
To fix this flexifilter_menu() function needs to be updated to include 'access arguments' => array('administer flexifilter') for every menu array item returned. implementation of hook_perm is also needed:
So either u can edit your Flexifilter module
or
You can use the patch
If u are going to edit the page this link can help u.
http://drupal.org/node/247416
I applied a patch and it worked.
Comment #11
kirankkaran commentedHere is a working Flexifilter module. It has been patched and is ready to be used.
Comment #12
rjbrown99 commentedChanging to needs review since there is a patch here.
Comment #13
rjbrown99 commentedI think #10 also needs a patched .install file. The current release of code in the tree does not create a column called 'cache' in the flexifilters table. You wind up with things like this:
Comment #14
rjbrown99 commentedOK so ignore my #13. Here's where I went with this to get a working module.
1. Check out the module from CVS, since it has changes from the -dev release. This gets you HEAD with the current changes. This seems to fix most of what was previously reported.
cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib co -d ./flexifilter contributions/modules/flexifilter
2. Apply the patch from #347923: MySQL Error when loading MediaWiki Filter, comment #1.
That's it so far. HEAD seems to be the way to go.
Comment #15
cwgordon7 commentedDuplicate of #247416: Missing options and Access Denied error when editing filters, and resolved in the latest release.
Comment #16
kirankkaran commentedHey Folks,
A good news for You.
The new version of flexifilter has come. No problems with it.
Try it and forget the other issues.