This project was a networking site for professionals and business owners. We needed to set up membership features and other extensive social media tools.
EntityMetadataWrapperException: Unknown data property commerce_product
I keep getting this error, when I am using the product_reference module. This means that I can not use the cart module - meaning all sales have stopped. So it is pretty critical. Everything has worked earlier, but after migrating to a new webserver, this error now occurs.
I have a D7 site and there is a page in it that, after deleting a user who created the content, is now owned (authored) by an Anonymous user. I logged to the site as admin, found the page and altered its Author information - the Author field (to any user including admin). However, if I now click on save button, I am redirected to 403 Error page - saying "You don't have permission to access / on this server."
What can I do in order to be able to change the author (ideally from Drupal web interface)?
I have content type "song" with fields: songnr and verse (text field with unlimited values)
I need second content type "order", where I want to store the order of verses from "song":
order
song-id
verse-id
verse-id
verse-id
That means:
node "song 1", field values:
song number: 124
verse:
value 0: "v0 lkasj dlfjka sldjf"
value 1: "v1 jfjfjf lksdl fkjsdl jf"
value 2: "v2 ljkfjfjfiirureiuri"
we have a shop using ubercart, some users do not pay, and we want to prevent them from creating orders. Is it possible to create and prevent it?
Unfortunately, the option can also be ordered as anonymous, what is the solution?