Search found 36 matches

by jdrodrigues
Tue Aug 14, 2007 8:52 pm
Forum: Development
Topic: RSS feed problems
Replies: 1
Views: 4176

RSS feed problems

Hi Garvin, everyone, With ref. to what I said in: http://board.s9y.org/viewtopic.php?t=10714 I have now identified what the issue is that I would like to fix. If I add more posts/articles with the same date & time, the RSS reader will not show the new posts on refresh. Only a post with a new dat...
by jdrodrigues
Mon Aug 13, 2007 12:05 am
Forum: Announcements
Topic: Serendipity 1.1.4 and 1.2-beta5 released
Replies: 3
Views: 9851

Hi Garvin, Thank you for the information! I'm not quite sure what to say about the news feed issue. I tried NetNewsWire Lite & Vienna (on Mac OS X). NetNewsWire Lite definitely had an issue where it would not display a new post, or reflect the change in number of posts in my feed. It required me...
by jdrodrigues
Fri Aug 10, 2007 9:59 am
Forum: Announcements
Topic: Serendipity 1.1.4 and 1.2-beta5 released
Replies: 3
Views: 9851

Release of 1.2 final?

Hi Garvin, Not trying to be a pain or anything, but do you have any idea when 1.2 may be out of beta? Also, if I did try and use 1.2beta5 live, how hard would it be to update it with any changes between beta5 and the final release? I understand you may not be able to give any precise reply, but a re...
by jdrodrigues
Sat Mar 10, 2007 1:11 pm
Forum: Development
Topic: Performance concerns related to MySQL
Replies: 13
Views: 11474

Well, I did it! I've now got http://musicix.net running on Verio USA's VPS3 hosting. I also upgraded s9y to 1.1.2 and I've got PHP 5.1.5 and MySQL 5.0.24! I have not experienced any time lags waiting for the site to react so far. I do see a couple of warnings however: Handler_read_rnd 574 k The numb...
by jdrodrigues
Tue Mar 06, 2007 12:52 am
Forum: Development
Topic: Performance concerns related to MySQL
Replies: 13
Views: 11474

Hello again...

I've decided to move web hosts again...

This time to Verio VPS (virtual private server), along with an upgrade (hopefully) to s9y 1.2 and more recent versions of PHP & MySQL

Will let you know how things work then. So much to do, so little time...
by jdrodrigues
Thu Mar 01, 2007 7:03 pm
Forum: Development
Topic: Performance concerns related to MySQL
Replies: 13
Views: 11474

Hi Garvin,

There seems to be a problem with :

$start = microtime_float();


I don't remember what it was because I quickly changed $benchmark to false.

- Joel
by jdrodrigues
Wed Feb 28, 2007 10:09 am
Forum: Development
Topic: Performance concerns related to MySQL
Replies: 13
Views: 11474

Hi,

I've installed the benchmark version of the mysql.inc.php file and created the tables. I'll let you know what happens.

Do you think rebuilding indexes is necessary/will help performance?
by jdrodrigues
Tue Feb 27, 2007 12:01 pm
Forum: Development
Topic: Performance concerns related to MySQL
Replies: 13
Views: 11474

Hello everyone... I removed the visitor statistics plug-in a long time ago - it never worked properly anyway. But I can't get rid of the extended properties plug-in - I need that. I'll try changing the stylesheet to a static link and enable SQL query debug, and let you knwo what happens. I'm quite c...
by jdrodrigues
Mon Feb 26, 2007 9:58 am
Forum: Development
Topic: Performance concerns related to MySQL
Replies: 13
Views: 11474

Performance concerns related to MySQL

I am on a shared hosting environment, with a move to a dedicated server / VPN is planned for the near future. On occasion our site ( http://musicix.net ) fails to respond for several seconds to over a minute, before loading. Usually we have no problems with the response time. However sometimes it fe...
by jdrodrigues
Tue Jan 23, 2007 12:33 pm
Forum: Bugs
Topic: entities in titles: sometimes they are expanded...
Replies: 4
Views: 3880

Hi Garvin, it's ok , I remembered that I'd already dealt with the issue and where - I made an extra variable:

$serendipity['head_title'] = htmlspecialchars($title[0]);
$serendipity['xhead_title'] = $title[0];

This is because I do use HTML entities in article titles.

:)
by jdrodrigues
Tue Jan 23, 2007 11:46 am
Forum: Bugs
Topic: entities in titles: sometimes they are expanded...
Replies: 4
Views: 3880

Can anyone tell me where the encoding is done ? I need to disable it.

Cheers,
Joel
by jdrodrigues
Sun Dec 17, 2006 11:38 am
Forum: Installation
Topic: Fatal error: Cannot redeclare class pear
Replies: 4
Views: 4656

The system itself has PEAR, as I mentioned, an old version. But it doesn't seem to be interfering with the s9y bundled-libs PEAR. The discussion in : http://www.s9y.org/forums/viewtopic.php?t=4289&start=0&postdays=0&postorder=asc indicates that the code: // Serendipity-Patch if (class_ex...
by jdrodrigues
Sat Dec 16, 2006 6:35 pm
Forum: Installation
Topic: Fatal error: Cannot redeclare class pear
Replies: 4
Views: 4656

I thought I'd dig up another old post just for fun :D While I don't have any issues with Serendipity itself running, I continue to add several bits to my Serendipity based site. I've ran into a PEAR problem. The PEAR installation on my webhost is: PEAR 1.3b3 beta This seems very old and the code I n...
by jdrodrigues
Fri Dec 15, 2006 3:37 pm
Forum: Bugs
Topic: Server time
Replies: 21
Views: 16432

Yes, new entries work just fine. I was confused about this, because since I thought using "05:00" for the server offset wasn;t working (I was only looking at pre-existing entries), I had removed the offset. So, even the new entries were being saved at -5 hours. I have now reinserted the &q...
by jdrodrigues
Fri Dec 15, 2006 12:07 pm
Forum: Bugs
Topic: Server time
Replies: 21
Views: 16432

No, it doesn't make any difference. Here's the result of the date cmd on the Pair server: Fri Dec 15 05:18:48 EST 2006 And the date on my computer is: Fri Dec 15 10:19:13 GMT 2006 OK, I've just checked and think I know what has happened. I made an entry with the date "2006-12-12 00:00". Af...