1
vote
0answers
117 views

File path set in File field does not show up in hook_node_insert

I have a content type called project which has a File Field. Inside this File Field I have set the File Path to be "project". I have also created a custom module that implements hook_node_insert. ...
1
vote
2answers
233 views

Page not found when trying to access my custom module

Something is very strange. I have built 8 modules and they all work fine. When I installed the 9th one, it said "Configuration options have been saved" but when I access the path, I receive a "Page ...
2
votes
1answer
66 views

Can I add a page without clearing cache?

I have written a module by which user can add custom pages. Do I need to clear the cache every time user adds a page? Is there a way to adding pages without clearing cache? If yes what is it? and if ...