21
rich1785
Re: successful login but no rights
  • 2008/9/23 22:31

  • rich1785

  • Just popping in

  • Posts: 10

  • Since: 2004/1/3 1


I have used the ERROR CONSOLE in Firefox... and come up with the following

Warning: Error in parsing value for property 'left'. Declaration dropped.
Source File:http://www.kingofglorylutheranchurch.org/modules/system/admin.php?fct=preferences&op=show&confcat_id=1
Line: 0

Warning: Error in parsing value for property 'top'. Declaration dropped.
Source File:http://www.kingofglorylutheranchurch.org/modules/system/admin.php?fct=preferences&op=show&confcat_id=1
Line: 0

Warning: Use of captureEvents() is deprecated. To upgrade your code, use the DOM 2 addEventListener() method. For more helphttp://developer.mozilla.org/en/docs/DOM:element.addEventListener
Source File:http://www.kingofglorylutheranchurch.org/modules/system/admin.php?fct=preferences&op=show&confcat_id=1
Line: 0

22
mboyden
Re: successful login but no rights
  • 2008/9/24 1:01

  • mboyden

  • Moderator

  • Posts: 484

  • Since: 2005/3/9 1


So I went to your site. I registered. I activated. I logged in. I ran all over the site and edited my profile and never was logged out. All in Firefox 3.0.1 - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1.

Not sure what to say, but it may be something with your particular installation. Did you try a different computer running Firefox? Maybe clear the cache, history, etc? Maybe uninstall and reinstall. I couldn't re-create your error.

As to the errors, they seem j-script related, which may be in a module or something else. Here's a link that helps explain some of it.
Pessimists see difficulty in opportunity; Optimists see opportunity in difficulty. --W Churchill

XOOPS: Latest | Debug | Hosting and Web Development

23
River
Re: successful login but no rights
  • 2008/9/27 15:58

  • River

  • Just popping in

  • Posts: 39

  • Since: 2006/2/27


Quote:

mboyden wrote:
Can you turn on debugging and see what error messages you get if any? Look at all of them and see if anything is failing, and where.


Login via Firefox, after "Thank you for login in..." message, it sends me back to before login page. I can login through Opera and I can see the error message below:

Warning: Functions in /include/old_theme_functions.php are deprecated, should not be used any more in file /include/old_theme_functions.php line 32

(Opera) I can also see the browser address bar such :"http://www.mysite.com/main/index.php/main/modules/index/index.php"

The correct address should be "http://www.mysite.com/main/index.php/index.php". Not sure if this would make any different.

I will try to login in other machines.

Cheers


24
River
Re: successful login but no rights
  • 2008/9/27 16:10

  • River

  • Just popping in

  • Posts: 39

  • Since: 2006/2/27


I tried Firefox on another computer, and I can login without problem. I will reinstall my firefox now.

25
River
Re: successful login but no rights
  • 2008/10/3 9:33

  • River

  • Just popping in

  • Posts: 39

  • Since: 2006/2/27


Firefox on the computer I am working with having "profilemanager" problems, in fact I have too many software problems to sort out for now, so I gave up on Firefox for now.

However, I am having with or without "www." problem (Opera and IE the same problem). Whatever the address I use (www.mydomain.com or justhttp://mydomain.com) to login, it will lead to the www.mydomain.com and logged in without problems. When I click any links my address changed tohttp://mydomain.com (may be because the way the site setup?), as soon as the url showing without "www." I am NOT log in. If I at this point add "www." to the address bar, then I am back in again.

Can anyone see the problems?

Thanks

26
Mamba
Re: successful login but no rights
  • 2008/10/3 17:17

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


You probably have in your mainfile.php:

Quote:
define( 'XOOPS_URL', 'http://mydomain.org' );

Change it to:

Quote:
define( 'XOOPS_URL', 'http://www.mydomain.org' );

and see if it makes a difference.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

27
River
Re: successful login but no rights
  • 2008/10/4 8:51

  • River

  • Just popping in

  • Posts: 39

  • Since: 2006/2/27


Mamba,

Thanks for your help. this solved the problem. In fact it's another way round. Originally in the mainfile is:

define( 'XOOPS_URL', 'http://www.mydomain.org' );
And after I changed to:

define( 'XOOPS_URL', 'http://mydomain.org' );

And it worked!

Great!

28
kevinh
Re: successful login but no rights
  • 2008/11/7 19:23

  • kevinh

  • Just popping in

  • Posts: 1

  • Since: 2008/11/7


Okay, I thought I was on the right path to fixing my problem with this string of Q&A, however, the last person had their problem fixed and mine continues to be an issue. The only difference I see is that I am using a SSL so my prefix is 'https://www.XXXXXXXX.com'

I have tried redoing this in different formats without any success.

Any further guidance would be appreciated.


29
River
Re: successful login but no rights
  • 2008/11/8 12:48

  • River

  • Just popping in

  • Posts: 39

  • Since: 2006/2/27


sometimes later, this problem comes back, so I change url path fromhttp://mydomain.com tohttp://www.mydomain.com and it worked. Strange!!

30
sailjapan
Re: successful login but no rights

You should talk to your hosting provider. Sounds like something in the way DNS is set up is screwy.
Never let a man who does not believe something can be done, talk to a man that is doing it.

Login

Who's Online

214 user(s) are online (124 user(s) are browsing Support Forums)


Members: 0


Guests: 214


more...

Donat-O-Meter

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

Latest GitHub Commits