Gizra / biblio

Biblio 3.x module for Drupal 7
23 stars 6 forks source link

Migration from 1.x to 3.x error #179

Closed tanmuhittin closed 5 years ago

tanmuhittin commented 6 years ago

I followed the migration steps. I have a test website where I only have 1 biblio entry. After migration on the biblio content page I got the following error

Notice: Undefined index: comment_node_biblio_form in drupal_retrieve_form() (line 807 of /www/sites/public_html/includes/form.inc). Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'comment_node_biblio_form' not found or invalid function name in drupal_retrieve_form() (line 842 of /www/sites/public_html/includes/form.inc).

There is Add new comment section below the biblio node. It somehow enabled comments I think

tanmuhittin commented 6 years ago

After disabling Comment module error on the content display page disappeared but I got the following error on the biblio edit page

Notice: Undefined index: biblio_node_form in drupal_retrieve_form() (line 807 of /www/sites/public_html/includes/form.inc). Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'biblio_node_form' not found or invalid function name in drupal_retrieve_form() (line 842 of /www/sites/public_html/includes/form.inc).

tanmuhittin commented 5 years ago

Closed due to inactivity