tobyhage
Forum Replies Created
-
-rwxr-xr-x 1 www-data www-data 928079 Oct 22 19:18 gifsicle
-rwxr-xr-x 1 www-data www-data 546809 Oct 22 19:18 jpegtran
-rwxr-xr-x 1 www-data www-data 433664 Oct 22 19:18 jpegtran-custom
-rwxr-xr-x 1 www-data www-data 797153 Oct 22 19:18 optipngIndependent JPEG Group’s JPEGTRAN, version 9 13-Jan-2013
LCDF Gifsicle 1.70
OptiPNG version 0.7.4Using libpng version 1.4.12 and zlib version 1.2.7-optipng
Thank you for the fast reply.
Operating system is: Debian
Yes i have full access to the server.
Thank you for solving the problem ??
When i activate one of the plugins wordpress SEO or Google analytics for wordpress the menu-item in the mainmenu is disappeared.
There are no errors/warnings.
When is use the direct link https://www.example.com/wp-admin/edit.php?post_type=instructions after the menu-item is disappeared i will get the overview with instructions.
So probably the only problem what occurs is the removal of the menu-item.
Forum: Plugins
In reply to: [Eazyest Gallery] Image path with https instead of httpIn eazyest-gallery.php line: 395
$http = isset( $_SERVER['HTTPS'] ) && 'off' != $_SERVER['HTTPS'] ? 'https://' : 'https://';
is not working in my situation.
isset($_SERVER[‘HTTPS’]) wil give true and the variable is empty
thats why there is https instead of http.
can you please fix this.