You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
WordPress is installed in the /var/www/html directory. While investigating the issue, I noticed a folder named "https:" in this directory and realized that this folder is causing the problem. When I delete this folder and upload a new image through the WordPress environment, the folder is recreated in the root directory.
Images are successfully uploaded to the S3 bucket, and there is no issue related to that.
Additionally, there are the following errors in the plugin settings:
htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/********.com/wp-content/plugins/ilab-media-tools/lib/mcloud-illuminate/support/helpers.php on line 261
To Reproduce
Steps to reproduce the behavior:
Update the plugin to the latest version.
Configure the necessary S3 settings (Minio).
Perform the WordPress image upload process.
The "https:" folder appears in the /var/www/html directory.
Screenshots
If possible, add screenshots to help explain your problem.
Server (please complete the following information)
Operating System
PHP Version: 8.1.19
Web Server: Linux - CentOS
Using PHP-FPM? Yes
Using WordPress Cron? Yes
How did you install the plugin? Installed via the WordPress plugin store.
The text was updated successfully, but these errors were encountered:
Bug Description
WordPress is installed in the /var/www/html directory. While investigating the issue, I noticed a folder named "https:" in this directory and realized that this folder is causing the problem. When I delete this folder and upload a new image through the WordPress environment, the folder is recreated in the root directory.
Images are successfully uploaded to the S3 bucket, and there is no issue related to that.
Additionally, there are the following errors in the plugin settings:
htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/********.com/wp-content/plugins/ilab-media-tools/lib/mcloud-illuminate/support/helpers.php on line 261
To Reproduce
Steps to reproduce the behavior:
Update the plugin to the latest version.
Configure the necessary S3 settings (Minio).
Perform the WordPress image upload process.
The "https:" folder appears in the /var/www/html directory.
Screenshots
If possible, add screenshots to help explain your problem.
Server (please complete the following information)
Operating System
PHP Version: 8.1.19
Web Server: Linux - CentOS
Using PHP-FPM? Yes
Using WordPress Cron? Yes
How did you install the plugin? Installed via the WordPress plugin store.
The text was updated successfully, but these errors were encountered: