Please advise on usability :)

We tried to develop a user friendly interface and now that devs are almost done, I would love to here from you guys to know if we can improve somehow our website

Every input will be more than welcomed.

Hope we made good use of drupal 

error message when I publish content

hi everyone:

I help manage a Drupal 6 site and I know like nothing about Drupal so I foolishly upgraded to Drupal 7 or 8 (i don't even remember at this point) and ever since then, I get an error that says "Error The website encountered an unexpected error. Please try again later." when I publish blogs or pages but not when I save modules.

BUT the content does indeed publish. I have googled this error message but all the solutions I find either don't (at least I don't think) apply to me or I can't figure out how to do them because I don't know Drupal at all. 

Migration order in Drupal 6 to Drupal 8

Hi there, I am working on a large 10.000 node migration. I first used "drush migrate-upgrade --configure-only" to craete configuration entities which I exported into yml files.    I have identified all the migrations needed.  I run the drush migrate:import myname_filter_format and     migrate:import myname_filter_user_role    ok

migrate:import myname_user   errors due to flatten.php  but ok I could manually set up the handful of users

then migrate:import myname_field     ok 38 of 40 ok and 3 ignored

Updating drupal 6 to drupal 7

Hello,

upgrade 6 to v7, contributed modules that are in v 7

Currently at 6.14 and updating to 6.38, then upgrading to 7.66

Reviewing document - Drupal 6 contributed modules that are in drupal 7 core

https://www.drupal.org/docs/7/upgrade-to-drupal-7/drupal-6-contributed-modules-that-are-in-drupal-7-core

I am very confused how to handle this module.

Per the bolded text below, this module has to be installed before doing the D7 upgrade ?  ( we do use CCK )

form_validate and form_submit

Hello,

I'm having a problem with form_validate and form_submit, in short they never fire and although I've figured out why, I don't understand the reason, please see the below sample

function my_options_menu() {

$items = array();
$items['options'] = array(
'description' => 'blah',
'page callback' => 'do_test',
'access arguments' => array('access content'),
'type' => MENU_NORMAL_ITEM,
);

return $items;

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x