MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: altomarketing on 2014-10-07, 18:26:28

Title: Solved: Joomla keeps saying magic_quotes is on, but its not
Post by: altomarketing on 2014-10-07, 18:26:28
Hi, I have 2 problems with one fresh 7.0 server.

One is that when i restart httpd says:

[root@indra ~]# service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: [Tue Oct 07 20:22:39 2014] [error] (EAI 3)Temporary failure in name resolution: Could not resolve host name *ort} -- ignoring!
[Tue Oct 07 20:22:43 2014] [error] (EAI 3)Temporary failure in name resolution: Could not resolve host name *ort} -- ignoring!
                                                           [  OK  ]

Other is that joomla keeps saying magic quotes is ON, when its disabled by default. I tryed adding magic_quotes_gpc = Off to php.ini , global or inside customer php.ini its the same, always says that magic quotes is on.

How can i start to search a solution ?

Thanks in advance.
Title: Re: Joomla keeps saying magic_quotes is on, but its not
Post by: MRatWork on 2014-10-07, 18:56:56
About 'Temporary failure in name resolution', read http://forum.mratwork.com/kloxo-mr-tips-and-tricks/(tip)-how-to-setup-qmail-on-kloxo-mr/ (because related to 'hostname' issue).
Title: Re: Joomla keeps saying magic_quotes is on, but its not
Post by: altomarketing on 2014-10-08, 17:30:22
Good, and what about ->>> " joomla keeps saying magic quotes is ON, when its disabled by default. I tryed adding magic_quotes_gpc = Off to php.ini , global or inside customer php.ini its the same, always says that magic quotes is on."
Title: Re: Joomla keeps saying magic_quotes is on, but its not
Post by: MRatWork on 2014-10-08, 18:38:23
Possible joomla wrong detecting.
Title: Re: Joomla keeps saying magic_quotes is on, but its not
Post by: altomarketing on 2014-10-08, 21:12:24
Solved as joomla docs says:

Another solution (for the hosts where PHP is running as FCGI module)

Works for PHP 5.3 and higher

create a .user.ini file at your Joomla! root.
Add this content to the file and save
magic_quotes_gpc = Off