Upon enabling a new module, I am getting this error message:
Fatal error: Cannot redeclare _hilite_get_query_terms() (previously declared in /home/choirgee/public_html/modules/hilite/hilite.module:65) in /home/choirgee/public_html/modules/hilite/hilite.module on line 65
The only place this function appears in my drupal installation is in this module (obviously) at:
I'm trying to use the walkah's new image module alongside the album module. I installed folksonomy and the rest in a clean install of drupal CVS. However, I get the error
My website at http://www.my-kart.org/web/ seems to parse the page templates and adds a few blank lines which renders an error in the xml feed.
I know I am not providing much info because I do not know what really is the info to provide.
I am running a standard Drupal 4.5 with a number of the distributed modules installed. I do not what is causing the additional blank lines inserted in the page source.
Any general thoughts as to what typically would cause these additional lines to be inserted?
I'm quite convinced that there is the need to setup the visualization of blocks based upon the role. I need to show or not some blocks on a per-role basis. I would like to implement it, but it needs a new block_access table (similar to the node_access one). It should have to be moved into CVS and not be a simple module, I guess...