Page 1 of 1

DB problem?

Posted: Thu Feb 05, 2009 11:02 pm
by DavidNobrega
Hello from Brazil.

I had installed Serendipity in my server, but it isnt working.

- Archives uploaded, with CMHOS 777 in it.
- I had create a DB MySql before upload files.
- No problem to access index.php, and no problems to install.

But know, first I got this is my message:
Fatal error: Maximum execution time of 30 seconds exceeded in C:\domains\editoranovitas.com.br\wwwroot\blog\include\db\mysql.inc.php on line 84

Re-instal, with new upload of all files.

Now:

Blog directory: http://www.editoranovitas.com.br/blog/index.php

HTTP Error 500
IISPassword for Internet Information Services :shock: :shock: :shock:

Ok, I´m n00b.. Can you help me to fix it?

Txs

Re: DB problem?

Posted: Fri Feb 06, 2009 11:21 am
by garvinhicking
Hi!

On which kind of server did you install s9y? Did you install from a fresh version?

The error happens because your server spends more than 30 seconds on a database query. This could also happen when the database server is very slow?

Regards,
Garvin

Re: DB problem?

Posted: Fri Feb 06, 2009 3:58 pm
by DavidNobrega
Yes, fresh installation.
My server is running under Windows SQL Server, PHP and ASP, MySql.

There is a way to re-install, no uploading all files again?

Re: DB problem?

Posted: Fri Feb 06, 2009 4:00 pm
by garvinhicking
Hi!

Yeah, you can do that by deleting the database tables and deleting the serendipity_config_local.inc.php file.

HOWEVER, Serendipity does not support Windows MS-SQL Servers. Only MySQL, SQLite and PostgreSQL are supported...

Regards,
Garvin

Re: DB problem?

Posted: Fri Feb 06, 2009 5:33 pm
by DavidNobrega
Garvin, sorry to take your time, but look these images. The installation panel is in portuguese, but I think you will got what I mean (in new server, Windows NT):

http://www.editoranovitas.com.br/imagens/serendipty.jpg
http://www.editoranovitas.com.br/imagen ... dipty2.jpg
http://www.editoranovitas.com.br/imagen ... dipty3.jpg

Looking for images, you can see that instalation is ok, right?

Try access again:
http://www.editoranovitas.com.br/blog/index.php

My question: I´m a fool or the server really doenst support Serendipity? :?

Re: DB problem?

Posted: Mon Feb 09, 2009 12:18 pm
by garvinhicking
Hi!

This actually only means that your PHP on the server has the MySQL(i) CLIENT libraries installed; it does not say that a MySQL SERVER is actually existing. Can you ask your provider if MySQL really exists? You cannot use the MYSQL client library to connect to a MS-SQL server.
I suppose you deleted that already? I get a HTTP 404 not found.

Regards,
Garvin