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 want to make a module to offer ups rates for shipping in ecommerce. To do this, the shipping module needs to know the sender's and receiver's zip code (or full address) and the weight of the shipment. Given the hooks and structure of the ecommerce modules, where would I look for this information?
OK in one of my new modules, I am trying to do a "bulk" delete of rows from a table using:
db_query("DELETE FROM sampleTable WHERE keyColumn like 'deleteme%'");
$rowCt = db_affected_rows();
In this example, $rowCt gets set to 144 indicating 144 rows were deleted as expected. But, when I go look at the table ... the number of rows is UNCHANGED!
Hi,
i have some Problems with drupal 4.6 and flickr.com and xmlrpc. If i try to upload an picture via flickr(xmlrpc), drupal overides my settings in content where i enable -Promoted to front page-. After an upload it is disabled that means that i have to manually enable it. I can only upload over xmlrpc.php as admin. Every other user starts an error message on flickr. Whats wrong? Flickr? Drupal? Me? :-)
i checked already the drupal handbook, on most of the content i do not have any access...
i checked my forum aswell for infos,
fact is my search moule in on but i get error messages like
warning: Compilation failed: characters with values > 255 are not yet supported in classes at offset 52 in /var/www/html/drupal/modules/search.module on line 258.
warning: Compilation failed: characters with values > 255 are not yet supported in classes at offset 143 in /var/www/html/drupal/modules/search.module on line 266.