I installed the workflow module version 7.x-1.0 with the views module version 7.x-3.x with Drupal 7.10. When I click on the menu summary workflow I get the following error:
Fatal error: Unsupported operand types in C:\wamp\ www\drupal\ sites\all\modules\views\handlers\ views_handler_filter_in_operator.inc on line 158.
Also the type of content workflow does not exist and the following error appears on the screens admin
Please help me in one question. I use ubercart 2.x. for booking rooms for different hotels in my site. For example, I have one room of hotel A and one room of hotel B. And I want this: if user books room of hotel A and checkout for payments, money will go to the payment gateway of hotel A, but if user books the room of hotel B and click checkout, money will go to the payment gateway of hotel B. Sorry for my english)) If I didn't explain my question, I can do it more details. thanks)
After not being involved with anything Drupal related for over a year I am now asked to do some update work on a site that currently runs on Drupal 6 (not sure at the moment which version of 6) and later on a Drupal 7 site.
For both sites I have full admin control but I am not allowed to touch the database or to have FTP access which means I cannot update any CSS file directly.
I have a theme_table that displays various MYSQL queries. I always want the queries to be sorted by the first column only. I was able to achieve this by creating the header with column one having 'sort' => 'asc'. The thing is, the headers for each column are clickable and if a user clicks a different header, then the table will be sorted by that header. How do I disable the clicking of the headers but maintain my sort?