I want to do a sql search to find out if some of these custom cck fields are used anywhere on my site.
This are custom fields and I am using cck_blocks to display as a right side block in the right side region only when its added to a page by the editor.
I came up with this but its not correct syntax
SELECT * from content_field_sidebar_content WHERE content_field_sidebar_content.field_sidebar_content_value IS NOT NULL
if the value in column field_sidebar_content_value is not null this means it means this nid is using the cck field.
DRUPAL 6 Short php code NOT working on php5.6 - CAN YOU TELL ME WHY ?
Hello, I am using this module to change my Ubercart store button, but since my host changed php to 5.6 the button cannot be seen anymore. I tested before and it only works with php5.3, can you tell me why ? Thank you so much.
The module comes from here: http://www.primalmedia.com/blog/how-to-replace-the-add-to-cart-button-wi...
I updated to Drupal 6.38 to fix the security vulnerabilities but now get a prompt that even that has a security issue. That seems to be the latest version. Is there any way to fix this apart from upgrading to Drupal 7? Upgrading to Drupal 7 will need considerable planning because there are many modules on my website.