Search found 88 matches

by tadpole
Sat Nov 06, 2004 3:28 am
Forum: Installation
Topic: Installation is not working, help I'm lost..
Replies: 2
Views: 3459

It would appear you forgot to enter your DB password.
by tadpole
Fri Nov 05, 2004 11:48 pm
Forum: Bugs
Topic: Wordpress Import
Replies: 6
Views: 29042

Thank you for the report! I'll fix these bugs over the weekend. If you want to enable comments on all entries, you can use this SQL:

Code: Select all

UPDATE serendipity_entries SET allow_comments='true';
It would probably be best to just wait for the fixes and try again, though.
by tadpole
Tue Nov 02, 2004 5:18 am
Forum: Installation
Topic: OMGWTFBBQ: I need help with upgrading
Replies: 10
Views: 8912

Sorry, that should be PHP > 4.3.3, not PHP >= 4.3.3
by tadpole
Tue Nov 02, 2004 5:16 am
Forum: Installation
Topic: OMGWTFBBQ: I need help with upgrading
Replies: 10
Views: 8912

Is /tmp writeable by the web server, and is there space available on that partition? Are you using PHP >= 4.3.3? There are several reasons for using a PHP file to send CSS. The first is that there is an event hook in that file which is vital to many plugin's basic functionality. For instance, BBCode...
by tadpole
Tue Nov 02, 2004 4:59 am
Forum: Showcase (old)
Topic: bling bling
Replies: 3
Views: 6519

Every time I come around your city ;)
by tadpole
Tue Oct 26, 2004 1:14 pm
Forum: General discussions
Topic: Sticky posts
Replies: 5
Views: 5363

Even easier to use serendipity_fetchEntries(). :)
by tadpole
Tue Oct 26, 2004 1:10 pm
Forum: General discussions
Topic: Link collection
Replies: 4
Views: 4884

How about using Romulus' static page plugin with an HTML nugget?
by tadpole
Mon Oct 25, 2004 10:31 pm
Forum: Installation
Topic: Update Assistance..
Replies: 3
Views: 4574

What's messed up? It looks okay to me (except the symantec sidebar item is black text on a black background).

Sincerely,
Not Garvin ;)
by tadpole
Mon Oct 25, 2004 10:26 pm
Forum: General discussions
Topic: Link collection
Replies: 4
Views: 4884

I'm going to do something about like this in 0.8--you're talking about how people have a daily links (or similar) sidebar item, such as annevankesteren.nl or katieweb.com, right? I think what they did is actually install another copy of their blog software (they both use WP, IIRC) and the sidebar wo...
by tadpole
Sat Oct 23, 2004 10:13 am
Forum: Installation
Topic: Installation fine..... not working though.....
Replies: 6
Views: 5806

Is the link directing you to /entries, or /serendipity_entries.php? The latter should always work, whereas the former will only work if mod_rewrite or apache error handling is being used.
by tadpole
Fri Oct 22, 2004 11:27 pm
Forum: Bugs
Topic: Yet more search function problems....
Replies: 6
Views: 6585

I meant var_dump() of what serendipity_db_query($querystring) returns, which should tell you exactly what (if anything) MySQL had a problem with. Sorry for the ambiguity.
by tadpole
Fri Oct 22, 2004 8:13 am
Forum: Bugs
Topic: Yet more search function problems....
Replies: 6
Views: 6585

What does a var_dump() on the result of the query say?
by tadpole
Thu Oct 21, 2004 12:58 am
Forum: General discussions
Topic: Language pack
Replies: 3
Views: 3940

Take a look at serendipity_lang.inc.php... specifically, lines three and fourteen.
by tadpole
Wed Oct 20, 2004 10:26 pm
Forum: Bugs
Topic: Search fails to function
Replies: 17
Views: 16139

I wouldn't exactly call not being able to search "screwed", but whatever. I'll add a check to the search code so other people don't have as much difficulty as you finding the problem, but unless the problem is in a critical query I don't think we'll be adding that version as a requirement ...
by tadpole
Wed Oct 20, 2004 2:50 pm
Forum: Themes
Topic: Getting rough with CSS in the sidebar
Replies: 5
Views: 7780

I just tried it on http://www.hastalasiesta.org/blog/ (ala EditCSS) and it worked. Yes, and I use idea. What class did I use that is non-existant?