If I wanted to run Mysql I'd be running Wordpress. Serendipity's ability to use Postgres as a back end is the reason I moved to it.
Perhaps that was a mistake....
Search found 28 matches
- Mon Sep 28, 2009 2:46 am
- Forum: Development
- Topic: Uploaded images into the DBMS.
- Replies: 7
- Views: 9452
- Sun Sep 27, 2009 7:27 pm
- Forum: Development
- Topic: Uploaded images into the DBMS.
- Replies: 7
- Views: 9452
Re: Uploaded images into the DBMS.
I totally disagree on the performance aspect.
I have a forum system that maintains all data in Postgresql tables. It thumbnails images and stores both the thumbnail and base image in the table, and uses Apache's capability to run an on-disk cache along with internal knowledge to generate EUIDs as ...
I have a forum system that maintains all data in Postgresql tables. It thumbnails images and stores both the thumbnail and base image in the table, and uses Apache's capability to run an on-disk cache along with internal knowledge to generate EUIDs as ...
- Mon Mar 23, 2009 3:23 pm
- Forum: Bugs
- Topic: "Export Blog as PDF" event filter is hosed
- Replies: 4
- Views: 3043
Re: "Export Blog as PDF" event filter is hosed
I'll take a look at it - thanks for the pointer to how it works... 
- Mon Mar 23, 2009 2:35 pm
- Forum: Bugs
- Topic: "Export Blog as PDF" event filter is hosed
- Replies: 4
- Views: 3043
Re: "Export Blog as PDF" event filter is hosed
The GIF displays fine.
More problematic however is that over time externally-linked images may become unavailable. A second blog that I have has a couple of broken links in it and that also blows up this output filter, rendering it effectively useless.
That's most unfortunate as it means that ...
More problematic however is that over time externally-linked images may become unavailable. A second blog that I have has a couple of broken links in it and that also blows up this output filter, rendering it effectively useless.
That's most unfortunate as it means that ...
- Sun Mar 22, 2009 4:13 pm
- Forum: Bugs
- Topic: "Export Blog as PDF" event filter is hosed
- Replies: 4
- Views: 3043
"Export Blog as PDF" event filter is hosed
Attempting to enable it with "HTML2PDF support" returns the following error:
FPDF error: GIF parser: unable to open file http://tickerforum.org/smilies-local/nuke.gif
The URL in question is valid and does display.
With that switch off, the blog exports but formatting is destroyed and included ...
FPDF error: GIF parser: unable to open file http://tickerforum.org/smilies-local/nuke.gif
The URL in question is valid and does display.
With that switch off, the blog exports but formatting is destroyed and included ...
- Sat Mar 07, 2009 10:28 pm
- Forum: Development
- Topic: Uploaded images into the DBMS.
- Replies: 7
- Views: 9452
Uploaded images into the DBMS.
Has there been any thought given to putting these into a DBMS table?
Here's why - with that you can replicate and load balance VERY easily using something like Slony (for Postgres) or other tools on other platforms.
This gives you survivability as well as redundancy.
I can replicate the tables ...
Here's why - with that you can replicate and load balance VERY easily using something like Slony (for Postgres) or other tools on other platforms.
This gives you survivability as well as redundancy.
I can replicate the tables ...
- Sun Feb 22, 2009 1:39 am
- Forum: Installation
- Topic: DB Port Change: Possible?
- Replies: 4
- Views: 3216
Re: DB Port Change: Possible?
Got it - "genesis.denninger.net port=55432" worked.
- Sat Feb 21, 2009 11:11 pm
- Forum: Installation
- Topic: DB Port Change: Possible?
- Replies: 4
- Views: 3216
Re: DB Port Change: Possible?
Nope; in serendipity_config_local.inc.php I have:
$serendipity['dbHost'] = 'genesis.denninger.net:55432';
and what I get back is:
Warning: pg_connect() [function.pg-connect]: Unable to connect to PostgreSQL server: could not translate host name "genesis.denninger.net:55432" to address: hostname ...
$serendipity['dbHost'] = 'genesis.denninger.net:55432';
and what I get back is:
Warning: pg_connect() [function.pg-connect]: Unable to connect to PostgreSQL server: could not translate host name "genesis.denninger.net:55432" to address: hostname ...
- Thu Feb 19, 2009 6:57 pm
- Forum: Installation
- Topic: DB Port Change: Possible?
- Replies: 4
- Views: 3216
DB Port Change: Possible?
I have a desire to use an aggregator for Postgres called "pgpool"; this requires that I change the connection port for Seredipity from its standard.
The change is transparent to the application other than the need for a custom port number.
I don't see a port field in the configuration area ...
The change is transparent to the application other than the need for a custom port number.
I don't see a port field in the configuration area ...
- Fri Jan 30, 2009 3:22 pm
- Forum: Installation
- Topic: Upgraded to 1.4.1, now get double newlines in all posts!
- Replies: 5
- Views: 3816
- Fri Jan 30, 2009 6:25 am
- Forum: Installation
- Topic: Upgraded to 1.4.1, now get double newlines in all posts!
- Replies: 5
- Views: 3816
- Fri Jan 30, 2009 6:20 am
- Forum: Installation
- Topic: Upgraded to 1.4.1, now get double newlines in all posts!
- Replies: 5
- Views: 3816
- Fri Jan 30, 2009 6:11 am
- Forum: Installation
- Topic: Upgraded to 1.4.1, now get double newlines in all posts!
- Replies: 5
- Views: 3816
- Fri Jan 30, 2009 4:39 am
- Forum: Installation
- Topic: Upgraded to 1.4.1, now get double newlines in all posts!
- Replies: 5
- Views: 3816
Upgraded to 1.4.1, now get double newlines in all posts!
Not sure what happened, but it appears that the "paragraph" tag in the HTML editor gets duplicated somewhere - I get double newlines now in all my new postings.
All the EXISTING material in the blog is ok.
Is there a parameter somewhere that got scrambled and I missed?
All the EXISTING material in the blog is ok.
Is there a parameter somewhere that got scrambled and I missed?
- Thu Jan 29, 2009 6:17 pm
- Forum: General discussions
- Topic: Display "Most Recent" Day Option?
- Replies: 4
- Views: 2368