i don't get out off bed for less than 100
Search found 42 matches
- Tue Dec 26, 2006 1:42 pm
- Forum: Installation
- Topic: Install the latest version for me?
- Replies: 4
- Views: 3695
- Mon Dec 18, 2006 6:34 pm
- Forum: Bugs
- Topic: chapter new installation missing
- Replies: 19
- Views: 11714
- Mon Dec 18, 2006 6:00 pm
- Forum: Bugs
- Topic: chapter new installation missing
- Replies: 19
- Views: 11714
- Mon Dec 18, 2006 5:40 pm
- Forum: Bugs
- Topic: chapter new installation missing
- Replies: 19
- Views: 11714
- Sun Dec 17, 2006 5:18 pm
- Forum: Bugs
- Topic: chapter new installation missing
- Replies: 19
- Views: 11714
- Sun Dec 17, 2006 5:05 pm
- Forum: Bugs
- Topic: chapter new installation missing
- Replies: 19
- Views: 11714
- Sun Dec 17, 2006 4:17 pm
- Forum: Bugs
- Topic: chapter new installation missing
- Replies: 19
- Views: 11714
- Sun Dec 17, 2006 3:17 pm
- Forum: Bugs
- Topic: chapter new installation missing
- Replies: 19
- Views: 11714
- Sat Dec 16, 2006 5:05 pm
- Forum: Installation
- Topic: Smarty.class.php error when installing
- Replies: 6
- Views: 4625
Update
okey it works,
it's the default template you cannot delete it.
so if you are making a new and only template for your site.
name it default!
Greatings
Arnold
it's the default template you cannot delete it.
so if you are making a new and only template for your site.
name it default!
Greatings
Arnold
- Sat Dec 16, 2006 4:19 pm
- Forum: Bugs
- Topic: chapter new installation missing
- Replies: 19
- Views: 11714
- Sat Dec 16, 2006 4:06 pm
- Forum: Installation
- Topic: Smarty.class.php error when installing
- Replies: 6
- Views: 4625
- Fri Dec 15, 2006 3:16 pm
- Forum: Bugs
- Topic: chapter new installation missing
- Replies: 19
- Views: 11714
- Fri Dec 15, 2006 1:09 pm
- Forum: Bugs
- Topic: chapter new installation missing
- Replies: 19
- Views: 11714
chapter new installation missing
Hey guy's,
i've updated to 1.04 and discoverd an odity, the title from serendipity_admin.php?serendipity[step]=2b (of 2a) is "missing" but when you select it with the mouse the text "Serendipity installation" becomes vissible.
Should be something with a style i think.
Greatings
Arnold Nijboer
i've updated to 1.04 and discoverd an odity, the title from serendipity_admin.php?serendipity[step]=2b (of 2a) is "missing" but when you select it with the mouse the text "Serendipity installation" becomes vissible.
Should be something with a style i think.
Greatings
Arnold Nijboer
- Sun Dec 10, 2006 11:47 pm
- Forum: General discussions
- Topic: Next generation of my site - questions
- Replies: 14
- Views: 10437
Frontpage
hey owen stubbs
just a short repley on that fronpage issue,
i've had some problems with it just read the following topic
http://www.s9y.org/forums/viewtopic.php?t=7738
garvin was again a great help.
Good Luck
Arnold
just a short repley on that fronpage issue,
i've had some problems with it just read the following topic
http://www.s9y.org/forums/viewtopic.php?t=7738
garvin was again a great help.
Good Luck
Arnold
- Mon Dec 04, 2006 9:55 am
- Forum: Bugs
- Topic: compat.inc.php Error line 99
- Replies: 3
- Views: 3848
Re: compat.inc.php Error line 99
if (extension_loaded('`filter`') && input_name_to_filter(ini_get('`filter.default`')) !== FILTER_UNSAFE_RAW) {
doesn't it do the same as without quotes? like:
if (extension_loaded(filter) && input_name_to_filter(ini_get(filter.default)) !== FILTER_UNSAFE_RAW) {
Or with different quotes ...