11
CBlue
Re: HELP REQUIRED!!

How did you check that admin user has all the privileges if you can't log in as admin?

12
Stewdio
Re: HELP REQUIRED!!
  • 2003/12/22 18:56

  • Stewdio

  • Community Support Member

  • Posts: 1560

  • Since: 2003/5/7 1


I think he means on the server level with chmod, correct me if i'm wrong, afterall, I'm justa dolt!

13
CBlue
Re: HELP REQUIRED!!

chmod doesn't affect the login pages of xoops.

Neither does groups really.

Can you login as a regular user or is your problem logging in period? If no one can log in, then the problem could also be in your database. Check your XOOPS users table in your database and see if the usernames and passwords look okay in it.

14
silli
Re: HELP REQUIRED!!
  • 2003/12/22 20:04

  • silli

  • Just popping in

  • Posts: 10

  • Since: 2003/11/25


I looked at the SQL data ... admin was still in the admin group...

15
silli
Re: HELP REQUIRED!!
  • 2003/12/23 13:24

  • silli

  • Just popping in

  • Posts: 10

  • Since: 2003/11/25


ugh, still having same problem. Users look find in the backend...maybe i should reinstall?

16
Catzwolf
Re: HELP REQUIRED!!
  • 2003/12/23 13:32

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Quote:

m0nty wrote:
all my admin module icons etc have disappeared from the left hand menu section in admin..

this happened after installing the headlines module.. it has done this b4 after installing another module, but was able to get the menu back last time by uninstalling the module again and installing a different one..

but this time i'm unable to get the list back..

I can still get to the modules admin using > http://www.yourdomain.com/main/modules/system/admin.php?fct=modulesadmin


but if i click the normal admin the list just doesn't appear :( any ideas?


You seem to have taken away permissions to access all your modules away from admin and webmasters. You will have to login as per normal and access this area of your website by adding it to the URL in IE

http://yourwebsite/modules/system/admin.php?fct=groups&op=modify&g_id=1 and check all the options 'system admin rights' and 'module admin rights' to get back your modules icons.

Hope that helps

17
silli
Re: HELP REQUIRED!!
  • 2003/12/25 0:29

  • silli

  • Just popping in

  • Posts: 10

  • Since: 2003/11/25


I reinstalled everything and now I'm getting the same problem. Users and admin get the same message. I get the message - thank you for logging in, but doesn't take me to the registered users/admin page.

18
silli
Re: HELP REQUIRED!!
  • 2003/12/27 4:31

  • silli

  • Just popping in

  • Posts: 10

  • Since: 2003/11/25


Thanks! Actually it works now...I turned on the debugger and found the problem.

19
topland
Re: HELP REQUIRED!!
  • 2003/12/27 7:07

  • topland

  • Just popping in

  • Posts: 3

  • Since: 2003/12/27


hello silli
I want to know how can you do it! thanks.
The file checklogin.php in include must be wrong!But I can't find it!

where did you modified,and how do it!

20
silli
Re: HELP REQUIRED!!
  • 2004/1/6 16:59

  • silli

  • Just popping in

  • Posts: 10

  • Since: 2003/11/25


The file is in xoops/html/include/checklogin.php

But I've had the problem so many times again that I just kept on uninstalling and reinstalling. No real helpful tips. Turn on your debugger in the include/common.php

Change this line:
if ($xoopsConfig['debug_mode'] == 1) {
error_reporting(E_ALL);
}

to be

//if ($xoopsConfig['debug_mode'] == 1) {
error_reporting(E_ALL);
//}

and see if there are any errors. That's what I did first and it fixed it once. Then there were problems with defining the XOOPS_ROOT_PATH, and I duplicated the problem. So maybe check your root path in your mainfile.php and make sure you defined it correctly.

Login

Who's Online

518 user(s) are online (58 user(s) are browsing Support Forums)


Members: 0


Guests: 518


more...

Donat-O-Meter

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

Latest GitHub Commits