Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TechGasp

    (@techgasp)

    Thanks for reporting… Warning is not an error ??
    We are going to investigate the warning and commit a fix.

    You should really take care of your php.ini. Printing php errors and warnings is a huge security risk for any website deployment.

    Thread Starter conservativeread

    (@conservativeread)

    what do you mean about php.ini and how do I fix it ?

    Plugin Author TechGasp

    (@techgasp)

    Locate your php.ini file, search for:
    error_reporting

    change this line to:
    error_reporting = E_ALL & ~E_NOTICE

    Thread Starter conservativeread

    (@conservativeread)

    thank you so much. can I do anything in cpanel php.ini quick config ? there are options there ?

    Plugin Author TechGasp

    (@techgasp)

    Yes. If cpanel gives you access to php.ini, you can set it there.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘warning install error v.2.6’ is closed to new replies.