Skip to content Skip to sidebar

This topic contains 0 reply, has 0 voices.

Last updated by annaT-22 5 months, 1 week ago.

Assisted by: Itamar.

Author Posts
December 2, 2025 at 12:40 pm #17626345

annaT-22

Background of the issue:
I am trying to resolve errors in the debug.log that are exhausting my CPU resources on the website. The issue can be seen on the page: hidden link.

Symptoms:
I am encountering PHP warnings related to 'file_exists()' and 'realpath()' due to open_basedir restrictions. These errors are causing high CPU usage.

Questions:
How can I resolve the open_basedir restriction errors?
What steps can I take to reduce CPU usage caused by these errors?