demianturner / sgl-docs-tickets-migration-test

0 stars 0 forks source link

cms still require navigation module #1664

Open demianturner opened 11 years ago

demianturner commented 11 years ago

'''Intro'''[[BR]] I wanted to try cms module with minimal SGL installation, i.e. I have removed all modules instead of block,default,cms,media,user. And when I tried to change some setting I have noticed that modules/default/classes/ConfigMgr.php fails at line 118 with:

MESSAGE: require_once(/home/wik/public_html/CMS15/modules/navigation/classes/NavigationDAO.php): failed to open stream: No such file or directory[[BR]] FILE: /home/wik/public_html/CMS15/lib/SGL/UrlParser/AliasStrategy.php[[BR]]

'''About Solution'''[[BR]] Still looking for better solution, but so far it's seems like easiest way is to keep navigation module and deploy with each project.

Other ideas:[[BR]] 1) Change "Output URL handler" from dropdown to regular field;[[BR]] 2) "Output URL handlers" list must have values which present in "Input URL handlers" ONLY, but I am not sure if this one correct.[[BR]] 3) Under default/classes/ConfigMgr.php (around line 118), check if navigation module has not been installed, then exclude AliasStrategy.php from inclusion.[[BR]]

Let me know if I have lost anything.

Thanks.

demianturner commented 11 years ago

[demian] Hi wik01

As this is an open and somewhat broad subject, I think it's better suited for a conversation on the mailing list. Would you like to post it there and close this ticket?