I use this great program for quite some time now and do appreciate it back from my personal start. But right now I seem to be stuck with a little problem I hope you can help me with. Because of problems after upgrading I reinstalled s9y, which worked fine, altered the directory rights etc. .
But now the media library behaves quite strange. I can upload files an I can repeat that and it does recognize them as already there. But instead of showing the media library as before I get this kind of error.
INSERT INTO serendipity_images ( name, extension, mime, size, dimensions_width, dimensions_height, thumbnail_name, date, authorid, path, realname ) VALUES ( '027-ikea', 'gif', 'image/gif', 19219, 300, 450, 'serendipityThumb', 1179849492, 0, '', '027-ikea.gif' )
INSERT INTO serendipity_images (
name,
extension,
mime,
size,
dimensions_width,
dimensions_height,
thumbnail_name,
date,
authorid,
path,
realname
) VALUES (
'027-ikea',
'gif',
'image/gif',
19219,
300,
450,
'serendipityThumb',
1179849492,
0,
'',
'027-ikea.gif'
)
/ Unknown column 'realname' in 'field list'
I suppose I have done something obvious wrong, but what is it? Empty-ing `serendipity_images` in the sql database didn`t do though it redid the indexing afterwards for all files.
Help please!
regards,
Hendrik