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.
Hello, I'm trying to set up my drupal installation almost in 2 parts. I want part of it to be visible to the general public and the other half which contains my blog to be only avalible to logged in users who are under a certain group.
I have installed 4.6.3 just now and was hoping to migrate the recent backup of my existing website to the new install.
I used phpMyAdmin to create the tables including populating them with the data in the backup.
Everything went fine with one reporting an error (an unused table from an unused module) but when I connected (after modifying the settings.php file) I get the below errors (plus heaps more)
*****************************************************************************************************
warning: array_keys(): The first argument should be an array in /mounted-storage/home8/sub001/sc14839-HDBP/www/interactive/includes/menu.inc on line 916.
warning: Wrong parameter count for min() in /mounted-storage/home8/sub001/sc14839-HDBP/www/interactive/includes/menu.inc on line 916.
warning: array_key_exists(): The second argument should be either an array or an object in /mounted-storage/home8/sub001/sc14839-HDBP/www/interactive/includes/menu.inc on line 331.
warning: array_key_exists(): The second argument should be either an array or an object in /mounted-storage/home8/sub001/sc14839-HDBP/www/interactive/includes/menu.inc on line 331.
*****************************************************************************************************
Originally I thought I was not connecting to the databse so messed around with that for a while with no improvement.
I'm working on an educational site that includes a "downloads" section with a variety of .rtf or .doc or .pdf files for students to download. At present, I'm using the attachment and filemanager modules to handle the uploading, but they aren't doing quite what I'd like to do with them.
Primarily, I'd like to have a 'download' page that lists all the downloads under a certain vocabulary term. Ideally, it would print the title and description (used in uploading the files) and give a link for the user to download.