Page 1 of 1
Changed password for SQL what to do now on s9y
Posted: Sun May 11, 2008 8:07 pm
by Florian Fiegel
Hi,
i changed the password of my database erroneous cause i configured another.
Now the installation as expected, doesn't run any longer. Now my Question is how I could set the password to the new?
It seems that i have deleted the setup in the past. And I don't know on what version s9y is. I know that i didn't made the last update on the installation.
Thank to you even yet.
greets
Florian
Posted: Mon May 12, 2008 12:10 am
by azel
If you have access to an FTP account for your site, login to that and edit your serendipity_config_local.inc.php to reflect your new sql password.
Posted: Mon May 12, 2008 2:12 am
by Florian Fiegel
I tried to download the file for editing and got this error:
550 serendipity_config_local.inc.php: Permission denied : /html/serendipity_config_local.inc.php
Its the main ftp for the Space, so why do I have no permission?

Is the file protected by any mechanism of s9y?
Posted: Mon May 12, 2008 10:54 am
by garvinhicking
Hi!
the actual permissions depend on how your server provider setup the PHP. In cases where your FTP user has no full access on all files, have a look at the s9y.org FAQ about the "fixperm.php" script.
Regards,
Garvin
Posted: Mon May 12, 2008 12:05 pm
by Florian Fiegel
Thanks, now all works well again.

Posted: Tue May 13, 2008 3:41 pm
by JWalker
Just for information:
I tried with Turkish, Portuguese, Finnish, Slovakian languages and Serendipity showed their names for months and days of week. Only for Bulgarian they were ?????? . Now I changed
Code: Select all
@define('DATE_LOCALES', 'bulgarian, bg, bg_BG');
to
Code: Select all
@define('DATE_LOCALES', 'bg, bg_BG');
and I am able to see english names which is acceptable for me. Just curiousity...