Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I have searched a lot for similar solutions for this problem but with no luck. I am simply trying to post new basic-page that contains an image (uploaded to my site or another site -- it did not make difference). Once I click "Save" I get nothing but blue border on the top of the page and a message says "The specified URL cannot be found. ". What could cause that? I am using Drupal 7. Any Ideas?

Update:

I am using Drupal 7.19
i have checked site by another demo domain/server and it is working good. but not working at actual domain/server.

share|improve this question
Are you using the latest version of Drupal i.e. 7.20? Images are known to break in the new version. Read more here: drupal.stackexchange.com/a/58635/6461 – Ajit S Feb 27 at 5:58
i also got this issue. but still solution-less. – monymirza Feb 27 at 5:59
I am using Drupal 7.19 – tiana stephenie Feb 27 at 6:11
2  
Have you checked your logs (watchdog and syslog) for any error messages? Also, have you tried it without the image? – Triskelion Feb 27 at 19:05
Yes i have you tried it without the image, it works fine when i save page witout image. i have also checked logs (watchdog syslog) nothing helpful thing found here. – tiana stephenie Feb 28 at 6:37
show 2 more comments

1 Answer

I would agree with the others that it might be a memory issue. However, you might also check your temp files path to make sure it is correct. I have run into problems where I posted a site and the local path designated for temp files was different than what existed on the server and therefore Drupal could not create store the images properly when uploading.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.