Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP.ini does not work

I opened the notepad, inserted 3 lines in it, saved it as php.ini, and uploaded it in public_html, but I am still getting an error that requires to first switch the magic quotes off. The syntax of the three lines is as following:

magic_quotes_gpc = 0 
magic_quotes_runtime = 0 
magic_quotes_sybase = 0 

What am I doing wrong?

like image 252
user73654 Avatar asked May 06 '26 11:05

user73654


1 Answers

use phpinfo() function to see what php.ini file you're actually using

like image 188
vartec Avatar answered May 08 '26 02:05

vartec



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!