21
council
Re: How do I fix this Problem?
  • 2005/2/11 0:17

  • council

  • Not too shy to talk

  • Posts: 184

  • Since: 2004/12/18


Quote:

rcjohnson wrote:
Can you click the link for lost password?

if that stil does not work, try to reinstall xoops, just use the same database and you shoudln't loose anything.


When you say use the same database, how do I do that?

Won't a new install report back the database already exists and stop installing?

Ric



22
council
Re: How do I fix this Problem?
  • 2005/2/10 22:43

  • council

  • Not too shy to talk

  • Posts: 184

  • Since: 2004/12/18


Quote:

highlander wrote:
Hi Council,

If you still have phpMyAdmin acces try the following :

The password is stored in xoops_user field :pass.

It is in MD5. the following lets you create your own md5 password.

<?php
echo md5(password_of_your_choice);
?>


Save this snippit in a *.php file and call it from a browser. You will get the md5 code to put into the database for your username. (xoops_user table)

You should now be able to log in with your username + password_of_your_choice

If this doesnt work your xoops_groups_users_link table might be the problem.
add a new row :
linkid = next unused number
groupid = id of the group you want to be added to (1 = webmasters in my case) (look up in xoops_groups)
uid = userid (look up in the xoops_user table)

This should get you into your site !!!

Greetings Highlander

ps. this post assumes you have XOOPS as your table prefix; change it if needed.



Followed the first solution, it didn't work.

With the second solution I couldn't locate "groupid" in the new row. Installed the new row anyway, with no results.

Ok, what about reinstalling Xoops? Can I install 1.3 over 1.2 without losing data?

Ric



23
council
Re: How do I fix this Problem?
  • 2005/2/10 21:11

  • council

  • Not too shy to talk

  • Posts: 184

  • Since: 2004/12/18


Quote:

rcjohnson wrote:
Can you click the link for lost password?

if that stil does not work, try to reinstall xoops, just use the same database and you shoudln't loose anything.



Sure, but can I install 1.3 over 1.2 without harming the database?

ric



24
council
Re: How do I fix this Problem?
  • 2005/2/10 19:34

  • council

  • Not too shy to talk

  • Posts: 184

  • Since: 2004/12/18


Quote:

rcjohnson wrote:
what happens when you go to your site installation /user.php

you shoudl be able to log in from there.


"INCORRECT LOG IN"

Which is the message I've been getting all day.

Also ran the browser check, and everything passed:

Feature Description Test result
Cookies Cookies can be set and read. (via HTTP headers) PASS
Referrer-H The URL of the referring page can be read. (host name) PASS
Referrer-HS The URL of the referring page can be read. (host name + script name) PASS
Referrer-HSQ The URL of the referring page can be read. (host name + script name + query string) PASS
Javascript Javascript within a web page can be executed. PASS
Javascript read cookie Cookies can be read using Javascript. PASS
Javascript set cookie Cookies can be set using Javascript. PASS
Clock The server and client clocks agree within 15 minutes. (uses Javascript) PASS


Ric



25
council
How do I fix this Problem?
  • 2005/2/10 19:15

  • council

  • Not too shy to talk

  • Posts: 184

  • Since: 2004/12/18


I haven't been able to log in since yesterday. I've posted this problem but it is not being answered. I need to get into my XOOPS site.

I've read the faq, tried the fixes, but still can't log on.

I've done searches and have not found any solution.

Also, no one can register on my site.

Surely, someone has a clue to what's going on?

windows xp unix server. Week old installation of xoops

Isnt there a way of forcing my way into administration?

dumped sesseons table, have no firewall, cleaned-out cookies, nothing works.

rick



26
council
Controlling Feed length in XHLD0
  • 2005/2/10 16:48

  • council

  • Not too shy to talk

  • Posts: 184

  • Since: 2004/12/18


How do you control the lenght of the feed in xhld0?

I'm getting some lengths at 400 characters, others at 4000. This is no good for my purposes. I need a consistent 400 characters from each feed.

I do I do this?

Ric



27
council
Re: Still Can
  • 2005/2/10 14:21

  • council

  • Not too shy to talk

  • Posts: 184

  • Since: 2004/12/18


Quote:

Mithrandir wrote:
Quote:

council wrote:

I can't log in.

I get "incorrect log in" when I try to log in.

I checked the faq and it said the cause could be:

1. mainfile physical path error.

2. Firewall permission problem

3. Empty table sessions (check PhpMyAdmin)

Tried all these fixes and still can't log in.

Ric

Which FAQ? I'll have to investigate that, because the reason you get "Incorrect login" is either
a) You did not specify a username or a password OR
b) You wrote a username that does not exist in the database OR
c) You wrote correct username but incorrect password



The FAQ menu selection to your left. On the page it has a link that says "can't log in". I went to that link and tried the fixes.

I've logged into this installation of XOOPS about 100 times using several different browsers. As of last night none will allow me to log in.

This is not a wrong username/password issue.

ric



28
council
Re: Still Can
  • 2005/2/10 12:55

  • council

  • Not too shy to talk

  • Posts: 184

  • Since: 2004/12/18


Quote:

brash wrote:
Can you detail your XOOPS environment? What OS and webserver are you using? Has this just started happening, or has it been doing this since day one?


First time it ever happened in this week old install. I had an earlier install of XOOPS running for a month with any problems.

I'm using a windows box running xp on a unix web server. The problem happned last night, seemingly after I deleted an article from News2. I did nothing else of consequence before or after this. Earlier, (before locking myself out) I did notice, however, that several modules I downloaded would not install properly even after several attempts.

ric



29
council
Re: Still Can
  • 2005/2/10 10:16

  • council

  • Not too shy to talk

  • Posts: 184

  • Since: 2004/12/18


Quote:

brash wrote:
Not sure what you're talking about.....

Can you give us more info?


I can't log in.

I get "incorrect log in" when I try to log in.

I checked the faq and it said the cause could be:

1. mainfile physical path error.

2. Firewall permission problem

3. Empty table sessions (check PhpMyAdmin)

Tried all these fixes and still can't log in.

Ric



30
council
Still Can't Log in
  • 2005/2/10 9:59

  • council

  • Not too shy to talk

  • Posts: 184

  • Since: 2004/12/18


Ok, I've read the fix, tried all three of the fixes and still can't log in.

Isn't there an easy way of fixing this?

Ric




TopTop
« 1 2 (3) 4 5 6 ... 19 »



Login

Who's Online

218 user(s) are online (126 user(s) are browsing Support Forums)


Members: 0


Guests: 218


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits