strictly-software
Forum Replies Created
-
Hi
Yes probably you can but as soon as I turn on any kind of social media posting service whether it be this one or Jetpack the problem is that none of my posts get tagged which then means no Tweets go out even if social media posts go out.
The details of how the hooks/events link the plugins together are described above.
I think it has something to do with the on_publish event not being fired to create my tags and then tweets.
I can turn on a social media outputter plugin and within minutes any posts imported in from feeds are not tagged or tweeted out. Whether or not your
SNAP metas are filled to show they have posted out to LinkedIN etc.Thanks for the help though.
Rob
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Major Problem with JetpackHi
Thanks for replying.
However seeing that two of the plugins involved are my own (I wrote them) – Strictly AutoTags and Strictly TweetBOT I know the author (me) and there is nothing wrong with the code and it hasn’t changed for quite a while now.
As for the Postie plugin I have been in contact with the author and he told me to disable all plugins one by one and see which one made it work again. I did that and Jetpack was the plugin that caused the problem.
At first I thought it was a problem with Postie or out of memory issues during tagging but I can run it manually (from within the site) and it will work every time. It is only when it runs automatically e.g a C# application sends in emails to be turned into Posts by Postie that are then tagged and tweeted out that the problems occur.
There is no problem sending the emails to the server or picking them up. Tried rebooting the mail servers. And when there is an email ready in the queue I can run Postie manually to get it to run fine.
Obviously I want it to run automatically which it has done for ages.
I have no idea which part of Jetpack is causing the problems but the only part I really need is the social media sharing e.g posting to Google+ and LinkedIn etc.
I will have to look for another tool to send out posts to these sites.
If there is anything else I can do let me know.
Thanks
Rob
Forum: Plugins
In reply to: [Postie] Remove the "Subject: " without editing your filesI knew it,
It was Jetpack!
I turned Jetpack off and now it’s all working fine again.
Why I have no idea.
It’s just a shame as it was good for getting my content into LinkedIn, Tumblr and Google+ now I will have to find a new way of doing it.
Twitter and Facebook is easy as I just use my TweetBOT to sent to multiple Twitter accounts that are easily linked to Facebook pages.
Shame!
Thanks for your help! Just shows that even WordPress core developers are not always brilliant!
Thanks
Rob
Forum: Plugins
In reply to: Duplicate domain in menusCome on techies!
Where are all the WP experts?
I have had to fix this by editing the wp-includes/nav-menu-template.php file – not something I want to have to do OR remember to do on every WP update but it’s the only thing that works.
E.G in the wp_nav_menu function at the bottom I just do a check for duplicate protocols e.g
$nav_menu = apply_filters( 'wp_nav_menu', $nav_menu, $args ); if(preg_match('@src=\"(https?:)?\/\/www\.mysite\.com\/\/www\.mysite\.com@i',$nav_menu)) { $nav_menu = preg_replace("@src=\"(https?:)?\/\/www\.mysite\.com\/\/www\.mysite\.com@i","src=\"//www.mysite.com",$nav_menu); } if ( $args->echo ) echo $nav_menu; else return $nav_menu;
If I had the time I would make a more generic regular expression that didn’t reference my domain in it but as I have to change it for my site anyway it’s not really going to make much of a difference.
If there is a better way to stop image URLS like
src=”//www.mysite.com//www.mysite.com/wp-content/blah/blah/image.jpg”
to
src=”//www.mysite.com/wp-content/blah/blah/image.jpg”
Then I would like to know thanks!
Rob
Forum: Plugins
In reply to: [Postie] tmptitle and tmppost are appeaing in my postsHi
Is there anyway to get your system to ignore duplicate posts?
For some reason if two emails come into the site quite quickly they both get posted to the site.
Also I have had some trouble with my hosting company which meant my site was down for a day over Sunday. However this morning they fixed it and it is back up.
However all the posts from yesterday which I would have presumed went no-where due to no Apache/MySQLprocess running (obviously wrong), were put onto the site today first thing. Are these stored in cache?
As I am basically using a customised version of your plugin can you tell me where the code would be to insert a new post so I could put a
WHERE Post_Title NOT IN(SELECT Post_Title FROM WP_POSTS)
Type query around it to prevent duplicates going on? I take it there is no chance of parallel processes running which would defeat an idea like this from working or maybe a CRON job still running from 5 minutes ago that then gets to a post that has just been started on by a new Postie job initiated by a CRON job started 5 minutes later. If so I could expand the time between the jobs.
I just wanted to know how it worked and the best way from your point of view.
Thanks for all your help.
Rob
Hi
Using Chromes responsive F12 option I have seen that the broken images are due to duplicate home URLS e.g
<img src=”//www.ukhorseracingtipster.com//www.ukhorseracingtipster.com/wp-content/plugins/wptouch/resources/icons/elegant/Info.png” alt=”menu-icon” scale=”0″>
I don’t know why it is putting my domain in twice but for one image the newspaper it isn’t. For the Info images it is.
Any ideas?
Thanks
Hi
By the way, this plugin would be perfect as it does block off members areas.
However if you go and have a look at the site on a mobile you will see I have created a custom menu but none of the icons are showing.
I used the info icon > https://www.ukhorseracingtipster.com/wp-content/plugins/wptouch/resources/icons/elegant/Info.png
It is reachable – I have cleared WP Super Cache – so I am not sure what could be wrong?
If this could be fixed it would be great.
Thanks
Rob
Hi
Just to let you know even though I can get to the icon set e.g
https://www.ukhorseracingtipster.com/wp-content/plugins/wptouch/resources/icons/elegant/Info.png
They don’t show up in my custom menu when I drag them over to each menu item.
Is there a reason for this?
Thanks
Rob
Hi
By the way do you know how I can get the images to show as in the icons next to news stories, menu items and also the font is a horrible white shade on top of white.
To get my own logo to show at the top I had to physically create the path in my site and copy the file up manually even though I used the file upload tool in WPTouch admin which said it worked.
It seems like a load of folders were not created and I cannot seem to get the icons to appear.
You can view the site on a mobile phone at https://www.ukhorseracingtipster.com
I am making a custom menu to see if that will still work with “members only” categories (as they pay for access) but apart from that it’s just the icons and colour scheme I cannot seem to get to work and the admin area also shows broken images but there are no errors to help me out.
Thanks
Rob
Forum: Plugins
In reply to: [Postie] tmptitle and tmppost are appeaing in my postsHi
Today no posts went on (after upgrading Jetpack) – I was off work so not logged into website either. Lots of tmpTitle posts.
I checked the error logs for around that time and I got sll these errors (none seem to show actual error messages though)
Maybe you can make sense of these messages.
62.253.141.247 is the IP I post my articles into the site from.
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: Gothic Empire, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: Wolverhampton, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: 20:50, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: 55.56%, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: Glasgow Evening Times (Jeffrey Ross), referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: Gothic Empire, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: Wolverhampton, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: 20:50, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: 0.00%, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: Dan King, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: Happydoingnothing, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: Wolverhampton, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: 21:20, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: 50.00%, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: By the My Name, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: , referer: https://www.mywebsi te.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: post date: 2015-04-10 10:30:58 / 2015-04-10 10:30:58, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: post date: <h4>An HTML Post</h4><p>Test Text</p>
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: post type: found format ‘standard’, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: post type: <h4>An HTML Post</h4><p>Test Text</p>
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Categories: found categories, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Array\n(\n [0] => Array\n (\n [0] => Array\n (\n [0] => [Horse Racing Tips]\n [1] => [Members Tips]\n [2] => [Members NAPS]\n )\n\n [1] => Array\n (\n [0] => Horse Racing Tips\n [1] => Members Tips\n [2] => Members NAPS\n )\n\n )\n\n)\n, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: lookup_category: Horse Racing Tips, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: category: found by name Horse Racing Tips, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: stdClass Object\n(\n [term_id] => 5\n [name] => Horse Racing Tips\n [slug] => horse-racing-tips\n [term_group] => 0\n [term_taxonomy_id] => 5\n [taxonomy] => category\n [description] => Get all your horse racing tips here – Members and Free Tips!\n [parent] => 0\n [count] => 5411\n [filter] => raw\n)\n, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Categories: subject: [Members Tips] [Members NAPS] Members Horse Racing NAPS for the 10th of April 2015, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: lookup_taxonomy: 5 is in taxonomy category, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: lookup_category: Members Tips, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: category: found by name Members Tips, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: stdClass Object\n(\n [term_id] => 3071\n [name] => Members Tips\n [slug] => members-tips\n [term_group] => 0\n [term_taxonomy_id] => 3076\n [taxonomy] => category\n [description] => Members view your daily high ROI tips here!\n [parent] => 5\n [count] => 2838\n [filter] => raw\n)\n, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Categories: subject: [Members NAPS] Members Horse Racing NAPS for the 10th of April 2015, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: lookup_taxonomy: 3071 is in taxonomy category, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: lookup_category: Members NAPS, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: category: found by name Members NAPS, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: stdClass Object\n(\n [term_id] => 24596\n [name] => Members NAPS\n [slug] => members-naps\n [term_group] => 0\n [term_taxonomy_id] => 24618\n [taxonomy] => category\n [description] => NAPS from over 62 top tipsters that can be viewed by Members\n [parent] => 5\n [count] => 316\n [filter] => raw\n)\n, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Categories: subject: Members Horse Racing NAPS for the 10th of April 2015, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: lookup_taxonomy: 24596 is in taxonomy category, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: post category: <h4>An HTML Post</h4><p>Test Text</p>
[Fri Apr 10 11:31:24 2015] [error] [client 62.23.141.247] Postie: post comment: <h4>An HTML Post</h4><p>Test Text</p>
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: post custom: <h4>An HTML Post</h4><p>Test Text</p>
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: GetParentPostForReply: Looking for parent ‘Members Horse Racing NAPS for the 10th of April 2015’, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: GetParentPostForReply: No parent found, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Not a reply, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: filter_Newlines: filternewlines, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: filter_Newlines: convertnewline: 0, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: post newline: <h4>An HTML Post</h4><p>Test Text</p>
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: images in post: 0, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Array\n(\n)\n, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Auto gallery: none, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: auto adding images to end, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: post body ReplaceImagePlaceHolders: <h4>An HTML Post</h4><p>Test Text</p>
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Post Author: 1, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Date: 2015-04-10 10:30:58, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Category: 5, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Category: 3071, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Category: 24596, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Ping Status: open, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Comment Status: open, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Subject: Members Horse Racing NAPS for the 10th of April 2015, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Postname: members-horse-racing-naps-for-the-10th-of-april-2015, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Post Id: 33436, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Post Type: post, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:35:30 2015] [error] [client 62.253.141.247] Postie: MailToRecipients: send mail, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:35:30 2015] [error] [client 62.253.141.247] Postie: To: [email protected], referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:35:30 2015] [error] [client 62.253.141.247] Postie: From: WordPress <[email protected]>\r\n, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:35:30 2015] [error] [client 62.253.141.247] Postie: MailToRecipients: Successfully posted to My Name\nYour post ‘Subject: [Horse Racing Tips] [Members Tips] [Members NAPS] Members Horse Racing NAPS for the 10th of April 2015’ has been successfully published to My Name <https://www.mywebsite.com/2015/04/members-horse-racing-naps-for-the-10th-of-april-2015/>.\n, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:35:42 2015] [error] [client 62.253.141.247] Postie: Done, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:35:42 2015] [error] [client 62.253.141.247] Postie: Mail fetch complete, 1 emails, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:35:42 2015] [error] [client 62.253.141.247] Postie: memory at end of email processing:113040672, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settingsThanks for your help on this weird matter.
Forum: Plugins
In reply to: [Postie] Remove the "Subject: " without editing your filesHi
Today, after upgrading Jetpack (what a surprise!) and trying to add a mobile theme to my site I didn’t have ANY articles emailed onto my system. They had been working fine all week and I am seriously thinking about removing Jetpack, the only real thing I would miss is the automatic sharing of articles to LinkedIn, Facebook, Tumblr and Google+ etc.
I checked my error log file for this morning when an article was going on and I got a whole load of error messages that dom’t actually say what he error is.
I have copied the code below so you can see the error log. And also (interestingly) once I had gone and “re-saved” settings on Posties and some other plugins like my Tweetbot the articles came flooding on. I am going to edit my TweetBot so if the words TmpTitle or TmpPost are in the article then no tweets are sent out. I might have a minimum length option e.g the article must be over 100 characters. This would stop these tmpTitle/Post articles being posted as they are too small in content.
The errors are below – I have changed the domainas and URLs but “error” is real (whatever it actually is)
I thought you could upload files but obviously not.
62.253.141.247 is my application that sends emails IN to the system. I also have a five minute job to run https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings (old version to ensure postie runs whether my CRON job is down or I have just posted some info and want Postie to run ASAP)
Any clues to why these would be appearing in the error log and what they mean?
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: Gothic Empire, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: Wolverhampton, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: 20:50, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: 55.56%, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: Glasgow Evening Times (Jeffrey Ross), referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: Gothic Empire, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: Wolverhampton, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: 20:50, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: 0.00%, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: Dan King, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: Happydoingnothing, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: Wolverhampton, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: 21:20, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: 50.00%, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: By the My Name, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Date: , referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: post date: 2015-04-10 10:30:58 / 2015-04-10 10:30:58, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: post date: <h4>An HTML Post</h4><p>Test Text</p>
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: post type: found format ‘standard’, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: post type: <h4>An HTML Post</h4><p>Test Text</p>
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Categories: found categories, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Array\n(\n [0] => Array\n (\n [0] => Array\n (\n [0] => [Horse Racing Tips]\n [1] => [Members Tips]\n [2] => [Members NAPS]\n )\n\n [1] => Array\n (\n [0] => Horse Racing Tips\n [1] => Members Tips\n [2] => Members NAPS\n )\n\n )\n\n)\n, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: lookup_category: Horse Racing Tips, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: category: found by name Horse Racing Tips, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: stdClass Object\n(\n [term_id] => 5\n [name] => Horse Racing Tips\n [slug] => horse-racing-tips\n [term_group] => 0\n [term_taxonomy_id] => 5\n [taxonomy] => category\n [description] => Get all your horse racing tips here – Members and Free Tips!\n [parent] => 0\n [count] => 5411\n [filter] => raw\n)\n, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Categories: subject: [Members Tips] [Members NAPS] Members Horse Racing NAPS for the 10th of April 2015, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: lookup_taxonomy: 5 is in taxonomy category, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: lookup_category: Members Tips, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: category: found by name Members Tips, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: stdClass Object\n(\n [term_id] => 3071\n [name] => Members Tips\n [slug] => members-tips\n [term_group] => 0\n [term_taxonomy_id] => 3076\n [taxonomy] => category\n [description] => Members view your daily high ROI tips here!\n [parent] => 5\n [count] => 2838\n [filter] => raw\n)\n, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Categories: subject: [Members NAPS] Members Horse Racing NAPS for the 10th of April 2015, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: lookup_taxonomy: 3071 is in taxonomy category, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: lookup_category: Members NAPS, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: category: found by name Members NAPS, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: stdClass Object\n(\n [term_id] => 24596\n [name] => Members NAPS\n [slug] => members-naps\n [term_group] => 0\n [term_taxonomy_id] => 24618\n [taxonomy] => category\n [description] => NAPS from over 62 top tipsters that can be viewed by Members\n [parent] => 5\n [count] => 316\n [filter] => raw\n)\n, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: tag_Categories: subject: Members Horse Racing NAPS for the 10th of April 2015, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: lookup_taxonomy: 24596 is in taxonomy category, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: post category: <h4>An HTML Post</h4><p>Test Text</p>
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: post comment: <h4>An HTML Post</h4><p>Test Text</p>
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: post custom: <h4>An HTML Post</h4><p>Test Text</p>
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: GetParentPostForReply: Looking for parent ‘Members Horse Racing NAPS for the 10th of April 2015’, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: GetParentPostForReply: No parent found, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Not a reply, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: filter_Newlines: filternewlines, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: filter_Newlines: convertnewline: 0, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: post newline: <h4>An HTML Post</h4><p>Test Text</p>
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: images in post: 0, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Array\n(\n)\n, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Auto gallery: none, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: auto adding images to end, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: post body ReplaceImagePlaceHolders: <h4>An HTML Post</h4><p>Test Text</p>
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Post Author: 1, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Date: 2015-04-10 10:30:58, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Category: 5, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Category: 3071, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Category: 24596, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Ping Status: open, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Comment Status: open, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Subject: Members Horse Racing NAPS for the 10th of April 2015, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Postname: members-horse-racing-naps-for-the-10th-of-april-2015, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Post Id: 33436, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:31:24 2015] [error] [client 62.253.141.247] Postie: Post Type: post, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:35:30 2015] [error] [client 62.253.141.247] Postie: MailToRecipients: send mail, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:35:30 2015] [error] [client 62.253.141.247] Postie: To: [email protected], referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:35:30 2015] [error] [client 62.253.141.247] Postie: From: WordPress <[email protected]>\r\n, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:35:30 2015] [error] [client 62.253.141.247] Postie: MailToRecipients: Successfully posted to My Name\nYour post ‘Subject: [Horse Racing Tips] [Members Tips] [Members NAPS] Members Horse Racing NAPS for the 10th of April 2015’ has been successfully published to My Name <https://www.mywebsite.com/2015/04/members-horse-racing-naps-for-the-10th-of-april-2015/>.\n, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:35:42 2015] [error] [client 62.253.141.247] Postie: Done, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:35:42 2015] [error] [client 62.253.141.247] Postie: Mail fetch complete, 1 emails, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settings
[Fri Apr 10 11:35:42 2015] [error] [client 62.253.141.247] Postie: memory at end of email processing:113040672, referer: https://www.mywebsite.com/wp-admin/admin.php?page=postie-settingsThanks for all your help on this by the way!
Hi
Okay I will give it a try, I got 99 problems but a xxxx aint one at the moment. The other 99 are to do with WordPress!
I don’t suppose you know whether having your WP Touch plugin enabled would help sites when it came to Googles re-ordereing due to responsivness?
Responsive sites seem to be the key now but I have read they don’t always easily go with WP sites.
Thoughts?
Thanks
Rob
Hi
The url is https://www.ukhorseracingtipster.com/
But I changed to WP Touch to see if that made a difference but neither seem to show categories on the mobile version at all (same problem).
Don’t know whether to just NOT have a mobile theme if categories cannot be shown.
Thanks
Rob
Hi
I used WPTouch before and that showed all the categories. I have no special code that is hiding or showing categories/pages it is just a standard 2 tier menu.
So I don’t know why pages (old ones) are showing.
And why NO categories (whether protected by S2member or not) are showing at all.
From what I have read a responsive theme can be a bit of a nightmare with existing sites. Building from scratch might have been easier but I have a good design and so on and I have read articles that the bootstrap will use css/js to hide menus and add classes etc and be an overhead. Whilst a good idea in theory (responsive) so many big sites still have a “Full Site” option so that people on tablets or phones can view the full site on their device as it has more options etc and the finger scroll wasn’t exactly a bad idea.
I wonder if no-one in a sector re-formats their site to be responsive what happens when Google re-orders the sites? Go on strike etc. They cannot demote site A below B if both are not responsive.
Anyway just confused why the standard menu isn’t showing at all on the mobile theme.
Thanks