Search found 17 matches

by ekhoo
Wed Apr 09, 2008 8:53 am
Forum: Installation
Topic: Moved blog and now admin pages require login over and over
Replies: 12
Views: 8234

Hi Garvin,

Actually, I managed to reproduce the problem - it seems to stem from my Firefox. Perhaps its the session management plugin or stored authentication. It's only on my main machine though. FF and IE on the other PC and my notebook does not result in the login loop in the admin pages.

Not ...
by ekhoo
Tue Apr 08, 2008 4:42 am
Forum: Installation
Topic: Moved blog and now admin pages require login over and over
Replies: 12
Views: 8234

Does serendipity store have anything residing in memory or temporary locations? The problem went away by restarting both mysqld and httpd. Or is it because I have gzip pages on?

Odd considering that I did that after I moved the blog. anyways, it works now! Thanks.
by ekhoo
Tue Apr 08, 2008 4:39 am
Forum: Installation
Topic: Moved blog and now admin pages require login over and over
Replies: 12
Views: 8234

Yes I did.

I followed the how to move Serendipity tutorial and updated the following database config rows:

serendipityPath - set to physical path adjusted for /blog
serendipityHTTPPath - previous was "/" now changed to "/blog/"
baseURL - also changed to reflect the /blog
by ekhoo
Mon Apr 07, 2008 6:35 pm
Forum: Installation
Topic: Moved blog and now admin pages require login over and over
Replies: 12
Views: 8234

BTW, the same server hosts other domains which Serendipity runs and it works fine.

No PHP config changes were made. Every other aspect of serendipity works, i.e. plugins, tags, static pages... just everything admin loops into the login page. Cookies and session path is unchanged.
by ekhoo
Mon Apr 07, 2008 6:10 pm
Forum: Installation
Topic: Moved blog and now admin pages require login over and over
Replies: 12
Views: 8234

Moved blog and now admin pages require login over and over

Hi,

I've moved my blog within the same server from the root directory, i.e. /home/wwwroot/domain.name/ to home/wwwroot/domain.name/blog/. Everything works (I've done the DB changes) but I cannot access the admin functions.

It can go /blog/admin/ but it will send me to the login page whenever I ...
by ekhoo
Sat Mar 24, 2007 3:12 pm
Forum: Plugins
Topic: RSS Plugin - display multiple elements, img links
Replies: 2
Views: 2298

Cool. That was quick.
Thanks!
by ekhoo
Thu Mar 22, 2007 7:46 am
Forum: Plugins
Topic: RSS Plugin - display multiple elements, img links
Replies: 2
Views: 2298

RSS Plugin - display multiple elements, img links

Hi,

Is it possible for the Remote RSS plugin to be configurable to show more than one element, i.e. title and content:encoded?

Basically, the the plugin config, we already have:
RSS display element
Which element of the RSS feed should be displayed? (i.e.: "title", "content:encoded", "description ...
by ekhoo
Thu Mar 22, 2007 7:27 am
Forum: Installation
Topic: What is needed for remote RSS (PEAR) to work?
Replies: 2
Views: 2352

Thanks Garvin.

For no apparent reason, it's working now. I've raised a support ticket with my hosting company and they've not done anything yet but try to understand my problem and lo, and behold, it works today!

/keeping my fingers crossed it'll continue to work :D
by ekhoo
Wed Mar 21, 2007 7:14 am
Forum: Installation
Topic: What is needed for remote RSS (PEAR) to work?
Replies: 2
Views: 2352

What is needed for remote RSS (PEAR) to work?

I've a few servers running serendipity.
One is on my dedicated hosting server and my remote RSS plugin (1.5) works fine.
Another is a virtual server with two IP addresses and two separate instances of serendipity. Both refuse to work (plugin v1.5 and 1.7) and crap out with the following cryptic PEAR ...
by ekhoo
Thu Jan 27, 2005 7:36 am
Forum: General discussions
Topic: increase media items displayed
Replies: 11
Views: 8357

increase media items displayed

currently, serendipity shows by default 8 items in the media page. WHere do I change this to default to 16?

Can it also be defaulted to not display sub-directories unless selected?
by ekhoo
Mon Nov 01, 2004 5:50 pm
Forum: General discussions
Topic: time again but re: 0.7x and new entries in future time
Replies: 5
Views: 6688

oops... no worries - Found it in line 2908...
by ekhoo
Mon Nov 01, 2004 5:38 pm
Forum: General discussions
Topic: time again but re: 0.7x and new entries in future time
Replies: 5
Views: 6688

Thanks. :D
It works like a charm now. I've put it forward 13 hrs.
Mostly ok except for daylight savings but no biggie.

BTW, hope you don't mind me asking, where's the new entry page? I could increment the default date/time filled there by 13hrs...
by ekhoo
Mon Nov 01, 2004 1:28 pm
Forum: General discussions
Topic: time again but re: 0.7x and new entries in future time
Replies: 5
Views: 6688

I noticed that and also found that out while searching this forum.
However, would it be possible to disable the future posting system?
I post mostly in the future anyways (due to my timezone being 13 hours ahead of the server).
by ekhoo
Mon Nov 01, 2004 9:05 am
Forum: General discussions
Topic: time again but re: 0.7x and new entries in future time
Replies: 5
Views: 6688

time again but re: 0.7x and new entries in future time

I've been working around the lack of timezone functionality but just manually changing the time each time I post to my blog. I'm around +13 hrs ahead of my server so it's not very difficult to manually change the posting time.

I upgraded to 0.7rc-1 and it no longer displays future entries. Is ...
by ekhoo
Thu Sep 02, 2004 5:04 pm
Forum: Bugs
Topic: Paging and Calendar quick jump doesn't work still
Replies: 4
Views: 6492

Hi Garvin,

just to let u know I fixed it... Thanks...

it's so simple but so easy to overlook...
RewriteRule ^index\.(html?|php.?) index.php?url=index.html [L,QSA]

Added the [L,QSA] and everythings works!