Page 1 of 1

admin login

Posted: Fri May 20, 2005 5:11 pm
by Guest
perhaps this is a fault of the server or whatever, but I ran into problems when logging in as admin.

installation perfect, but the trying to login as admin didn't work. Always error that my username / password were wrong. I made it sure that I wrote the correct password during installation (checked it with print_r & echo of the vars) but for some reason the MD5 encryption gave me something different then it should have been, by updating the authors table manually with the right MD5 , it worked like a charm.

Secondly, whenever I want to intall a "remote" plugin, a plugin from your depository I get the following error :

Code: Select all

Cannot write to directory /home/jay/public_html/blog//plugins/. Please check the permissions.Error: serendipity_plugin_google_last_query:4398989a75292841fff30b0ed24a63fc (serendipity_plugin_google_last_query)

Fatal error: Call to a member function on a non-object in /home/jay/public_html/blog/include/admin/plugins.inc.php on line 665
I don't know why he uses // for the plugin dir.

I couldn't find any answers on the forum, hence this post.

tnx
Jay

Re: admin login

Posted: Sun May 22, 2005 5:43 pm
by garvinhicking
About the first issue: This sounds like a faulty PHP md5() implementation. What's your php version and modules used?

About the remote plugin: You need th chmod 777 the /plugins directory; the double // are no problem.

Regards,
Garvin

I have the same problem

Posted: Fri Aug 05, 2005 8:07 pm
by Black Dog WD
the admin info so i can log in.

this text box does not work

Posted: Fri Aug 05, 2005 8:09 pm
by Black Dog WD
im using 0.8.3 and the text boxes dealing with new entries does not work. messed up. very bad. Im in firefox

change the info

Posted: Fri Aug 05, 2005 8:10 pm
by Black Dog WD
how do i change the admin infor so i can log in

Re: change the info

Posted: Sat Aug 06, 2005 12:45 pm
by garvinhicking
You need to be a bit more specific.

Do you have lost your password? If so you need to use phpMyAdmin to edit your serendipity_authors table and reset the password to a MD5-String.

What is messed with the boxes?

Regards,
Garvin