Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I've implemented TinyMCE imagemanager and filemanager with the wysiwyg module into Drupal 7 authenticating with DrupalAuthenticator. All works perfectly with the default Drupal admin login. I can access the file system to upload images etc.
A new user with admin permissions does not authenticate though and I can't see where to add permissons. Editor works fine but imagemanager defaults to login_session_auth.php.
I just move this and am hoping it is now posted in the right place....
I'd like to know if anyone has experience migrating a standard Drupal 7 installation using MySQL to a noSQL database such as MongoDB module or similar? I'd assume that a lot of work would be needed to get the data into the new database format.
Is this kind of migration feasible? What technically would need to be done to make it happen?
I recently organized my modules into /contrib and /custom folders within sites/all/modules.
I'm now experiencing a fatal error that I can't seem to solve. The "drush cc all" is throwing the same error. I've tried clearing the cache tables in the database with no luck either. The stack trace is below. Any help would be wonderful:
Fatal error: require_once(): Failed opening required '/data/www/doc/devdrupal/sites/all/modules/ctools/includes/export-ui.inc' (include_path='.:/usr/share/php:/usr/share/pear') in /data/www/doc/devdrupal/sites/all/modules/contrib/ctools/includes/plugins.inc on line 787
I added a folder called 'pdf' into my site and within that, another folder. But when I include that as a link on one of my pages it says, "page not found" but I know the path is correct.
I've heard there is an upload module, but I can't find it and I don't want people to download it anyway, just view it in the browser.