Search found 15 matches
- Mon Aug 14, 2006 5:27 pm
- Forum: General discussions
- Topic: XML-RPC API doesn't work with Flock
- Replies: 3
- Views: 3011
- Fri Oct 28, 2005 11:42 am
- Forum: Plugins
- Topic: StaticPages, PostgreSQL, and Empty Values
- Replies: 2
- Views: 2371
Updates on Blank Values
So the datatype defined in the serendipity_event_staticpage.php for these is boolean, but the datatype for the postgresql table serendipity_staticpages is smallint instead of boolean.
And I'm having issues being able to update the initial staticpage from the web if I go from a 'true' to a 'false ...
And I'm having issues being able to update the initial staticpage from the web if I go from a 'true' to a 'false ...
- Fri Oct 28, 2005 5:06 am
- Forum: Plugins
- Topic: StaticPages, PostgreSQL, and Empty Values
- Replies: 2
- Views: 2371
StaticPages, PostgreSQL, and Empty Values
Using StaticPages plugin 3.06 and PostgreSQL, the creation of new pages fails if "Perform Markup Transformations" is set to "No"
The INSERT INTO serendipity_staticpages fails as 'markup' field is a '' instead of an int. Should it be set to '0' for a No?
The 'pageorder' field is also '', though ...
The INSERT INTO serendipity_staticpages fails as 'markup' field is a '' instead of an int. Should it be set to '0' for a No?
The 'pageorder' field is also '', though ...
- Thu Mar 24, 2005 4:05 am
- Forum: General discussions
- Topic: RSS Problems?
- Replies: 7
- Views: 4894
- Tue Mar 22, 2005 3:40 am
- Forum: General discussions
- Topic: RSS Problems?
- Replies: 7
- Views: 4894
- Thu Jan 27, 2005 6:38 am
- Forum: General discussions
- Topic: External CSS Config in .8
- Replies: 2
- Views: 2647
External CSS Config in .8
Once I upgraded my testbed to .8 I noticed that the external style sheet stored in the configuration page was not being applied to pages and wasn't included in the default/index.tpl template.
I noticed that the variable extCSS wasn't included in the functions_smarty.inc.php array. So after the line ...
I noticed that the variable extCSS wasn't included in the functions_smarty.inc.php array. So after the line ...
- Sun Jan 16, 2005 9:29 am
- Forum: General discussions
- Topic: Does search works in the recent cvs?
- Replies: 8
- Views: 9359
- Wed Jan 12, 2005 3:32 am
- Forum: General discussions
- Topic: Dang weather plug-in messed up my site...
- Replies: 16
- Views: 13089
- Wed Jan 12, 2005 3:26 am
- Forum: General discussions
- Topic: Does search works in the recent cvs?
- Replies: 8
- Views: 9359
- Fri Jan 07, 2005 4:24 am
- Forum: General discussions
- Topic: Dang weather plug-in messed up my site...
- Replies: 16
- Views: 13089
- Fri Jan 07, 2005 3:49 am
- Forum: General discussions
- Topic: Dang weather plug-in messed up my site...
- Replies: 16
- Views: 13089
- Fri Jan 07, 2005 3:44 am
- Forum: General discussions
- Topic: Dang weather plug-in messed up my site...
- Replies: 16
- Views: 13089
- Fri Jan 07, 2005 3:32 am
- Forum: Installation
- Topic: Adding meta tags to <head>
- Replies: 9
- Views: 9728
- Fri Jan 07, 2005 3:22 am
- Forum: General discussions
- Topic: Dang weather plug-in messed up my site...
- Replies: 16
- Views: 13089
- Thu Jan 06, 2005 1:40 am
- Forum: General discussions
- Topic: Dang weather plug-in messed up my site...
- Replies: 16
- Views: 13089
Not Inserting Into Config Table
I've had issues with the weather plugin as well. It inserts data in to the plugins table, but doesn't seem to insert base data in to the config table.
Using Postgresql as the backend, if that matters.
Using Postgresql as the backend, if that matters.