jonathan s
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress won't go into maintenance modethe site is here ultimate maintenance mode is active
Forum: Fixing WordPress
In reply to: ftp plugins and permissions gone awrysome have owner: “ftp login name” group:99
some have owner:ftploginname group: ftploginname
looking at other wordpress installations it would seem that the ftploginname for owner and group is the norm
However I have tried a few ftp clients and cant change it. cpanel maybe ?
Forum: Fixing WordPress
In reply to: ftp plugins and permissions gone awryOk I understand that but why would it then effect the way everything now sees wp content as having the wrong permissions
I have been getting so fed up with people finding answers and not coming back I thought I would come back on this one have taken 48hours to find an answer.
This happens i understand because of custom post types or custom category types and is likely because an instance of a category ID is empty.
I found changing:
echo get_category_parents($cat, TRUE, ' ' . $delimiter . ' ');
to
echo is_wp_error( $cat_parents = get_category_parents($cat, TRUE, '' . $delimiter . '') ) ? '' : $cat_parents;
fixed all my issues with the “Catchable fatal error: Object of class WP_Error could not be converted to string”
Forum: Fixing WordPress
In reply to: Advice please. Categories & tags disappeared from all posts.hmm, this has been going on through quite a few reiterations of wordpress since 2.5. I have suddenly had it happen to me.
People seem to find fixes or things come back but people don’t bother to come back with the answer to the forums.
Forum: Plugins
In reply to: [AppStore Links] AppStore Links – product not foundI have tried is all ways, on macmend,com it goes to a blank page and gets no further than writng the link to the browser
On jonathanspencer.net/blog it gives me a 500 error with a 404 error after writing to the browser.
I just don’t get why it does not work
Forum: Plugins
In reply to: [AppStore Links] AppStore Links – product not foundAlthough I am trying to set this up ina similar way on a number of sites.
all sites are the same setup
the wordpress address is https://www.macmend.com/help
the wordpress site URL is
https://www.macmend.com/blog/index.phpForum: Plugins
In reply to: [AppStore Links] AppStore Links – product not foundThanks for getting back
can you tell me what the url should look like…or is it correct but just not working for some reason.
The only things I can think of are my site has a different wordpress url to site address url and is bridged into a different set up in order to get the theme the saem across the whole site.
Also on the general link, although I am waiting for Apple approval, tradedoubler says links should work but I get:
“There is no relationship between this site and the advertiser.”
[TradeDoubler link]
This link using this kind of code [app 307658513] works better from US site than UK, any reason for this.
I can see the plugin could be brilliant, I just wonder if I am doing something werong, or might need some adjustments to suit my sites construction
Forum: Plugins
In reply to: [AppStore Links] AppStore Links – product not foundI also tried out the widget and this links in this way and goes nowehere
https://sitename.com/help/wp-content/plugins/appstore/AppStore.php?appid=343200656
Soemthing is not coming from Appstore.php?
Forum: Plugins
In reply to: [AppStore Links] AppStore Links – product not foundIf there is anyone out there who can help it would be gratefully received. I have got the image etc to come up but
1. It is stamped with REMOVED, when it is not
2. The link just comes straight back to my site in a loop
why is this
Forum: Plugins
In reply to: [AppStore Links] AppStore Links – product not foundthen I put php.ini directly inside the appstore plugin folder and change the allow_url_fopen = 1 rather than ‘on’ and it all suddenly works.
Very odd.
Forum: Plugins
In reply to: [AppStore Links] AppStore Links – product not foundwhat is interesting is it only happens on the UK store, when i change it to US store it starts fetching
Forum: Plugins
In reply to: [AppStore Links] [Plugin: AppStore Links] Product Not Foundjust to add i also placed allow_url_fopen=on in my php.ini ( a security risk in my opinion) and it still wont work.
Forum: Plugins
In reply to: [AppStore Links] [Plugin: AppStore Links] Product Not FoundI have just installed this plugin on latest wordpress and I assume latest plugin but have “product not found” on UK store.
it might seem this is a recurring issue
anyone have any thoughts, i have followed instructions as above to no avail
Forum: Fixing WordPress
In reply to: XOOPS to WPthis post is from a while ago, but there is still interest, at least from me on some help to convert Xoops to WordPress, can anyone help?