Search found 25 matches

by tired_one
Thu Jun 23, 2005 6:57 am
Forum: Installation
Topic: New boy - permission problems pre-install!
Replies: 5
Views: 3882

Use SmartFTP if you can't SSH to your server

I'm not very familiar with CuteFTP, but I do know that SmartFTP will allow you to chmod your directories and files - provided the account you are logged in with allows that. ;) In SmartFTP, its a simple matter of right clicking your directory or file and choosing Properties/CHMOD and then applying w...
by tired_one
Fri Jan 28, 2005 4:12 pm
Forum: General discussions
Topic: Change week start day?
Replies: 4
Views: 3632

You don't have to change any of the source code to do this. :)

All you have to do is go in to the admin panel, choose 'configure plugins', choose calendar and set it to Sunday.
by tired_one
Mon Jan 24, 2005 11:46 pm
Forum: General discussions
Topic: month name
Replies: 5
Views: 4827

strftime() is a built-in php function

http://us3.php.net/manual/en/function.strftime.php

This function gets it month and day of the week names from setlocale

http://us3.php.net/manual/en/function.setlocale.php
by tired_one
Mon Jan 24, 2005 8:58 pm
Forum: Installation
Topic: Changing the MySql connection manually
Replies: 2
Views: 3417

serendipity_config_local.inc.php should do it.
by tired_one
Thu Jan 20, 2005 9:09 pm
Forum: General discussions
Topic: invalid and inconsistent captcha behavior
Replies: 27
Views: 16737

I give up...

That's it - I give up... | 1106254149 | REJECTED | Invalid captcha (Entered: dzyea, Expected: ) | 3 | robyn | | | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 1.0.3705) | 69.26.249.3 | http://www.b-p-s.net/s9y/clean/serendipity/index.php?/archives/3-testing-entry-fo...
by tired_one
Thu Jan 20, 2005 8:26 pm
Forum: General discussions
Topic: invalid and inconsistent captcha behavior
Replies: 27
Views: 16737

| 1106236369 | REJECTED | Invalid captcha (Entered: 7bfjp, Expected: ) | 3 | testing captcha | | | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 1.0.3705) | 69.26.249.3 | http://www.b-p-s.net/serendipity/index.php?url=archives/3-testing-email-link-to-approve-comment...
by tired_one
Thu Jan 20, 2005 4:40 pm
Forum: General discussions
Topic: invalid and inconsistent captcha behavior
Replies: 27
Views: 16737

Ok - I'll try that and keep my fingers crossed that it works.

Sorry to be such a pain in the arse.
by tired_one
Wed Jan 19, 2005 9:29 pm
Forum: General discussions
Topic: invalid and inconsistent captcha behavior
Replies: 27
Views: 16737

You are probably sick of seeing me...lol. Well, I changed my php.ini file to allow transparent session ids and recycled apache...turned off cookies in my browser, enabled captcha in serendipity, and guess what? I still get an error message about an invalid captcha. I tested this in production - but ...
by tired_one
Wed Jan 19, 2005 6:43 pm
Forum: General discussions
Topic: invalid and inconsistent captcha behavior
Replies: 27
Views: 16737

Garvin - which settings in php.ini do I need to check to ensure that php is doing the url rewrite? I can write decent code, but I'm not very good at configuring stuff on the server...lol. Thanks. Directive Local Value Master Value session.auto_start Off Off session.bug_compat_42 On On session.bug_co...
by tired_one
Wed Jan 19, 2005 6:18 pm
Forum: General discussions
Topic: invalid and inconsistent captcha behavior
Replies: 27
Views: 16737

lol...you know - I never even saw that text in the message. Well, at least this gets me out of trouble now...
by tired_one
Wed Jan 19, 2005 6:14 pm
Forum: General discussions
Topic: invalid and inconsistent captcha behavior
Replies: 27
Views: 16737

that 'storage/user' message had nothing to do with the problem - although it is an annoyance for me. I don't have that issue in my production environment and still have the captcha issue. In my production environment, URL rewriting is disabled. So, by your post since we're not using URL rewriting we...
by tired_one
Wed Jan 19, 2005 6:10 pm
Forum: General discussions
Topic: Scalability Performance - Thousands of entries
Replies: 16
Views: 11541

Code: Select all

create fulltext index entry_idx on serendipity_entries (title, body, extended);
just replace the serendipity_ with whatever your table prefix is.
by tired_one
Wed Jan 19, 2005 6:09 pm
Forum: General discussions
Topic: invalid and inconsistent captcha behavior
Replies: 27
Views: 16737

Ah - so you're allowing all cookies? If you change that setting to block all cookies, the captcha doesn't work regardless of browser and os/platform. To me, forcing a user to enable cookies in order for features to work is kind of unreasonable...some people are really anal about those types of secur...
by tired_one
Wed Jan 19, 2005 5:56 pm
Forum: General discussions
Topic: invalid and inconsistent captcha behavior
Replies: 27
Views: 16737

I got your comment. :) yeah - that particular server has issues sometimes... I really think its an issue with settings on the client machine since this was brought to my attention by the users of the production blog which lives on a different, more stable server. Just out of curiosity - what browser...