Hello,
Thank you for contacting cPanel support! To activate SQLite you would need to do so using EasyApache - some documentation on this can be found here: https://documentation.cpanel.net/display/EA/PHP+Module%3A+SQLite3
I can run EasyApache for you if you would like for me to, I would just need your permission to do so as it will recompile httpd and php.
For Magic Quotes and Display errors these changes can be made in the global php.ini located at /usr/local/lib/php.ini in the sections:
; Print out errors (as a part of the output). For production web sites,
; you're strongly encouraged to turn this feature off, and use error logging
; instead (see below). Keeping display_errors enabled on a production web site
; may reveal security information to end users, such as file paths on your Web
; server, your database schema or other information.
display_errors = Off
and
; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = Off
I've modified display_errors=On and removed the ; from magic_quotes_gpc you may need to remove the Off and set it to On should your application need it but this can cause issues with other applications. I tested enabling Magic Quotes and received a 500 error when trying to view the site, because the software is only "recommending" this I would suggest leaving it disabled as it doesn't appear that it will fail to install without it.
If you do modify the php.ini file ensure that you restart apache subsequent to your changes to ensure that they are saved.
Thank you for contacting cPanel support! To activate SQLite you would need to do so using EasyApache - some documentation on this can be found here: https://documentation.cpanel.net/display/EA/PHP+Module%3A+SQLite3
I can run EasyApache for you if you would like for me to, I would just need your permission to do so as it will recompile httpd and php.
For Magic Quotes and Display errors these changes can be made in the global php.ini located at /usr/local/lib/php.ini in the sections:
; Print out errors (as a part of the output). For production web sites,
; you're strongly encouraged to turn this feature off, and use error logging
; instead (see below). Keeping display_errors enabled on a production web site
; may reveal security information to end users, such as file paths on your Web
; server, your database schema or other information.
display_errors = Off
and
; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = Off
I've modified display_errors=On and removed the ; from magic_quotes_gpc you may need to remove the Off and set it to On should your application need it but this can cause issues with other applications. I tested enabling Magic Quotes and received a 500 error when trying to view the site, because the software is only "recommending" this I would suggest leaving it disabled as it doesn't appear that it will fail to install without it.
If you do modify the php.ini file ensure that you restart apache subsequent to your changes to ensure that they are saved.
Commentaires
Enregistrer un commentaire