Jump to:
| Project: | Accessible Content |
| Version: | 6.x-1.1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Had everything with this module working just fine, but then after migrating this site from one subdomain to another subdomain things are not perfect any longer.
Settings in the Acessibility Checking sectio of Content Types that were used in the site before moving to another subdomain are still there correctl, but I cannot make any changes in Guideline selection pulldown meny. nothing set in guidelines any longer and no pull-down menue appearing.
Same things if I add new Content Types. No pulldown-menue for guidelines, and the checkboxes and their choices are not saved. I might mark a checkbox option or several but after saving and checking if the changes actually are saved none of the changes in checkboxes are saved.
it should not have to do with permissions since I am trying to do this as ADMIN and i have priviledges to make those changes!
Help please. i already have tried to disable the module itself, "uninstalled" it from within the module-section of Drupal and enabled it again. nothing seems to do the trick ...
Comments
#1
The guidelines in the content type form are populated by the "Accessibility Guideline" node type. These may have been deleted. Please go to admin/content/node and confirm that you have any accessibility guideline nodes.
#2
thank you .. that is correct. the guideline nodes are not there any longer. how can i get them back?
#3
from
/admin/settings/accessible_content/create_tests
i installed/uppdated accessibility tests , then performed a CRON-run, did an uppdate of database ....
but still my issue remains. no guidelines to pick and settings won't be saved at all.
status report is telling me that "Accesibility tests are installed"? but when checking in content for GUIDLINES no guideline nodes show up. how can i get them or where can i grab those?
#4
and yes, quail.php is located in
sites/all/libraries/quail/quail/quail.php
and so are
sites/all/libraries/quail/quail/guidelines
#5
I've tested several configurations where I have deleted guidelines and then recreated them using the test/guideline reinstaller, and I cannot duplicate this behavior. Could you provide a list of non-core modules you have installed? It might be that some other module is interfering in the creation of these nodes.
#6
semi-related. line 163 of accessible_content says:
$type = $form['identity']['type']['#default_value'];It should say:
$type = $form['identity']['type']['#value'];That will at least get it to save the settings. The issue is that it was saving the form settings but not correctly reloading them on the edit form for a node type