Page 1 of 1

Mange image page not displaying correctly

Posted: Mon Mar 26, 2007 5:25 pm
by bluedreamer
Version 1.12 - new install - using WYSIWYG editor

When trying to use the manage images function in the editor the popup page just shows code

{if $media.is_imgedit} {/if} {if $media.frameset} {else}
{if $media.case == 'external'} {if $media.is_created OR $media.is_deleted} {/if} {$media.external} {if $media.is_imgedit} {$IMGEDIT} {/if} {elseif $media.case == 'default'}
{$CONST.SELECT_FILE}
{$CONST.CLICK_FILE_TO_INSERT}

{$media.external} {$MEDIA_LIST} {elseif $media.case == 'choose'} {if $perm_denied} {$CONST.PERM_DENIED} {else} {$media.external}
{if $media.file.is_image} {serendipity_hookPlugin hook="frontend_image_selector" eventData=$media.file hookAll=true}
{$CONST.YOU_CHOSE|@sprintf:$media.file.realname}

{serendipity_hookPlugin hookAll=true hook='frontend_image_selector_hiddenfields' eventData=$media.file} {if $media.htmltarget} {/if} {if $media.filename_only} {/if} {if $media.file.fast_select} {else} {$CONST.IMAGE_SIZE}:
{$CONST.I_WANT_THUMB}
{$CONST.I_WANT_BIG_IMAGE}
{serendipity_hookPlugin hookAll=true hook='frontend_image_selector_imagesize' eventData=$media.file}
{if NOT $media.filename_only} {$CONST.IMAGE_ALIGNMENT}:


...and so on

I've reuploaded files, tried different browsers (desparate measure!)

Any ideas? I'm getting desparate, have installed Serendipity on the same server several times without a hitch and got to get it done asap. I don't to have to resort to that other blog!

Re: Mange image page not displaying correctly

Posted: Mon Mar 26, 2007 5:35 pm
by garvinhicking
Hi!

That'S strange, the popup shows the unparsed smarty code.

Does your normal blog display fine? Are you sure that all files on your webserver are frmo serendipity version 1.1.2 and your templates_c directory is writable?

Best regards,
Garvin

Posted: Mon Mar 26, 2007 5:45 pm
by bluedreamer
Hi Garvin

Yes the blog works fine it's just the manage images page that does not want to work - all the files are from the same distro and templates_c is world writable.

[scratches head]

Posted: Mon Mar 26, 2007 5:50 pm
by garvinhicking
Hi!

Hm, I've never seen that and don't really have a clue...I guess I could only help out with FTP + s9y-account access...

Best rgards,
Garvin

Posted: Mon Mar 26, 2007 5:55 pm
by bluedreamer
Just PM'd you!

Posted: Fri May 18, 2007 2:16 pm
by mheyse
Any news on this? I experience the exact same problem here.

Thanks,
Michael

Posted: Fri May 18, 2007 8:27 pm
by garvinhicking
Hi!

For bluedreamer the problem was that he used the "Default PHP" template, but that is only expermiantel for developers. Changing his theme to "Serendipity 3.0" solved his problem.

Regards,
Garvin

Posted: Sat May 19, 2007 3:06 am
by mheyse
All right, thanks, that was exactly my problem, too.