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.
This is driving me crazy. The titles of nodes seem to come from the node_revisions table rather than the node table. I noticed this when running hook_nodeapi to update the node title.
Okay, so that is not so bad but if I update the title in the node_revisions table then the link (FK) from another table breaks completely Why aren't things matching? What is causing this weird behaviour??
Ok, this is not about making input format as php actually :-)
I am looking to install 3rd party script. Now I have uploaded it in public_html/script folder. It has index.php file and css, images and code folder. Now I want to include the script in my drupal site. I mean if I open www.example.com/script than the script works but I am NOT in drupal environment, Right ?
Now I created a page myscript and when I am putting code include("full url of the script/index.php file");
when i try to create a new content drupal give me this mistake:
user warning: La columna 'nfi.display_settings' en field list es desconocida query: SELECT nfi.field_name, nfi.weight, nfi.label, nfi.widget_type, nfi.widget_settings, nfi.display_settings, nfi.description FROM node_field_instance nfi WHERE nfi.type_name = 'content_prueba1' ORDER BY nfi.weight ASC, nfi.label ASC in c:\easyphp1-8\www\drupal-4.7.3\includes\database.mysql.inc on line 120.