1
Iggy80
Not Able to turn register globals OFF
  • 2004/8/16 14:53

  • Iggy80

  • Just popping in

  • Posts: 11

  • Since: 2004/8/16


Hey all ! I hope someone can help me. I have the first time login problem! I have no firewall and all my internet settings are right so i guess thr problem is the register_global setting (i have php 4.06) I tried to create a .htaccess file to turn it off (i just wrote php_flag register_globals off in it), but that always results in an internal server error....can anyone help me ? that would be great - i really want start using xoops. Greetings Iggy

2
Dave_L
Re: Not Able to turn register globals OFF
  • 2004/8/16 15:27

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


Xoops doesn't require register_globals to be off.

3
Iggy80
Re: Not Able to turn register globals OFF
  • 2004/8/16 15:32

  • Iggy80

  • Just popping in

  • Posts: 11

  • Since: 2004/8/16


@Dave
Thx for your fast answer. Do you have an other solution for my login problem ?
My ISP has PHP 4.06
I got XOOPS 2.07.
no firewall
IE settings are right
I have no idea what the problem is ?!

4
Dave_L
Re: Not Able to turn register globals OFF
  • 2004/8/16 16:00

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


Technically, XOOPS 2.0.7 requires PHP 4.1.0 or higher. It may still work with 4.0.6, but I'm not sure.

You could try installing Browser Check, and see if any tests fail.

5
Iggy80
Re: Not Able to turn register globals OFF
  • 2004/8/16 16:14

  • Iggy80

  • Just popping in

  • Posts: 11

  • Since: 2004/8/16


seems if i am not even able to get your program running:

http://www.pelzen.de/bcheck/browser_check.php

any suggestions for me ? By the way thx for your help !

-- EDIT --
ok now i got the program running - all tests passed but still not able to login into my XOOPS page

6
Dave_L
Re: Not Able to turn register globals OFF
  • 2004/8/16 16:18

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


Maybe it's PHP 4.0.6, then. If you can't get PHP upgraded on your server, you might need to find a different CMS.

7
Iggy80
Re: Not Able to turn register globals OFF
  • 2004/8/16 16:20

  • Iggy80

  • Just popping in

  • Posts: 11

  • Since: 2004/8/16


yes thx got it running, all tests passed, so i am even more confused about my login problem !

8
hervet
Re: Not Able to turn register globals OFF
  • 2004/8/16 16:23

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Can yo go to your admin panel :
http://www.mysite.com/admin.php

9
Iggy80
Re: Not Able to turn register globals OFF
  • 2004/8/16 16:27

  • Iggy80

  • Just popping in

  • Posts: 11

  • Since: 2004/8/16


No it says i do not have the required rights!

10
Dave_L
Re: Not Able to turn register globals OFF
  • 2004/8/16 16:55

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


A major different between PHP 4.0.6 and PHP 4.1.0 is that 4.1.0 provides the "superglobals" $_GET, $_POST, ..., which can be used in place of $HTTP_GET_VARS, $_HTTP_POST_VARS, ...
The superglobals are not supported by PHP 4.0.6.

These variables are used to pass URL parameters, form fields, cookies, etc.

I just checked, and XOOPS 2.0.7 uses the superglobals in some places, so that would prevent it from working with PHP 4.0.6.

Login

Who's Online

230 user(s) are online (165 user(s) are browsing Support Forums)


Members: 0


Guests: 230


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