Search found 15 matches
- Thu Sep 29, 2011 2:46 pm
- Forum: General discussions
- Topic: Blog is now empty except for titles
- Replies: 6
- Views: 4726
Re: Blog is now empty except for titles
OK, thanks.
- Thu Sep 29, 2011 12:58 pm
- Forum: General discussions
- Topic: Blog is now empty except for titles
- Replies: 6
- Views: 4726
Re: Blog is now empty except for titles
The following error is printed in the postmaster.log file every time I reload blog.suretecsystems.com :
ERROR: syntax error at or near "FULL" at character 6
STATEMENT: SHOW FULL COLUMNS FROM serendipity_entrytags LIKE 'tag'
Does serendipity need a specific min/max version of postgresql? We're ...
ERROR: syntax error at or near "FULL" at character 6
STATEMENT: SHOW FULL COLUMNS FROM serendipity_entrytags LIKE 'tag'
Does serendipity need a specific min/max version of postgresql? We're ...
- Tue Aug 16, 2011 10:24 pm
- Forum: General discussions
- Topic: Blog is now empty except for titles
- Replies: 6
- Views: 4726
Re: Blog is now empty except for titles
Thanks, a restore from backup is our only option.
Cheers all.
Cheers all.
- Mon Aug 15, 2011 11:12 pm
- Forum: General discussions
- Topic: Blog is now empty except for titles
- Replies: 6
- Views: 4726
Blog is now empty except for titles
Hi all,
For some reason our blog entries are now all empty, i.e. no content. What could be the cause? I've checked our Pg db and confirmed the empty entries.
http://blog.suretecsystems.com Click any entry.
Any ideas? We're on Powered by Serendipity 1.3 and PHP 5.3.6-pl0-gentoo
Thanks,
Gavin ...
For some reason our blog entries are now all empty, i.e. no content. What could be the cause? I've checked our Pg db and confirmed the empty entries.
http://blog.suretecsystems.com Click any entry.
Any ideas? We're on Powered by Serendipity 1.3 and PHP 5.3.6-pl0-gentoo
Thanks,
Gavin ...
- Tue Apr 27, 2010 2:41 pm
- Forum: General discussions
- Topic: Archive password?
- Replies: 1
- Views: 1896
Archive password?
Hi,
For some reason our archives is asking for a password?
See:
http://blog.suretecsystems.com/index.ph ... Ofcom.html
How do we switch this off?
Thanks.
For some reason our archives is asking for a password?
See:
http://blog.suretecsystems.com/index.ph ... Ofcom.html
How do we switch this off?
Thanks.
- Wed Dec 05, 2007 6:37 pm
- Forum: Development
- Topic: Blog LDAP Schema
- Replies: 13
- Views: 29358
Re: Blog LDAP Schema
See comments.garvinhicking wrote:Hi!
Kristian Köhntopp has taken some thoughts about this here:
http://mysqldump.azundris.com/archives/ ... ional.html
I don't get most of it, but it sure sounds sophisticated
Regards,
Garvin
- Wed Dec 05, 2007 1:48 pm
- Forum: Development
- Topic: Blog LDAP Schema
- Replies: 13
- Views: 29358
Re: Blog LDAP Schema
I'll reply at the postgarvinhicking wrote:Hi!
Kristian Köhntopp has taken some thoughts about this here:
http://mysqldump.azundris.com/archives/ ... ional.html
I don't get most of it, but it sure sounds sophisticated
Regards,
Garvin
- Tue Dec 04, 2007 10:49 pm
- Forum: Development
- Topic: Blog LDAP Schema
- Replies: 13
- Views: 29358
Re: Blog LDAP Schema
Hi!
If you make progress in the RFC though, maybe I can give you some feedback or input from the views of a RDBMS-blog developer's sight? There might at least be some help in that. :)
Regards,
Garvin
Well, since this is m favourite Blog software and I can code, maybe I'll invest some time to ...
If you make progress in the RFC though, maybe I can give you some feedback or input from the views of a RDBMS-blog developer's sight? There might at least be some help in that. :)
Regards,
Garvin
Well, since this is m favourite Blog software and I can code, maybe I'll invest some time to ...
- Tue Dec 04, 2007 10:35 pm
- Forum: Development
- Topic: Blog LDAP Schema
- Replies: 13
- Views: 29358
Re: Blog LDAP Schema
Hi!
I still think that you'd need to rewrite all of Serendipity's database queries and all plugins that execute those - so I think creating a new blog engine to support that in a clear way would be much better.
Sadly I don't "do" LDAP, so I suppose I'm not really well equipped to help with an RFC ...
I still think that you'd need to rewrite all of Serendipity's database queries and all plugins that execute those - so I think creating a new blog engine to support that in a clear way would be much better.
Sadly I don't "do" LDAP, so I suppose I'm not really well equipped to help with an RFC ...
- Tue Dec 04, 2007 9:43 pm
- Forum: Development
- Topic: Blog LDAP Schema
- Replies: 13
- Views: 29358
Re: Blog LDAP Schema
Hi!
But entries are joined with variable entryproperties, possible freetag DB tables, other statistical karma things. Entries can be fetched depedning on read/write privileges of the categories, and thus are joined with user and category tables.
I imagine you are thinking on the very basic blog ...
But entries are joined with variable entryproperties, possible freetag DB tables, other statistical karma things. Entries can be fetched depedning on read/write privileges of the categories, and thus are joined with user and category tables.
I imagine you are thinking on the very basic blog ...
- Tue Dec 04, 2007 9:12 pm
- Forum: Development
- Topic: Blog LDAP Schema
- Replies: 13
- Views: 29358
Re: Blog LDAP Schema
Hi!
I think you'd have to built serendipity from scratch to support that. I also highly doubt you could push WP into that direction.
You should create a new blog engine for that specific goal, IMHO. It's much more hassle to integrate a fake RDBMS on LDAP-scope than to build a fresh one with a ...
I think you'd have to built serendipity from scratch to support that. I also highly doubt you could push WP into that direction.
You should create a new blog engine for that specific goal, IMHO. It's much more hassle to integrate a fake RDBMS on LDAP-scope than to build a fresh one with a ...
- Tue Dec 04, 2007 6:47 pm
- Forum: Development
- Topic: Blog LDAP Schema
- Replies: 13
- Views: 29358
Re: Blog LDAP Schema
Hi!
I'm not exactly sure if I understood you correctly. You want to store the blog contents inside a LDAP container?
If that's the case, I highly think this is impossible, because you cannot perform the extensive SQL joins which are needed for s9y's or wordpress' flexibility in LDAP space, I'd ...
I'm not exactly sure if I understood you correctly. You want to store the blog contents inside a LDAP container?
If that's the case, I highly think this is impossible, because you cannot perform the extensive SQL joins which are needed for s9y's or wordpress' flexibility in LDAP space, I'd ...
- Tue Dec 04, 2007 12:40 pm
- Forum: Development
- Topic: Blog LDAP Schema
- Replies: 13
- Views: 29358
Blog LDAP Schema
Hi All,
I'm part of the OpenLDAP project and use s9y for our company blog ( The Suretec Blog ).
As you can probably guess, I love LDAP, and I would like to work on an RFC for a Blog LDAP Schema.
See http://blog.suretecsystems.com/archives/52-OpenLDAP-Weekly-News-Issue-6.html
I'd like to discuss ...
I'm part of the OpenLDAP project and use s9y for our company blog ( The Suretec Blog ).
As you can probably guess, I love LDAP, and I would like to work on an RFC for a Blog LDAP Schema.
See http://blog.suretecsystems.com/archives/52-OpenLDAP-Weekly-News-Issue-6.html
I'd like to discuss ...
- Thu Nov 29, 2007 2:07 pm
- Forum: Bugs
- Topic: url not working via exit.php
- Replies: 3
- Views: 4736
Re: url not working via exit.php
Hi!
Seems like you already removed the exit tracking from your blog?
Also, a bug in comments using *bold*, *bold*, *bold* Doesn't seem to parse *, * correctly
Yes, s9y cannot parse the "*" if a non-space character comes after the asterisk. THis is to prevent invalid formatting if "*" comes ...
Seems like you already removed the exit tracking from your blog?
Also, a bug in comments using *bold*, *bold*, *bold* Doesn't seem to parse *, * correctly
Yes, s9y cannot parse the "*" if a non-space character comes after the asterisk. THis is to prevent invalid formatting if "*" comes ...
- Wed Nov 28, 2007 9:33 pm
- Forum: Bugs
- Topic: url not working via exit.php
- Replies: 3
- Views: 4736
url not working via exit.php
Please see:
http://blog.suretecsystems.com/archives/42-Its-the-Writer,-Stupid-Do-your-research-on-OpenLDAP.html
Link is the "It's the Directory, Stupid" one.
Why is it not working?
Internally it is:
<a href="http://www.eweek.com/article2/0,1895,2222974,00.asp">It's the Directory, Stupid</a ...
http://blog.suretecsystems.com/archives/42-Its-the-Writer,-Stupid-Do-your-research-on-OpenLDAP.html
Link is the "It's the Directory, Stupid" one.
Why is it not working?
Internally it is:
<a href="http://www.eweek.com/article2/0,1895,2222974,00.asp">It's the Directory, Stupid</a ...