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.
This forum has been deprecated in favour of the Usability group at http://groups.drupal.org/usability - if you have usability feedback and suggestions, please post them there.
I want to use webservices between android app and drupal. I should use services module and "Rest Server" module, but last one in drupal project I found this version: rest_server-6.x-2.0-beta.zip and when I installed on Drupal 7.34.x, it found and error for this version.
I wonder to know if I could use another module instate of Rest Server.
I made a content type with a few fields. One of the field is a phone number (with leading zero). I uses Text as the field type but still Drupal puts a number_format around the field value.
So for example if i put '0123456789' as value i get 123456789 in the view.
If i put '0123/456789' as value, i get '123' in the view with an error: number_format expects double as parameter 1 but string given.
How can I fix this so drupal won't use number_format and just handles the input as string?
(Excuse my english)
Im a new drupal developper and I have well my project everything is working well on chrome.
But When I'm on internet explorer everythings work to unless a part of the css code.
The Css styles is loaded in internet explorer but doesn't work well at all
This code is suppose to display result after search everything is disturbed.