Search found 42 matches

by Arnold Nijboer
Tue Dec 26, 2006 1:42 pm
Forum: Installation
Topic: Install the latest version for me?
Replies: 4
Views: 3695

15 bucks??
i don't get out off bed for less than 100 :P
by Arnold Nijboer
Mon Dec 18, 2006 6:34 pm
Forum: Bugs
Topic: chapter new installation missing
Replies: 19
Views: 11714

whell timbalu... i've disagree and that because i don't have the carl_contest installed (meaning not in the directory templates) the only directory's in the template directory are: the default template and my own new onder construction template.

and when i delete the default template, even the ...
by Arnold Nijboer
Mon Dec 18, 2006 6:00 pm
Forum: Bugs
Topic: chapter new installation missing
Replies: 19
Views: 11714

hey judebert,

as you can see in an earlyer repley.
i've changed the config_local.inc.php,
so that the "user" doesn't see the configuration. they only see

Serendipity installation

<button>complete installation

it's like the differense between installation 2a and 2b all veriables that are in 2b ...
by Arnold Nijboer
Mon Dec 18, 2006 5:40 pm
Forum: Bugs
Topic: chapter new installation missing
Replies: 19
Views: 11714

hey judebert,

youre right default is the default template, and even with the changes timbalu sugested i still get the same result. even when i change into the default template css.

let me change the subject, does anyone know how to skip setup 2a or 2b and go straight to setup 3. i get a import ...
by Arnold Nijboer
Sun Dec 17, 2006 5:18 pm
Forum: Bugs
Topic: chapter new installation missing
Replies: 19
Views: 11714

just one question remains....

what file do you mean?
inside the admin dir there is no css file,
there is no file called serendipity_admin.css
inside the serendipity.css.php there is no such text.

the only possible file i could vindt is inside the template/admin,
but that means i have to change all ...
by Arnold Nijboer
Sun Dec 17, 2006 5:05 pm
Forum: Bugs
Topic: chapter new installation missing
Replies: 19
Views: 11714

okey great sulution, but?! is it a bug in 1.04a or is it just my installation? does anyone else have the same issue.

thanks for the quiq response timbalu all is forgiven :D

many thanks...
Arnold
by Arnold Nijboer
Sun Dec 17, 2006 4:17 pm
Forum: Bugs
Topic: chapter new installation missing
Replies: 19
Views: 11714

timbalu, thank for that! :cry:

Whell you saw the complete installation butten (offcourse).

but in the left top corner there was the text "serendipity installation"
this has blent in with the background, so if you select it with your mouse it gets a visible.

other visitors please do not press ...
by Arnold Nijboer
Sun Dec 17, 2006 3:17 pm
Forum: Bugs
Topic: chapter new installation missing
Replies: 19
Views: 11714

okey here it is..

test.manegekleinoever.nl/serendipity_admin.php?serendipity[step]=2a

by the way there is one other thing i've changed to the serendipity code.

$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error verbinding met database');
mysql_select_db('user') or die ('Kan ...
by Arnold Nijboer
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
by Arnold Nijboer
Sat Dec 16, 2006 4:19 pm
Forum: Bugs
Topic: chapter new installation missing
Replies: 19
Views: 11714

i'm sorry Judebert IT'S BACK :lol:

luckely for me i'm not that interisted in the title,
does it relate to the removel of the database check installer.inc.php


echo CHECK_DATABASE_EXISTS .'...';
$t = serendipity_db_query("SELECT * FROM {$serendipity['dbPrefix']}authors", false, 'both', false ...
by Arnold Nijboer
Sat Dec 16, 2006 4:06 pm
Forum: Installation
Topic: Smarty.class.php error when installing
Replies: 6
Views: 4625

could you tell me what files in perticular, i've got the same error.

i'm running a shared installation so perhaps a require_once or include is not functioning, or i've just forgot to copy the files :-)

Greatings
Arnold
by Arnold Nijboer
Fri Dec 15, 2006 3:16 pm
Forum: Bugs
Topic: chapter new installation missing
Replies: 19
Views: 11714

Thanks for the fast reaction judebert,

i believe the problem solved itself (sort of) indeed i installed 1.04,
but i later downloaded 1.04a and i think it's okey now.

Greatings
Arnold nijboer
by Arnold Nijboer
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
by 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
by Arnold Nijboer
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 ...