when updating settings /admin/settings/linktocontent i get a "page not found" after hitting the "update settings" button...

note: all my modules are located in /modules/contrib/

Comments

stborchert’s picture

Assigned: Unassigned » stborchert

note: all my modules are located in /modules/contrib/

Ok, this is not applicable, yet. Multi-site installation with modules in differnet directories aren't handled by my module. Perhaps I should write a note to INSTALL.txt.

thanks for your hint

stborchert’s picture

i get a "page not found"
Could you please post which page can't be found.
Otherwise I can't get closer to the solution :-)

stborchert’s picture

I tried to reproduce the error and set up a new install.

directory structure

+ [test]
  + [database]
  ...
  + [modules]
    + [contrib]
      + [tinymce]
        tinymce.module
      + [linktocontent]
        linktocontent.module
    aggregator.module
    archive.module
    block.module
    ...
  + [scripts]

installation steps

  1. created first account
  2. copied [tinymce] to [modules/contrib]
  3. activated tinymce in admin/modules and set up a new profile
  4. copied [linktocontent] to [modules/contrib]
  5. activated linktocontent in admin/modules
  6. went to admin/settings/linktocontent and hit "update settings"
  7. settings where saved without any warning or error
  8. selected "category" as default extension and hit "update settings"
  9. Message: "Extension "category" can't be enabled..."

All went fine without any errors.
However, the plugin is not really working. But this an other bug ;-)

stborchert’s picture

Well, it was not because of a bug but the lack of vocabularies.

stborchert’s picture

Status: Active » Closed (fixed)

error does not occure anymore