Ben saçma gelebilir, biliyorum, ama ben safe_mode kapatamazsınız. (Ben kullandığım en iyi html-> pdf dönüştürücü olan, ve evet, ben html2ps, FPDF ve diğerleri çok denedim) wkhtmltopdf kullanıyorum. Ve bu exec () fonksiyonu ile idam gerekir. Yaptığım
- find / | grep php.ini,
php.ini 'nin tüm buldu ve Kapalı safe_mode değiştirdi. Daha sonra eklendi
- php_flag safe_mode Off
. Htaccess ve
- php_admin_flag safe_mode Off
httpd.conf için. Ve hala ben aşağıdaki hataları alıyorum:
Warning (2): shell_exec() [function.shell-exec]: Cannot execute using backquotes in Safe Mode [APP/vendors/wkhtml/wkpdf.php, line 79]
Update: Ok, I've found an answer. Since I had virtualhosts, each virtualhost had it's own httpd.conf inside of it's own directory, and it had "safe_mode off" inside of it.