chapter new installation missing
-
Arnold Nijboer
- Regular
- Posts: 42
- Joined: Mon Oct 23, 2006 7:48 pm
- Contact:
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
-
Arnold Nijboer
- Regular
- Posts: 42
- Joined: Mon Oct 23, 2006 7:48 pm
- Contact:
-
Arnold Nijboer
- Regular
- Posts: 42
- Joined: Mon Oct 23, 2006 7:48 pm
- Contact:
i'm sorry Judebert IT'S BACK 
luckely for me i'm not that interisted in the title,
does it relate to the removel of the database check installer.inc.php
it's at the bottem of the file line 461.
and then the removel of the } at line 493. or should this be another line?
greatings
Arnold
luckely for me i'm not that interisted in the title,
does it relate to the removel of the database check installer.inc.php
Code: Select all
echo CHECK_DATABASE_EXISTS .'...';
$t = serendipity_db_query("SELECT * FROM {$serendipity['dbPrefix']}authors", false, 'both', false, false, false, true);
if ( is_array($t) ) {
echo ' <strong>'. THEY_DONT .'</strong>';
echo '<br />';
and then the removel of the } at line 493. or should this be another line?
greatings
Arnold
So, the title is missing? I don't think it's got anything to do with the code you've removed: all that relates to is databases, and it doesn't happen until step 3.
I'm betting the problem is in the serendipity_parseTemplate() call. The 2a and 2b calls are different.
Hmmm, I'm looking at the code, and it's just not jumping out at me. Must be the sleep thing again. Can you give me a URL where I can see the problem in action? If not, I can always try to install 1.0.4 myself somewhere...
I'm betting the problem is in the serendipity_parseTemplate() call. The 2a and 2b calls are different.
Hmmm, I'm looking at the code, and it's just not jumping out at me. Must be the sleep thing again. Can you give me a URL where I can see the problem in action? If not, I can always try to install 1.0.4 myself somewhere...
-
Arnold Nijboer
- Regular
- Posts: 42
- Joined: Mon Oct 23, 2006 7:48 pm
- Contact:
okey here it is..
test.manegekleinoever.nl/serendipity_ad ... y[step]=2a
by the way there is one other thing i've changed to the serendipity code.
this is inside the config_local.inc.php inside the include/admin dir.
what it does, it implants previeus variables from user input, as folowing:
Note the default values!
Greatings
Arnold Nijboer
test.manegekleinoever.nl/serendipity_ad ... y[step]=2a
by the way there is one other thing i've changed to the serendipity code.
Code: Select all
$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error verbinding met database');
mysql_select_db('user') or die ('Kan database niet vinden');
$Select = mysql_query("SELECT * FROM user WHERE cid=(SELECT max(cid) FROM user)") or exit ("Ongeldige query " . mysql_error());
$last_id = mysql_fetch_row($Select);
$username = $last_id[1];
$userpass = $last_id[3];
$useremail = $last_id[2];
$blogname = $last_id[4];
$blogdscr = $last_id[5];
$url = "http://".$blogname.".manegekleinoever.nl";
$res = array();
what it does, it implants previeus variables from user input, as folowing:
Code: Select all
'items' => array(array('var' => 'user',
'title' => INSTALL_USERNAME,
'description' => INSTALL_USERNAME_DESC,
'type' => 'string',
'default' => $username,
'permission' => 'siteConfiguration',
'flags' => array('installOnly', 'local')),
array('var' => 'pass',
'title' => INSTALL_PASSWORD,
'description' => INSTALL_PASSWORD_DESC,
'type' => 'protected',
'default' => $userpass,
'permission' => 'siteConfiguration',
'flags' => array('installOnly', 'local')),
Greatings
Arnold Nijboer
-
Arnold Nijboer
- Regular
- Posts: 42
- Joined: Mon Oct 23, 2006 7:48 pm
- Contact:
timbalu, thank for that!
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 complete installation
just read this entyre topic and then repley!
Greatings
Arnold
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 complete installation
just read this entyre topic and then repley!
Greatings
Arnold
Sorry for this, Arnold!
I see what you mean.
change in serendipity_admin.css the color line
Ian
I see what you mean.
change in serendipity_admin.css the color line
Code: Select all
#serendipityAdminBanner h1 {
- color: #fff;
+ color: #333;
font-size : 20px;
padding-left:15px;
padding-top: 10px;
margin: 0px;
text-decoration: none; }
-
Arnold Nijboer
- Regular
- Posts: 42
- Joined: Mon Oct 23, 2006 7:48 pm
- Contact:
-
Arnold Nijboer
- Regular
- Posts: 42
- Joined: Mon Oct 23, 2006 7:48 pm
- Contact:
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 templates/admin right?
and bisides it doesn't look like you typed,
it looks like
Greatings
Arnold
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 templates/admin right?
and bisides it doesn't look like you typed,
it looks like
Code: Select all
#serendipityAdminBanner h1 {
padding-left: 20px;
font-size: 1.8em;
margin: 0;
}Arnold
Hi Arnold
The default admin css file is in serendipity-1.0.4a/serendipity/templates/carl_contest/admin/style.css
there you can put your changes to the administration panel.
Well, I can't tell you anything about the installing steps 2a -> 2b -> 3 issue itself, but css tweaking is not really ab bug. And we could even do it a little bit better, I think:
Ian
The default admin css file is in serendipity-1.0.4a/serendipity/templates/carl_contest/admin/style.css
there you can put your changes to the administration panel.
Well, I can't tell you anything about the installing steps 2a -> 2b -> 3 issue itself, but css tweaking is not really ab bug. And we could even do it a little bit better, I think:
Code: Select all
#serendipityAdminFrame {
text-align: left;
width: 90%;
margin: auto;
background: #FFF;
+ margin-top: 10px;
+ border: 1px solid #235587; }
- border-top: 1px solid #333;
- border-right:1px solid #235587;
- border-left:1px solid #235587;
- border-bottom:1px solid #235587; }-
Arnold Nijboer
- Regular
- Posts: 42
- Joined: Mon Oct 23, 2006 7:48 pm
- Contact:
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() error, i guess it the variables from 2a that are not imported to 3 when i skip them.
Greatings
Arnold
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() error, i guess it the variables from 2a that are not imported to 3 when i skip them.
Greatings
Arnold