Hello,

i updated this morning drupal to 7.14 and weight to 7.x-2.1. I get this error when visiting the languages page (admin/config/regional/language):

Notice: Use of undefined constant DRUPAL_WEIGHT_SELECT_MAX - assumed 'DRUPAL_WEIGHT_SELECT_MAX' in form_process_weight() (linea 3890 di /var/www/mysite/includes/form.inc).

thanks,

joey

Comments

davisben’s picture

Status: Active » Closed (works as designed)

Hi Joey,
This bug isn't related to Weight, as the DRUPAL_WEIGHT_SELECT_MAX constant isn't used. It is defined in system.module. This may be a bug in Core or a conflict with another contrib module.