Indeed, slowly I am getting there I think.
In reality the renaming of the module was done by a "developer" I found here in the jobs section, and all he did was to rename every single instance inside the directory groups and on the database.
But now that I think, he did not run-ed the installation of the module so something is missing.
moving forward; Now I can visit the new module (/m/festivals/)
And when I get into a page within festivals (/m/festivals/view/pagename), I get
"Fatal error: Call to undefined method BxFestivalsDb::isFestivalAdmin() in /home/musicon/public_html/dev/modules/boonex/festivals/classes/BxFestivalsModule.php on line 832
and that line says:
"return $this->_oDb->isFestivalAdmin ($aDataEntry['id'], $iProfileId) && isProfileActive($iProfileId);"
Which makes me think that the script does not know about the existence of this new module Festivals and therefore cannot decide whether the visitor can see it or manage or neither.
I'm stuck
Any tip where I should search in?
Appreciate the help