The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 13 posts ] 
Author Message
PostPosted: Thu Apr 17, 2008 4:36 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Apr 17, 2008 4:33 pm
Posts: 3
Quote:
Following PHP Server Settings are not optimal for Security and it is recommended to change them:

* PHP register_globals setting is `ON` instead of `OFF`


This is a brand new install and I'm a bit overwhelmed right now. I've searched but can't find out to change the settings. Can someone help?


Top
 Profile  
 
PostPosted: Thu Apr 17, 2008 5:57 pm 
User avatar
Joomla! Exemplar
Joomla! Exemplar

Joined: Fri Sep 09, 2005 2:13 pm
Posts: 7954
Location: The Netherlands
welcome to the forum!

You can turn this off in your global configuration, in administrator page.
Go to "Site" > "Global Configuration" > Tab: Server and then on the bottom of the page Register Globals Emulation. Set this setting to Off.

_________________
Robert Dam - Joomla Forum Moderator
Dutch Boards | Joomla Coding Boards | English Support Boards


Top
 Profile  
 
PostPosted: Thu Apr 17, 2008 6:29 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Apr 17, 2008 4:33 pm
Posts: 3
That is what I thought it was except that it is set to OFF and I still get the message.

Image


Top
 Profile  
 
PostPosted: Fri Apr 18, 2008 11:49 am 
User avatar
Joomla! Exemplar
Joomla! Exemplar

Joined: Fri Sep 09, 2005 2:13 pm
Posts: 7954
Location: The Netherlands
Is this Joomla! 1.0.15 ??

_________________
Robert Dam - Joomla Forum Moderator
Dutch Boards | Joomla Coding Boards | English Support Boards


Top
 Profile  
 
PostPosted: Fri Apr 18, 2008 1:24 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Apr 17, 2008 4:33 pm
Posts: 3
Yes


Top
 Profile  
 
PostPosted: Tue Apr 22, 2008 8:58 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Apr 22, 2008 7:48 am
Posts: 14
Location: Netherlands/Bali/S'pore/N-America
hello,
in case you have cache enabled you need to go to administrator/system/clean all caches followed with a visit to configuration/tab cache switch off cache save...

logout/clear your browser (in IE ctrl + f5) and login again

if this does not help you might want to use this and post: viewtopic.php?f=32&t=272480

rick~

_________________
For Professional Web-Development:: http://joomastudio.com
For Specialized Joomla Support:: http://joomadesk.com
We provide dedicated Joomla-Hosting at joomaserver.com!
Skype: joomadesk


Top
 Profile  
 
PostPosted: Tue Apr 22, 2008 8:23 pm 
User avatar
Joomla! Fledgling
Joomla! Fledgling

Joined: Wed Nov 21, 2007 9:14 pm
Posts: 4
Location: Houston, Tx
All you need to do is open up note pad and put this code in it.

register_globals = off

Save it as a php.ini file and upload it to your administrator file folder on you website. That is it.

Have a great week,

Major


Top
 Profile  
 
PostPosted: Wed Apr 23, 2008 2:05 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Apr 22, 2008 7:48 am
Posts: 14
Location: Netherlands/Bali/S'pore/N-America
majorweb wrote:
All you need to do is open up note pad and put this code in it.
register_globals = off
Save it as a php.ini file and upload it to your administrator file folder on you website. That is it.
Major
this is only valid if you run the webserver as cgi (suphp/phpsuexec). if you run it as apache it won't work and needs adjustments in htaccess if any.....

rick~

_________________
For Professional Web-Development:: http://joomastudio.com
For Specialized Joomla Support:: http://joomadesk.com
We provide dedicated Joomla-Hosting at joomaserver.com!
Skype: joomadesk


Top
 Profile  
 
PostPosted: Wed Apr 23, 2008 5:12 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Nov 20, 2007 6:17 pm
Posts: 5
Hi all,

I'm having the same problem. I've done as you suggested, but still no luck. I don't have cache enabled, but I still checked it to make sure that' s not the problem, no dice. I even used a different browser and still no luck. Can you PLEASE help me? I'm familiar with HTML and PHP but not Joomla and this is totally frustrating me. >:(

Thanks for any guidance in advance!

Cali

Edit - okay I got that fixed, but I have problems with the insert/edit image and links windows being empty. Can I post this here or should I post this somewhere else? I'm Desperate!!! I thought changing the PHP problem would fix this.

PLEASE HELP!!


Top
 Profile  
 
PostPosted: Wed Apr 23, 2008 7:42 pm 
User avatar
Joomla! Exemplar
Joomla! Exemplar

Joined: Fri Sep 09, 2005 2:13 pm
Posts: 7954
Location: The Netherlands
LACali21 wrote:
Okay I got that fixed, but I have problems with the insert/edit image and links windows being empty. Can I post this here or should I post this somewhere else? I'm Desperate!!! I thought changing the PHP problem would fix this.
PLEASE HELP!!

Start a new topic please.
Thanks in advance!

_________________
Robert Dam - Joomla Forum Moderator
Dutch Boards | Joomla Coding Boards | English Support Boards


Top
 Profile  
 
PostPosted: Thu Nov 13, 2008 5:46 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Nov 13, 2008 5:27 am
Posts: 5
Location: Sacramento
majorweb wrote:
All you need to do is open up note pad and put this code in it.

register_globals = off

Save it as a php.ini file and upload it to your administrator file folder on you website. That is it.

Have a great week,

Major


Worked just great! Thanks for the info and you have a great week also!!

_________________
Please read the Forum rules regarding signatures: viewtopic.php?t=65


Top
 Profile  
 
PostPosted: Thu Jan 15, 2009 9:50 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Jan 15, 2009 9:42 am
Posts: 1
majorweb wrote:
All you need to do is open up note pad and put this code in it.

register_globals = off

Save it as a php.ini file and upload it to your administrator file folder on you website. That is it.

Have a great week,

Major


Great advise majorweb!

Just installed Joomla and straight away got this error

Follow as advised and no more headache.

I'm lucky to find this great advise from majorweb!


Top
 Profile  
 
PostPosted: Fri May 13, 2011 9:41 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri May 13, 2011 9:25 pm
Posts: 2
Note: Hostgator will not allow you to set php settings in .htaccess file.

See:
http://forums.hostgator.com/phpsuexec-b ... tml?t=8822

create a new file: php.ini

In folder:
/public_html/administrator

With these two lines:
register_globals = off
display_errors = off
(No need to put file anywhere else)
(Note error will not disappear after you make changes, proceed and bring system up)


Now verify your changes:
Delete browser cache.
Signon to Joomla as the Administrator.


In the Administration Panel
Select
Site
System Information
PHP Settings
Review values for
register_globals & display_errors


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 



Who is online

Users browsing this forum: No registered users and 14 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group