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 have been trying to upgrade to 6.2, but there has been some bug.. I have restored 5x, and the offline message has come on. However, under mysite.com/?=user I just get an ip address...as I am a php ignoramous, in the phpmysql interface, which table on the left do I click to change a 1 to 0 or vice versa--that is what I am assuming I need to do to . I have looked in system, but I can't find anything...is it elsewhere...I'm stumped about how to get back in now.
Upgrading to 6.1 seems to have caused weird file upload issues on my site, ( as reported by others here: http://drupal.org/node/226653), so I was wondering what's involved with going back from 6.1 to 6.0?
When I install new templates & modules in "sites --> all --> themes" (or modules) I don't see them via my admin panel (site building section). Is there something new in Drupal 6 where I should just install these in "public_html --> modules (or themes)"?
Warning: Unknown column 'serialized' in 'field list' query: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in /mounted-storage/home85c/sub002/sc32473-LIXZ/myescapeonline.com/includes/database.mysql.inc on line 128
Warning: Unknown column 'serialized' in 'field list' query: UPDATE cache SET data = 'a:410:{s:13:\"filter_html_1\";i:1;s:18:\"node_options_forum\";a:1:{i:0;s:6:\"status\";}s:17:\"menu_primary_menu\";i:2;s:19:\"menu_secondary_menu\";i:2;s:19:\"ec_checkout_screens\";a:2:{i:0;s:7:\"ec_anon\";i:1;s:4:\"cart\";}s:14:\"ec_anon_policy\";s:1:\"1\";s:24:\"ec_mail_customer_invoice\";s:1:\"1\";s:24:\"ec_mail_processing_error\";s:1:\"2\";s:18:\"ec_mail_cancel_txn\";s:1:\"3\";s:20:\"ec_mail_ask_customer\";s:1:\"4\";s:15:\"install_profile\";s:10:\"openresort\";s:17:\"node_options_page\";a:1:{i:0;s:6:\"status\";}s:12:\"comment_page\";s:1:\"0\";s:18:\"securepages_enable\";i:1;s:23:\"business_nav_vocabulary\";i:1;s:29:\"ec_mail_customer_confirmation\ in /mounted-storage/home85c/sub002/sc32473-LIXZ/myescapeonline.com/includes/database.mysql.inc on line 128
I would like to ask if there is a way of restricting access to particular uploaded files. In Drupal 5.x, this functionality was implemented by upload module which restricted access to a file depending on access rights to the page the file was associated with.
In Drupal 6.x the files are associated with users and the access control to files seems to been removed from upload module.
What I would like to do is to have some pages and files available for public and some pages and files available only for particular roles.