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.
I have only just started to use the ecommerce module and it seems to work, but when I click on 'my files', it yields this error:
user warning: Table 'dreamgate.ec_product_parcel' doesn't exist query: SELECT st.created, st.expires, stp.title, pp.mnid, p.nid FROM ec_transaction AS st, users AS u, ec_product AS p, ec_product_parcel AS pp, ec_transaction_product AS stp WHERE u.uid = st.uid AND st.uid = 1 AND p.nid = stp.nid AND st.txnid = stp.txnid AND pp.nid = p.nid AND st.payment_status = 2 ORDER BY st.txnid DESC in /home/user/dreamgate/www/includes/database.mysql.inc on line 120.
I've done something silly: in the settings for 'blocks', I accidentally made the 'navigation' block disappear. I don't know the url to change blocks by heart, so now I can't turn it back on.
How can I block access to my druapl site based on browser's User-Agent values.
Also is their advance option able to block access with people with specific browser(s) User-Agent values to login in to website but able to view anonymous the site
thanks