1. cck 5.x - 1.6-1
2. imagefield 5.x-2.0-rc6
3. Complete permissions
4. download public files
5. imagefield witch default configuration

Hi. I expect to see the images uploaded with imagefield in any of the pages: View, Edit, or Create.
It just shows the image filename, not the image.
But with IE7 it shows the images right.

¿Can you help me?

Comments

ingacosta’s picture

I was trying in multiple test sites, I have the same problem in almost all of them, except one. I don't find the reason

dopry’s picture

and what do the image tags being produced look like and does this occur with RC8?

dopry’s picture

Status: Active » Postponed (maintainer needs more info)
endrus’s picture

Title: Firefox doesn't show images » Firefox doesn't show image preview on Create/Edit Node Page

Dopry, first, thank you for the great modules. Switching to Imagecache and Imageapi was pretty easy. Although to do so, we had to switch from php4 to php5 hosting plan. So thank you for additional motivation you gave us to do so.

I don't know if my problem is related, but here it is. When I upload an image in Firefox, hit the upload button, all I see is the progress bar - no final result. Waiting doesn't help. Imagefield 2.0 doesn't load the image preview, the progress bar just hangs. But if I save the node, the image shows in the node itself correctly.

In Opera, the imagefield loads and I can see the preview. However, when I upload a photo, a popup message comes up saying that there's a java script error. But well, still it works.

dopry’s picture

do you have devel module enabled?

endrus’s picture

Yes, I do.

endrus’s picture

Thanks! Uninstalling Devel solves the problem. It's a pity though that these modules seem to conflict.

jpetso’s picture

Status: Postponed (maintainer needs more info) » Fixed

There is a solution for that problem, but dopry is not sure if it's clean enough to include into imagefield. Until that has been worked out, no AJAX uploads with Devel enabled. Marking the issue as fixed (as it's a support request).

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

giorgosk’s picture

Version: 5.x-2.0-rc6 » 5.x-2.1
Status: Closed (fixed) » Active

I don't think issue is fixed

I don't have devel installed
and I disabled all the modules that were using extra jquery and I was left with

  <script type="text/javascript" src="/beau/misc/jquery.js"></script>
<script type="text/javascript" src="/beau/misc/drupal.js"></script>
<script type="text/javascript" src="/beau/misc/progress.js"></script>

<script type="text/javascript" src="/beau/misc/upload.js"></script>
<script type="text/javascript" src="/beau/modules/imagefield/imagefield.js"></script>
<script type="text/javascript" src="/beau/misc/autocomplete.js"></script>
<script type="text/javascript" src="/beau/misc/collapse.js"></script>
<script type="text/javascript" src="/beau/misc/textarea.js"></script>

but I still get this javascript error when pressing upload button

missing } after property list
[Break on this error] "imagefield-edit-image-row clear-block\"\x3e\x3cdiv class=\"imagefield-edit-prev...

and there is no preview

but the file is actually there

and this indeed happens only on firefox (using 2.0.0.16)

NOTE:
the weirdest thing is that when on my test server XAMPP
the preview is working even on Firefox
then when I installed (the same exact installation, copy paste)
on my production server (shared server)
Firefox was not doing a preview ....

ingacosta’s picture

Hello.

I have realized that my site folder name is "Example", not "example". I edited it and it works. It seems that there is a problem with folder names if all their letters aren't lowercase. I'm running my site in Windows with Apache Server, and I'm not using Devel.

sun’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.