We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

LG Image Manager Problem

Development and Programming

onepanman's avatar
onepanman
44 posts
16 years ago
onepanman's avatar onepanman

I am having a problem with LG Image Manager. Using Firefox most of the cases it works; however in IE it does not. I say most as I have had it not work in FF as well.

The problem is when you click on an image it does not insert. Even if you right click and choose insert, it does not work.

Using FF in OSX seems to work. which is odd. No error messages appear, just does nothing.

Has anyone ran into this issue? Thanks,

I am using 1.6.3 for EE. LG TinyMCE (v.1.3.2) LG Image Manager (v.1.2.0) . MSM enabled.

Update: I am able to select other options from the same menu (Edit, view, delete.)

       
Milan Topalov's avatar
Milan Topalov
128 posts
16 years ago
Milan Topalov's avatar Milan Topalov

I have a problem to add :o)

When outputing value of “LG Image Manager” field, EE prints value enclosed in paragraph tags:

e.g. output of {image_path} is

/images/image.gif

instead of just

/images/image.gif

.

…and yet, in database, the value is saved as it should: “/images/image.gif”

Is this an EE bug of some kind?

PS I’m using EE v1.6.6 and LG Image Manager v1.2

       
Fábio Marchi's avatar
Fábio Marchi
103 posts
16 years ago
Fábio Marchi's avatar Fábio Marchi

Milant, i´m with this same problem, but with files uploaded in the Lg FileManager !!!!!!

What happens? I upgraded the TinyMCE and Imagemanager / Filemanager to latest versions… just going crazy…

       
Milan Topalov's avatar
Milan Topalov
128 posts
16 years ago
Milan Topalov's avatar Milan Topalov

Me thinks this is either EE or LG extension issue (extension works fine up to EE v1.6.5)

Until EE or LG fix this bug you can use PHP function strip_tags() to remove the paragraph tag.

e.g.

<?php echo (strip_tags(

Don’t forget to set “PHP on output” in the template properties.

       
outline4's avatar
outline4
271 posts
16 years ago
outline4's avatar outline4
Me thinks this is either EE or LG extension issue (extension works fine up to EE v1.6.5) Until EE or LG fix this bug you can use PHP function strip_tags() to remove the paragraph tag. e.g.
<?php echo (strip_tags(
Don’t forget to set “PHP on output” in the template properties.

hi thanks for your solution… I have the same problem with surrounding tag?!

is there a fix? I’m on EE 1.6.7 and LG Image manager 1.2

one love s

       
outline4's avatar
outline4
271 posts
16 years ago
outline4's avatar outline4

after the <?php echo (strip_tags(’ thing. there’s still a line break too much? anybody care to show me how to remove this?

cheers stefan

       
Leevi Graham's avatar
Leevi Graham
1,143 posts
16 years ago
Leevi Graham's avatar Leevi Graham
I have a problem to add :o) When outputing value of “LG Image Manager” field, EE prints value enclosed in paragraph tags: e.g. output of {image_path} is
/images/image.gif
instead of just
/images/image.gif
. …and yet, in database, the value is saved as it should: “/images/image.gif” Is this an EE bug of some kind? PS I’m using EE v1.6.6 and LG Image Manager v1.2

Try the 1.3.0 version on Github. It fixed the issue.

       
Leevi Graham's avatar
Leevi Graham
1,143 posts
16 years ago
Leevi Graham's avatar Leevi Graham

http://github.com/newism/lg.image_manager.ee_addon/downloads

       
outline4's avatar
outline4
271 posts
16 years ago
outline4's avatar outline4
http://github.com/newism/lg.image_manager.ee_addon/downloads

Hi leevi, just tried the new version, and the < p>’s remain… I’ve cleared the chache, and replaced the extension… what could I do?

sorry stefan

       
outline4's avatar
outline4
271 posts
16 years ago
outline4's avatar outline4

hi it’s me again,

in fact, after updating the entries, the ‘s were gone. but, now I’m unable to choose the images… so it’s almost worse…

here’s the errors I get in firebug (See Bild 1.png)

I’ve reuploaded version 1.2 and I only get the first error (tinyMCE_GZ is not defined).. but the upload part works…

5<!-- START LG TINYMCE 2 -->
6[removed][removed]
7[removed]
8//<![CDATA[
9 tinyMCE_GZ.init({
10 plugins : 'imagemanager,filemanager,safari,pagebreak,style,layer,table,save,advhr,'
11 + 'advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,'
12 + 'searchreplace,print,contextmenu,paste,directionality,fullscreen,'
13 + 'noneditable,visualchars,nonbreaking,xhtmlxtras,template',
14 themes : 'advanced',
15 languages : 'de',
16 disk_cache : true,
17 debug : false
18 });
19//]]>
20[removed]
21<!-- END LG TINYMCE 2 -->

maybe I did something wrong… would be nice if you could take a further look into this… it all worked on EE 1.6.5…

       
james Brown's avatar
james Brown
492 posts
16 years ago
james Brown's avatar james Brown

I tried updating to 1.3.0 and now clicking on the image icon does nothing… Yikes! back to 1.2.0.

       
outline4's avatar
outline4
271 posts
16 years ago
outline4's avatar outline4

do you have time to look into that issue?

and while you’re at it… why don’t you make a new filetype “FF LG Image Manager” for the fieldframe environment 😉 anyways… your work is great!

stefan

       
Mercury Grove's avatar
Mercury Grove
2 posts
16 years ago
Mercury Grove's avatar Mercury Grove

I am having the same problem… on my template I have to use php on input, so the strip tag won’t even work… although it’s not really a suitable solution for every image on the whole site anyway….

When I uploaded the new code provided by Levi, my image manager popup broke as well.

Any new ideas / fixes?

Thanks.

       
Leevi Graham's avatar
Leevi Graham
1,143 posts
16 years ago
Leevi Graham's avatar Leevi Graham
hi it’s me again, in fact, after updating the entries, the ‘s were gone. but, now I’m unable to choose the images… so it’s almost worse… here’s the errors I get in firebug (See Bild 1.png) I’ve reuploaded version 1.2 and I only get the first error (tinyMCE_GZ is not defined).. but the upload part works…
5<!-- START LG TINYMCE 2 -->
6[removed][removed]
7[removed]
8//<![CDATA[
9 tinyMCE_GZ.init({
10 plugins : 'imagemanager,filemanager,safari,pagebreak,style,layer,table,save,advhr,'
11 + 'advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,'
12 + 'searchreplace,print,contextmenu,paste,directionality,fullscreen,'
13 + 'noneditable,visualchars,nonbreaking,xhtmlxtras,template',
14 themes : 'advanced',
15 languages : 'de',
16 disk_cache : true,
17 debug : false
18 });
19//]]>
20[removed]
21<!-- END LG TINYMCE 2 -->
maybe I did something wrong… would be nice if you could take a further look into this… it all worked on EE 1.6.5…

Looks like you are getting s gzip error before image manager loads. Try using tinymce without gzip and see if MCEImageManager loads.

       
Leevi Graham's avatar
Leevi Graham
1,143 posts
16 years ago
Leevi Graham's avatar Leevi Graham
I am having the same problem… on my template I have to use php on input, so the strip tag won’t even work… although it’s not really a suitable solution for every image on the whole site anyway…. When I uploaded the new code provided by Levi, my image manager popup broke as well. Any new ideas / fixes? Thanks.

Are you getting any javascript errors?

       
1 2

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.