Dear Takis,
thank you for your support!
There is nothing unusual with my wp-installation i think ?? i did not use a security plugin or similar tools..
my index.php + .htaccess are located unter my “root” directory. All the other files are located under my “wp”-directory.
I can reproduce the “bug” on my local installation, too.
i send you my debug info:
Debug info
? PHP GD library is installed.
? Image cache directory has been created.
/home/www/name-of-my-website/wp/wp-content/cache/adaptive-images => drwxr-xr-x
? Installation .htaccess file is setup OK.
/home/www/name-of-my-website/.htaccess => -rw-r–r–
? Adaptive images settings dump:
array(12) {
[“resolutions”]=>
array(5) {
[0]=>
int(2400)
[1]=>
int(1600)
[2]=>
int(1024)
[3]=>
int(640)
[4]=>
int(580)
}
[“cache-directory”]=>
string(21) “cache/adaptive-images”
[“watched-directories”]=>
array(2) {
[0]=>
string(18) “wp-content/uploads”
[1]=>
string(17) “wp-content/themes”
}
[“jpeg-quality”]=>
int(75)
[“watch-cache”]=>
bool(true)
[“browser-cache”]=>
float(180)
[“landscape”]=>
bool(false)
[“hidpi”]=>
bool(false)
[“cdn-support”]=>
bool(false)
[“sharpen-images”]=>
bool(false)
[“version”]=>
string(6) “0.6.60”
[“sanitized”]=>
bool(true)
}
System information
Web Server
Apache
Document Root
/home/www/name-of-my-website
PHP
7.0.5
PHP Time Limit
30
PHP Memory Limit
256M
PHP Post Max Size
50M
PHP Upload Max Size
50M
PHP Max Input Vars
1000
PHP Display Errors
No
PHP Error Log
MySQL
5.6.32-1~dotdeb+7.1
MySQL Ext/mysqli
Yes
MySQL Table Prefix
wp_
MySQL DB Charset
utf8mb4
WP
4.5.4
WP Multisite
No
WP Debug Mode
No
WP Site url
https://name-of-my-website.mainsite.com/wp
WP WP Home url
https://name-of-my-website.mainsite.com
WP Permalinks
/%category%/%postname%/
WP home path
/home/www/name-of-my-website/
WP content dir
/home/www/name-of-my-website/wp/wp-content
WP plugin dir
/home/www/name-of-my-website/wp/wp-content/plugins
WP content url
https://name-of-my-website.mainsite.com/wp/wp-content
WP plugin url
https://name-of-my-website.mainsite.com/wp/wp-content/plugins
WP Locale
de_DE
WP Memory Limit
256M
WP Max Upload Size
50mb
WP Active plugins
24liveblog v.1.1 by 24liveblog
Adaptive Images for WordPress v.0.6.60 by Nevma
Adminimize v.1.10.6 by Frank Bültge
Advanced Custom Fields PRO v.5.4.1 by Elliot Condon
Advanced Custom Fields v.4.4.8 by Elliot Condon
BackWPup v.3.3.3 by Inpsyde GmbH
Better Search Replace v.1.2.10 by Delicious Brains
Categories Images v.2.5.3 by Muhammad Said El Zahlan
Contact Form 7 v.4.5 by Takayuki Miyoshi
Cookie Notice v.1.2.35 by dFactory
Custom Sidebars v.2.1.0.8 by WPMU DEV
Artikel duplizieren v.2.6 by Enrico Battocchi
Google Tag Manager for WordPress v.1.4 by Thomas Geiger
Edit Author Slug v.1.2.1 by Brandon Allen
Flow-Flow v.2.10.3 by Looks Awesome
Gravity Forms Multilingual v.1.3.10 by OnTheGoSystems
Salient Visual Composer v.4.11.2 by Michael M – WPBakery.com | Modified by ThemeNectar
Liveblog v.1.5 by WordPress.com VIP, Automattic
Loco Translate v.1.5.6 by Tim Whitlock
Members – Role Levels v.1.0.0 by Justin Tadlock
Members v.1.1.2 by Justin Tadlock
Multiple Tags v.3.1 by vinoth06
P3 (Plugin Performance Profiler) v.1.5.3.9 by GoDaddy.com
PHP Code For Posts v.2.1.2 by Jamie Fraser
Playbuzz v.0.9.3 by Playbuzz
Post-Duplizierer v.2.17 by Metaphor Creations
Post-Plugin Library v.2.6.2.1 by Rob Marsh, SJ
Post Types Order v.1.8.9.2 by Nsp Code
Reveal IDs v.1.4.6.2 by Oliver Schl?be
Simple Page Ordering v.2.2.4 by Jake Goldman, 10up
WPML Multilingual CMS v.3.4.1 by OnTheGoSystems
Social Share Buttons by Supsystic v.1.6.8 by supsystic.com
Superfly Menu v.4.0.8 by Looks Awesome
Category Order and Taxonomy Terms Order v.1.4.8 by Nsp-Code
Templatera v.1.1.11 by WPBakery
Widget Logic v.0.57 by Alan Trewartha
Yoast SEO v.3.4.2 by Team Yoast
WP Category Permalink v.3.0.4 by Jordy Meow
WP Google Maps – Gold Add-on v.3.33 by WP Google Maps
WP Google Maps – Pro Add-on v.5.73 by WP Google Maps
WP Google Maps – Visitor Generated Markers v.2.7 by WP Google Maps
WP Google Maps v.6.3.14 by WP Google Maps
WP-Mail-SMTP v.0.9.5 by Callum Macdonald
WP Media Category Management v.1.8.3 by DeBAAT
WP-Memory-Usage v.1.2.2 by Alex Rabe
WP-Optimize v.1.9.1 by Ruhani Rabin
WP Smush v.2.4.3 by WPMU DEV
WP User Avatar v.2.0.7 by flippercode
WPML CMS Nav v.1.4.19 by OnTheGoSystems
WPML Media v.2.1.22 by OnTheGoSystems
WPML String Translation v.2.3.9 by OnTheGoSystems
WPML Translation Management v.2.2.1 by OnTheGoSystems
WP MU plugins
v. by
Our Blog is online and it is a subdomain. I changed the names to stay anonymous;)
https://name-of-my-website.mainsite.com
As i told you before we changed this line:
//Your Code:
$adaptive_images_php_script = $request_uri_base. ‘/’ . $adaptive_images_dir_path_relative . ‘/adaptive-images-script.php’;
//Our Code:
$adaptive_images_php_script = ‘/’ . $adaptive_images_dir_path_relative . ‘/adaptive-images-script.php’;
I hope this helps you to reproduce my Error?
in my htaccess i got the following code which breaks the adaptive images script:
# BEGIN Adaptive Images
#=======================
<IfModule mod_rewrite.c>
RewriteEngine On
# Watched directories
RewriteCond %{REQUEST_URI} /wp/wp-content/uploads [OR]
RewriteCond %{REQUEST_URI} /wp/wp-content/themes
# Redirect images through the adaptive images script
RewriteRule \.(?:jpe?g|gif|png)$ /wp/wp/wp-content/plugins/adaptive-images/adaptive-images-script.php [L]
</IfModule>
# END Adaptive Images
/wp/wp/ is the problem ??
Thank you!!!