Search found 2478 matches

by judebert
Wed May 06, 2009 5:32 pm
Forum: Bugs
Topic: What is wrong with my blog -> content gone
Replies: 4
Views: 2826

Re: What is wrong with my blog -> content gone

Wow, weird. The entries and comments are displayed, but have no content text. Not just hidden with CSS; actually missing. I agree with Garvin: probably a new markup plugin. Could be a weird anti-spam thing on your server, since the table columns that are missing all have the word "body" in...
by judebert
Mon May 04, 2009 8:24 pm
Forum: Installation
Topic: Cannot execute the convert imagemagick binary
Replies: 1
Views: 3025

Re: Cannot execute the convert imagemagick binary

I'm checking this against the 1.4 code; I don't know if that's what you're using, but it's a pretty safe assumption that this code hasn't changed much in a while. Serendipity is using the PHP function is_executable() against the convert binary file. If your PHP installation doesn't include is_execut...
by judebert
Fri May 01, 2009 9:10 pm
Forum: General discussions
Topic: Permission error
Replies: 6
Views: 3460

Re: Permission error

First, check to make sure that file actually exists. Second, verify its permissions: we're looking for at least readable and executable by the web user. If 744 doesn't work, try 755. 777 should be unnecessary, and some hosts will actually block scripts with such loose permissions. Next, which versio...
by judebert
Thu Apr 30, 2009 8:57 pm
Forum: Installation
Topic: Unable to access 'Manage Styles' from admin console
Replies: 8
Views: 6409

Re: Unable to access 'Manage Styles' from admin console

If you let it go on long enough, it might overrun the max script execution time and give you an error message. It might even leave something in your message log that can be used.

What theme are you using? Perhaps its options are taking a long time to load up?
by judebert
Wed Apr 29, 2009 9:58 pm
Forum: Development
Topic: Serendipity Chinese
Replies: 12
Views: 7650

Re: Serendipity Chinese

Is that a complete language pack, or just patches to your original zip?
by judebert
Wed Apr 29, 2009 9:51 pm
Forum: General discussions
Topic: Resizing not working.
Replies: 9
Views: 4368

Re: Resizing not working.

I agree with kleinerChemiker. S9Y should resize your images and provide thumbnails with the extension you picked in your configuration (default "s9yThumb"). If that's not working, maybe ImageMagick is having trouble. I'd switch to GD (also in the configuration page) and try again. You can ...
by judebert
Wed Apr 29, 2009 9:42 pm
Forum: General discussions
Topic: Create archive of past information
Replies: 2
Views: 1865

Re: Create archive of past information

Better yet, Serendipity has many import modules. You could adapt one of them to read your text file and import everything in one shot, instead of creating a bunch of new articles and fixing their dates.

Of course, that would require some PHP knowledge.
by judebert
Thu Apr 23, 2009 5:15 pm
Forum: General discussions
Topic: Allow HTML tags in comments
Replies: 16
Views: 16708

Re: Allow HTML tags in comments

Hey, I'm the king of "when I get around to it"!

Thanks for looking into it.
by judebert
Wed Apr 22, 2009 5:13 pm
Forum: Installation
Topic: Two installations on same dbase
Replies: 10
Views: 6891

Re: Two installations on same dbase

While I kinda like the idea of manually inserting an MD5 hash in the password table, I think the easier solution is exactly what you said. Drop the tables for only that installation and reinstall.
by judebert
Wed Apr 22, 2009 3:37 pm
Forum: Installation
Topic: Two installations on same dbase
Replies: 10
Views: 6891

Re: Two installations on same dbase

In fact, I'm running three s9y installations in the same database right now. There was a problem with FF3 that would auto-fill password fields with incorrect information. Perhaps you've been bitten by that: the wrong password might have been inserted in the user table, and never replaced because rem...
by judebert
Wed Apr 22, 2009 3:28 pm
Forum: General discussions
Topic: Allow HTML tags in comments
Replies: 16
Views: 16708

Re: Allow HTML tags in comments

My plugin would apply the actual HTML, or strip it (if it fell outside acceptable HTML). HTML to be displayed would have to be escaped, just as if you were editing a regular web page that displayed HTML tags, mainly using < in place of <. Off the top of my head, I can't think of another good heuris...
by judebert
Tue Apr 21, 2009 6:59 pm
Forum: General discussions
Topic: Allow HTML tags in comments
Replies: 16
Views: 16708

Re: Allow HTML tags in comments

Well, HTML Purifier is reasonably robust: no vulnerabilities since Jun 2008, and that one was quickly fixed. As long as you keep up with it, I'd be willing to use it in my website. You'd also have to consider how it will interact with HTML quoting. I've got some articles on my site that are HTML/CSS...
by judebert
Mon Apr 20, 2009 4:13 pm
Forum: Plugins
Topic: Guestbook plugin - email encryption
Replies: 22
Views: 11228

Re: Guestbook plugin - email encryption

When I visit, I see "test2 at mail dot de".
by judebert
Mon Apr 20, 2009 4:11 pm
Forum: General discussions
Topic: Getting 8bitboy to work
Replies: 8
Views: 4804

Re: Getting 8bitboy to work

Are you adding a base attribute? Here's the code I think would work on your blog: <embed width="150" height="57" quality="high" bgcolor="#FFFFFF" name="8bitboy" id="8bitboy" src="/8bitboy/BitboyApp.swf" type="application/x-sh...
by judebert
Mon Apr 20, 2009 4:03 pm
Forum: Installation
Topic: second URL
Replies: 15
Views: 9526

Re: second URL

I don't know about the multiple domains. It thought it was considered bad SEO to have the same content at multiple URLs.

I'm glad you got the meta-searchcheck running. I've never used it, so I doubt I'd be much help.

Garvin may be able to help with the multiple domain question.