0
I installed dompdf file and everything is ok, but I get this note in my administration:
We've detected that you've uploaded the DomPDF package, but your PHP variable magic_quotes_gpc is set to ON, and you need to set it to OFF in order for the PDF button to appear. You can change this PHP value on the php.ini file. Your php.ini file is located in /usr/local/lib/php.ini
Checked all my files but can not find php.ini with magic qoutes, fine one php ini but there is no option to turn off or on any magic qoute,
can you help me please?
We've detected that you've uploaded the DomPDF package, but your PHP variable magic_quotes_gpc is set to ON, and you need to set it to OFF in order for the PDF button to appear. You can change this PHP value on the php.ini file. Your php.ini file is located in /usr/local/lib/php.ini
Checked all my files but can not find php.ini with magic qoutes, fine one php ini but there is no option to turn off or on any magic qoute,
can you help me please?
Responses (10)
-
Accepted Answer
-
Accepted Answer
0that did not help, maybe I need to ad some special characters at the begining and end of magic qoutes.
Here is my php.ini file (hope I can publish him)
register_globals = Off
allow_url_fopen = Off
upload_max_filesize = 20M
extension_dir = /
[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
zend_optimizer.version=3.3.3
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
magic_quotes_gpc = Off
is that ok, can you check ? -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »