PHP security message

Hello,
I got this message error in both invoiceplane 1.5.9 an in 1.5.10

A PHP Error was encountered

Severity: Core Warning

Message: Cannot open ‘extra/browscap.ini’ for reading

Filename: Unknown

Line Number: 0

Backtrace:

any help please

Browscap is a PHP extension but is not part of the standard PHP extensions.
So to be clear, this issue is not related to InvoicePlane, but to your environment setup.

To analyse the issue:

you seem to have (some time ago) installed the PHP extension “browscap” and then (most probably) deleted it in the system but not removed it in the PHP.ini’s.

To solve the problem do this:

Check your php.ini for a line like this:

[browscap]
browscap = extra/browscap.ini

If you don’t use it, comment that line by using a ‘;’:

[browscap]
;browscap = extra/browscap.ini

Or install the browscap extension again to ensure the link from the PHP.ini is working fine.
Also: this will not affect the any functionallitys from InvoicePlane.

Best regards

Thank you very much Martin. you are so kind as you answered me how to solve it. I will try your solution.
Best regards

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.