Mange image page not displaying correctly

Having trouble installing serendipity?
Post Reply
bluedreamer
Posts: 3
Joined: Mon Mar 26, 2007 5:18 pm

Mange image page not displaying correctly

Post 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!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Mange image page not displaying correctly

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
bluedreamer
Posts: 3
Joined: Mon Mar 26, 2007 5:18 pm

Post 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]
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
bluedreamer
Posts: 3
Joined: Mon Mar 26, 2007 5:18 pm

Post by bluedreamer »

Just PM'd you!
mheyse
Posts: 2
Joined: Fri May 18, 2007 2:13 pm

Post by mheyse »

Any news on this? I experience the exact same problem here.

Thanks,
Michael
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
mheyse
Posts: 2
Joined: Fri May 18, 2007 2:13 pm

Post by mheyse »

All right, thanks, that was exactly my problem, too.
Post Reply