If this is so common that the s9y.org site made this change and others are asking, why not generalize it and make it configurable?garvinhicking wrote:The plugin on blog.s9y.org has been edited, so that the date is ommitted.
Search found 42 matches
- Sun Aug 21, 2005 12:10 am
- Forum: Plugins
- Topic: recently added posts
- Replies: 5
- Views: 4391
Re: found it
- Sun Aug 21, 2005 12:02 am
- Forum: Installation
- Topic: Upgrading 0.8.3 to 0.8.4
- Replies: 1
- Views: 2643
Upgrading 0.8.3 to 0.8.4
What is needed for minor upgrades such as going from 0.8.3 to 0.8.4?
I see the "Upgrading Serendipity" info and it only mentions the upgrade.sh
[Edit]
Just did an upgrade on my test setup. All I did was to copy over the new programs. Is that all that is needed?
I would like to get the right info ...
I see the "Upgrading Serendipity" info and it only mentions the upgrade.sh
[Edit]
Just did an upgrade on my test setup. All I did was to copy over the new programs. Is that all that is needed?
I would like to get the right info ...
- Sat Aug 20, 2005 11:51 pm
- Forum: Installation
- Topic: Upgrade of s9y
- Replies: 4
- Views: 4812
Re: Upgrade of s9y
BTW, Serendipity 0.8.4 was just released, you should upgrade to that version, if you'Re about to upgrade right now.
What is the policy in upgrades?
It seems they are fairly frequent.
Although I only have 1 blog I am starting to setup I can only imagine what it will be for someone having to worry ...
What is the policy in upgrades?
It seems they are fairly frequent.
Although I only have 1 blog I am starting to setup I can only imagine what it will be for someone having to worry ...
- Sat Aug 20, 2005 11:40 pm
- Forum: Bugs
- Topic: Error from mainpage
- Replies: 1
- Views: 2383
Error from mainpage
Using 0.8.3,
Upon entering the first page there is an error in the apache log.
Cannot use a scalar value as an array in /htdocs/virtual/natserv/htdocs/backuptalk.com/include/functions.inc.php on line 126
The data from the apache access log is:
"GET / HTTP/1.1" 200 2618
"GET /index.php ...
Upon entering the first page there is an error in the apache log.
Cannot use a scalar value as an array in /htdocs/virtual/natserv/htdocs/backuptalk.com/include/functions.inc.php on line 126
The data from the apache access log is:
"GET / HTTP/1.1" 200 2618
"GET /index.php ...
- Tue Aug 16, 2005 3:01 am
- Forum: Bugs
- Topic: Static pages not working in 0.8.3?
- Replies: 17
- Views: 13658
- Mon Aug 15, 2005 5:33 pm
- Forum: General discussions
- Topic: Improving Documentation - Smarty / Embedding is too hard!
- Replies: 14
- Views: 13429
- Mon Aug 15, 2005 5:29 pm
- Forum: Development
- Topic: Where/How to get current source tree
- Replies: 8
- Views: 10890
- Mon Aug 15, 2005 5:24 pm
- Forum: Development
- Topic: Where to talk about style?
- Replies: 4
- Views: 6990
- Sun Aug 14, 2005 9:23 pm
- Forum: Development
- Topic: Database layer?
- Replies: 1
- Views: 4423
Database layer?
How is multi-DB handled?
I see that PostgreSQL has a number of issues.. starting with the way tables are defined.
Is there a DB layer?
I am no MySQL user, but I would be surprised if one had to cast a default in MysQL.
For example looking at one of the tables created by serendipity in my ...
I see that PostgreSQL has a number of issues.. starting with the way tables are defined.
Is there a DB layer?
I am no MySQL user, but I would be surprised if one had to cast a default in MysQL.
For example looking at one of the tables created by serendipity in my ...
- Sun Aug 14, 2005 9:16 pm
- Forum: Development
- Topic: Name of this forum
- Replies: 3
- Views: 6065
Name of this forum
Wouldn't a better name for this forum be "Development"?
- Sun Aug 14, 2005 9:01 pm
- Forum: Plugins
- Topic: Categories plugin - where is it???
- Replies: 2
- Views: 3185
- Sun Aug 14, 2005 8:55 pm
- Forum: General discussions
- Topic: Improving Documentation - Smarty / Embedding is too hard!
- Replies: 14
- Views: 13429
- Sun Aug 14, 2005 7:48 pm
- Forum: Development
- Topic: Where to talk about style?
- Replies: 4
- Views: 6990
Where to talk about style?
Where should one provide feedback on code style?
The forum or the list?
Does it make a difference if the comment is on a plugin?
Have been spending time with the code of the static page plugin. Saw some code which I think should be different. Also think that the type of change should be widespread ...
The forum or the list?
Does it make a difference if the comment is on a plugin?
Have been spending time with the code of the static page plugin. Saw some code which I think should be different. Also think that the type of change should be widespread ...
- Sun Aug 14, 2005 7:35 pm
- Forum: Bugs
- Topic: Static pages not working in 0.8.3?
- Replies: 17
- Views: 13658
Patch not getting executed
While trying to troubleshoot the patch I put
exit(print_r ("<br>$page<br>\n"));
Inside the if of
function &fetchStaticPage($id)
It doesn't seem like it was executed.
I then change the code to
function &fetchStaticPage($id) {
global $serendipity;
$q = "SELECT *
FROM {$serendipity['dbPrefix ...
exit(print_r ("<br>$page<br>\n"));
Inside the if of
function &fetchStaticPage($id)
It doesn't seem like it was executed.
I then change the code to
function &fetchStaticPage($id) {
global $serendipity;
$q = "SELECT *
FROM {$serendipity['dbPrefix ...
- Sun Aug 14, 2005 7:21 pm
- Forum: Bugs
- Topic: Static pages not working in 0.8.3?
- Replies: 17
- Views: 13658
Additional errors in static page?
While trying to troubleshoot the PostgreSQL issue for static page I had the PostgreSQL log and the php log open.
Upon entering the static page menu php reported
Upon entering the static page menu php reported
Code: Select all
Invalid argument supplied for foreach() in /usr/home/www/backuptalk.com/include/functions.inc.php on line 124