Hi @Bitpalast,
Excellent point about included files! Here's what I found:
Files required/included in wp-config.php:
109:/** Sets up WordPress vars and included files. */
110:require_once ABSPATH . 'wp-settings.php';
Only the standard WordPress bootstrap file is included - nothing custom...
Hi @Bitpalast,
Thanks for the detailed explanation! I've run the diagnostics you suggested. Here's what I found:
Lines 95-115 of wp-config.php:
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors', 0);
define('WP_MEMORY_LIMIT', '1024M')...
I already bypassed Cloudflare by changing NS to direct VPS-no orange cloud nonsense. Already propagated, still no upload. Can you give cmd to diagnose and send back
Environment:
============
- Plesk Version: Obsidian (latest)
- OS: Ubuntu 22.04.5 LTS
- PHP Version: 8.2.29 (FPM)
- WordPress Version: 6.7.0
- Domain: nefzawa.net
Problem:
========
WordPress shows this error when uploading images:
"The server cannot process the image. This can happen if the...
problem solved
The problem was due to the presence of a conflicting DROP rule for port 8443, which prevented incoming connections despite an existing ACCEPT rule. The issue was resolved by removing the conflicting rule, allowing the Plesk interface to function normally as intended.
I’m running a Plesk server and trying to configure web access using custom links like https://ip:8443 and https://ip:8080 with the admin user without disrupting any existing services.I accidentally pointed the IP address to a domain, so when I try to log into Plesk, it automatically redirects...
Hi,
I need to migrate emails from Roundcube (separate hosting) to SogoMail on my Plesk server.
Roundcube Export: Best way to export all emails from Roundcube? (Format?)
SogoMail Import: How to import to SogoMail? Supported formats?
Folder Structure: Keep folder structure intact during the...
Here's a draft for your thread on the Plesk forum:
Hello,
I have a server running with Plesk, and I'm using Cloudflare to proxy traffic to my domain. However, I’ve noticed that accessing my server directly via its IP address bypasses Cloudflare, and I want to block such direct access...
I’m experiencing an issue while working with Plesk, specifically related to the pleskpm_Settings::set function. The error message is as follows:
arduino
Copier le code
pleskpm_Settings::set. Value length 5000 expected, 7420
Problem Description:
When attempting to set a value using...