admin login

Found a bug? Tell us!!
Post Reply
Guest

admin login

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: admin login

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Black Dog WD

I have the same problem

Post by Black Dog WD »

the admin info so i can log in.
Black Dog WD

this text box does not work

Post 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
Black Dog WD

change the info

Post by Black Dog WD »

how do i change the admin infor so i can log in
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: change the info

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply