sam69
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Scan flags items already addressedUpdate, not sure what I did or changed but now your plugin and phpinfo both show off so I would consider this resolved.
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Scan flags items already addressedSorry missed your reply. Here are the values for local and master:
expose_php On On
display_errors Off Off
And here is what the plugin shows:
PHP display_errors
The display_errors is ON.
To fix this security issue, change the php.ini:display_errors = "off"
or within .htaccess:php_flag display_errors off
or within wp-config.php:ini_set("display_errors", "0");
.PHP expose
The expose_php is ON. To fix this security issue, change the php.ini:
expose_php = "off"
or within .htaccess:php_flag expose_php off
.And what I have I have in my php.ini file:
expose_php = off
And what I have in my .htaccess file:
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);
Thanks
Adding to this so you can see previous issue in case it’s related. But all working ok now but i just checked the wordpress media library and because i set the image link to a image in our media library, the image is getting saved over and over with each post posted again in our media library. Shouldn’t the plugin realize that the featured image url being used is from our site?
As per my message above, the EXTERNAL IMAGE setting had to be turned off to resolve the previous issue so can’t use that.
Ok I found the issue. Decided to try one last thing and it worked ??
The setting ‘EXTERNAL IMAGE (map content-advanced options) Use external image URL, Ignore feature post thumbnail’ was causing the issue. It was on but once I turned it off the images were now perfect with the url.
Thanks. There is something strange as it doesn’t even get set as a feature image. I can see the theme displaying it incorrectly etc but the fact that it is not attaching it as a featured image is the issue also. I may just have to give on this.
Hi,
Not sure how to attach screenshots here but the image used is:
https://s.w.org/style/images/about/WordPress-logotype-alternative.pngIf i save this image to the wordpress media folder and then use that url for the feed then the image comes out very big and does not get set as a feature image.
Btw, theme used is Flatsome.
Thanks
also checked with browser developer tools and when using the url of an image it does not get posted as a featured image.
Forum: Plugins
In reply to: [WPeMatico RSS Feed Fetcher] default image option?Great, thanks. Will check it out.
Ok so if I create a post manually and assign an image as featured image then it works with theme. If I use the Feedzy #item_image tag in featured image then it works perfectly but if i enter the url to a image in the media folder then the item does not show up in the featured image area of the post and image is not resized on blog page.
Thanks for reply. In Feedzy i set it to post in a certain category which it does but it also posts in a ‘general’ category which has a ID of 2. The ‘uncategorized’ category is there still with an ID of 1. So not sure why it is doing this.
(Update: ok I think i found the issue in WordPress settings so this part is sorted)For the images, i’m checking the theme for issues and will get back to you. But it weird how it’s acting.
Also one more question. If i add a url to a image for the featured image from our media library, the resulting image is huge. But the same image by using the #item_image tag in featured image is perfect.
Well I found the hook ‘Adjust the number of characters to be extracted from every feed’ and it worked perfectly.
One other issue I have is that I have it to post to a certain category and it does that but it also post the ‘general’ category. Any idea why?
Forum: Plugins
In reply to: [WP Super Cache] Moved wp-config.php file questionJust to add, i also noticed it did not add the define( ‘WPCACHEHOME’, ‘/XXXXXXXXXX/wp-content/plugins/wp-super-cache/’ ); to the original wp-config.php file but since i have it pointing to the moved one, i added the line to the moved wp-config.php and the error message goes away but the caching is still not working. The test in the plugin fails to as the timestamps do not match. No cached files are shown in the plugin tab but the cache folder does show files cached.
So i’ve gone as far as i can and any help would be appreciated.
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Need help to log back in to siteBtw, i tried the plugin on another site and it totally ruined the site (not url related but by just using your sample setup). The layout was all messed up and i found that some of the theme plugins were deactivated. Had to do some hectic repair on that site also. I’m thinking it was because your plugin or a certain setting was not compatible with the Newspaper Theme. Have your heard any issues with that theme?
Thanks
- This reply was modified 2 years, 11 months ago by sam69.
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Need help to log back in to siteYes, cleared all site cache and browser cache. Cache plugin was also disabled and cleared. Used the recovery link and also manually cleared all .htaccess entries.
That listed above was the only way I was able to get back in and even then had to change password so really weird.