SSavage
Forum Replies Created
-
Hi apinterestaddict,
May you share what you did to correct this? I am now getting duplicate emails sent.
Shawn
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Cron job not sending newsletterOn one of my websites it is working great with the Cron Job CHECKED under Geeky Options; however, on another website I cannot get it to worked.
Curently the only difference I see is that on the one that is working, the URL link to copy has www. and the one not working does not. Hopefully adding the www. to the one not working will help. The mail sender has been stuck on 60/696 for two days now according to my client. I am trying to send manually and it just sits and runs with no end seemingly in sight.
Both websites are on the same server and same theme. I have been having problems with Mailpoet sending mail for over a year now and a few of my clients wanted to upgrade to the paid version but not if they will still have this problem.
Ho
I was hoping your fix worked but it did not work for me.
Any other suggestions?
Hello,
Can you help me with a problem? I tried the the above solution to check Enable Archives and it is already checked. Unchecking saving and then rechecking and saving still gives me the 404 error but after I save the permalinks in the settings, it goes away but leaves me with an error message displaying with the posts.https://ritashulte.com/heartline
https://ritaschulte.com/testimonials
https://ritaschulte.com/consider-this
https://ritaschulte.com/book-quotes
https://ritaschulte.com/book-reviewsI could not figure out what was going on and tried to deactivate different plugins to fix the problem. I went into the settings and resaved the permalinks and the content returned; however, there are a couple other problems now.
On each main display page it has this line displaying:
Warning: Illegal offset type in isset or empty in /home4/siftedas/public_html/wp-includes/post.php on line 1160
I tried to deactivate the plugin once again and reactivate it but then I got the 404 error once again. After resaving the permalinks I am back to the content returning with the warning error.
I then went into one of the postings and the audio player was not showing. Everything was set properly and the audio file checks valid. I noticed on a couple posts that had a featured image, the audio player was displaying. I went back to the other post and added a featured image and yes, it then displayed the player. However, going into another post without the featured image and adding it did not display the audio player. The plugin used for the audio content is Blubrry PowerPress. I can fix the audio player problem by using a different plugin but I need to know how to remove the warning line.
Thank you for any help you can give,
ShawnForum: Plugins
In reply to: [Custom Content Type Manager] Fatal Error after todays (070515) updateHello,
Can you help me with a problem?We were getting 404 errors today on all of our pages using the Plugin, and it may have started before today but I just had a visitor identify it to me.
https://ritashulte.com/heartline
https://ritaschulte.com/testimonials
https://ritaschulte.com/consider-this
https://ritaschulte.com/book-quotes
https://ritaschulte.com/book-reviewsI could not figure out what was going on and tried to deactivate different plugins to fix the problem. I went into the settings and resaved the permalinks and the content returned; however, there are a couple other problems now.
On each main display page it has this line displaying:
Warning: Illegal offset type in isset or empty in /home4/siftedas/public_html/wp-includes/post.php on line 1160
I tried to deactivate the plugin once again and reactivate it but then I got the 404 error once again. After resaving the permalinks I am back to the content returning with the warning error.
I then went into one of the postings and the audio player was not showing. Everything was set properly and the audio file checks valid. I noticed on a couple posts that had a featured image, the audio player was displaying. I went back to the other post and added a featured image and yes, it then displayed the player. However, going into another post without the featured image and adding it did not display the audio player. The plugin used for the audio content is Blubrry PowerPress. I can fix the audio player problem by using a different plugin but I need to know how to remove the warning line.
Thank you for any help you can give,
ShawnHi Yorman,
Here is something else interesting; I changed the plugin to a different rss feedburner and get the same results.This plugin is called FD Feedburner Plugin and I have to deactivate it to run the Malware Scan as well.
Hope this helps.
God Bless,
ShawnHi Yorman,
I will leave that up to you about closing the ticket.Can you always reopen the ticket and post their reply?
Shawn
And the culprit is
FeedBurner FeedSmith
Used to create a customizable rotating image gallery anywhere within your WordPress site. FeaturedContentGallery.com: plugin page, instructions, gallery and support.Version 3.2.0 | By iePlexus | View details
Seems have been a plug-in not allowing it to work.
I deactivated all of them and it worked.
Once I am able to re-scan again, I will start by activating them all again and deactivating one by one if it occurs again after reactivation.
Thanks for all your help.
God Bless,
ShawnIt looks as if it is looking for a file that does not exist. I run Sucuri on another website and it runs fine. I checked to see if the same file exist and it does not.
It is looking for an index.php in wp-includes/css/ directory.
Here is the error log entry:
exec used but not allowed in … /public_html/500.shtml, referer: https://www.ambassadorsforchristradio.com/wp-admin/admin.php?page=sucuriscan_scanner
client denied by server configuration: … /public_html/wp-includes/css/index.phpBTW, I just installed Sucuri on this website that is not working but it has been on the other website for a few months now.
Shawn
I tried the plugin in IE as well and I get a different error.
In IE is it throwing a HTTP 500 error.
Shawn
Also,
here is the permalink coding I use./%category%/%postname%.html
HI Yorman,
Thanks for the quick response.It happens after clicking on the green button “Scan Website” on the Malware Tab to start the scan.
The other tabs and functions on other tabs seem to work as I ran a few of the hardening processes.
Shawn
Thank you for all the help. Item warning is still there. I will get with my server host.
Thank you Yoman,
Inserting the code in the index.php file did not remove the warning from the Sucuri Malware Scan.
Adding the code in the .htaccess returned a 501 error when refreshing website. I then wrapped the code
<IfModule php5_module>
php_flag session.cookie_httponly on
php_flag session.cookie_secure On
php_flag session.use_only_cookies On
</IfModule>and the 501 error went away; however, I have to wait at least 20 mins to clear the malware scan cache before running it again.
Just FYI, I had already added the if statements to the .htaccess file but with only the one line for httponly.