S SiteLuka New member May 29, 2025 #1 I have a serious problem with Feed.php. Even though I have installed it several times, the issue persists. I am using PHP 8.3.6. Please, how can I fix this problem?
I have a serious problem with Feed.php. Even though I have installed it several times, the issue persists. I am using PHP 8.3.6. Please, how can I fix this problem?
Solution Jeremy P Jun 4, 2025 You are running with debug mode enabled, which will surface deprecation errors. You should not run with debug mode enabled in production.
You are running with debug mode enabled, which will surface deprecation errors. You should not run with debug mode enabled in production.
Jeremy P XenForo developer Staff member Jun 4, 2025 #3 You are running with debug mode enabled, which will surface deprecation errors. You should not run with debug mode enabled in production. Upvote 0 Downvote Solution
You are running with debug mode enabled, which will surface deprecation errors. You should not run with debug mode enabled in production.
S SiteLuka New member Jun 5, 2025 #4 Jeremy P said: You are running with debug mode enabled, which will surface deprecation errors. You should not run with debug mode enabled in production. Click to expand... Thank you very much, it seems that was the problem. Upvote 0 Downvote
Jeremy P said: You are running with debug mode enabled, which will surface deprecation errors. You should not run with debug mode enabled in production. Click to expand... Thank you very much, it seems that was the problem.