Page 1 of 1

OS X trooble

Posted: Wed Jan 19, 2005 5:34 pm
by lofi
hi there,

i did unpacked all the stuff in the correct directory. Then I checked all the "config" page up to the "check and save" button...and...nothing.

No alert.
No message.
Blue HTML screen w/ "Serendipy administration page" wrote on the top ?

MySQL hasn't been modified. MySQl, PHPmyadmin etc.. are running nicely.

If S9y can't connect to MySQL it should sent an error warning, shouldn't it ?

I can't figure out what's going on without any alert signal....

Anybody an idea ??

cheers

anyway your stuff seems brilliant ...

Re: OS X trooble

Posted: Wed Jan 19, 2005 5:49 pm
by garvinhicking
Which version are you installing? Could you test with a latest Snapshot?

And can you please look at the HTML source of the page, maybe there are some PHP errors there? And if possible please post the HTML code you receive at the last page here.

If available, a URL to the outputs of a <?php phpinfo(); ?> script of your server could help.

Regards,
Garvin

Posted: Wed Jan 19, 2005 5:50 pm
by Guest
reading an other post on the same problem I precise that i received previus error msg with Spip when attemptin to connect to MySQL with no success. My PHP ini should be ok. I guess...

Posted: Wed Jan 19, 2005 5:57 pm
by Little Hamster
Have you checked that your PHP has the mysql module installed and enabled? Does a simple script like below (from php.net) work?

(Replace the mysql_host, mysql_user and mysql_password with whatever you are using).

Code: Select all

<?php
// Connecting, selecting database
$link = mysql_connect('mysql_host', 'mysql_user', 'mysql_password')
   or die('Could not connect: ' . mysql_error());
echo 'Connected successfully';
mysql_select_db('my_database') or die('Could not select database');

// Closing connection
mysql_close($link);
?> 

HTML missing

Posted: Wed Jan 19, 2005 8:16 pm
by Guest
Ok here is the HTML and, effectively, closing tags are missing

wassup doc ?

***
<html>
<head>
<title>Administration de Serendipity</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" type="text/css" href="serendipity.css.php" />
</head>

<body class="s9y_wrap" id="serendipity_admin_page" onload="if (self.Spawnnugget) { Spawnnugget(); }">
<div id="serendipity_banner">
<h1>Administration de Serendipity</h1>
<h2>Installation de Serendipity</h2>
</div>
<table id="mainpane">
<tr valign="top">
<td class="serendipity_admin">
<div class="serendipity_date">Installation de Serendipity</div>
<p>

display_error

Posted: Wed Jan 19, 2005 9:00 pm
by Guest
is set to "On" in PHP.INI

Re: display_error

Posted: Thu Jan 20, 2005 11:03 am
by garvinhicking
Please make sure in php.ini that 'display_errors' are set to ON!

It seems Serendipity emits an error, but doesn't show it because of your PHP setup.

If you have a chance, please try the 0.8 Snapshot installation, the installer has been much improved there!

okay okay

Posted: Thu Jan 20, 2005 11:28 am
by Guest
as I said previously my display_erros is set ton ON ...

I'll try an other install pack

back

Posted: Sun Jan 23, 2005 2:52 pm
by Guest
'lo there,

back again.
I did try all i could to install the stuff...didn't work !!!!

My PHP ini displays_errors is set to ON
Mysql is running as wall as PHP

Apache pb ?

I tried other Blog system, without pb...but S9y still look better...i really wnt to try it ?

grabin, if your are here maybe I can drop you my phpinfo page ?

cheers

Posted: Sun Jan 23, 2005 2:53 pm
by Guest
not grabin but "garvin"

Posted: Sun Jan 23, 2005 3:16 pm
by garvinhicking
Yeah, please send me the output via email to serendipity (at) supergarv {dot) de :-)

Regards,
Garvin