GhostHunter Number of posts found: 0 issue - ghost-blog

I'm using Ghost blog system and GhostHunter as searching engine. But when I search anything it returns me Number of posts found: 0.
Who knows, how to fix it?

As mentioned here I was getting the Ghost is not defined error message on the console in F12 dev tools.
I simply had to enable the Public API checkbox on the Labs tab under Settings on the Ghost Admin page.
For reference my script is:
$("#search-field").ghostHunter({
rss: "{{#blog.url}}/rss/",
results: "#results"
});

Related

Firebase Dynamic Link domain not being created as expected

I'm trying to set up my dynamic link domain to use in Facebook Login with Firebase, and according to the docs, as stated in this question: Dynamic Links domain not available, it says that the domain should look like app_code.app.goo.gl.
However, when I follow the steps to do so, the domain always comes as https://custom_link.page.link and it doesn't work in the cordova build
(After placing the dynamic link domain, the build always returns this error: UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'manifest' of undefined and if I remove the link, it works again)
I don't know if it's related, but all of the tutorials and guides that I've checked always use the dynamic link domain as app_code.app.goo.gl
Sorry for the confusion - we just launched the page.link domain, so some of the documentation is still catching up. Everything else should look the same after that, so the main thing is to make sure that your app is set up to handle the domain you have for your links - in this case the page.link one.

"ErrorUtils caught an error" - Chrome console error with any Wordpress Facebook plugin

I'm trying to use a Facebook likebox plugin on a staging site and I have tried some different plugins. Independently from plugin installed I receive the same error in Chrome console:
ErrorUtils caught an error: "Cannot listen to an undefined element. TAAL[2]". Subsequent errors won't be logged; see https://fburl.com/debugjs.
I think the problem is generated directly from Facebook plugin inclusion. Unfortunately the url https://fburl.com/debugjs isn't working.
This issue doesn't apparently create any problem to the site, but I would like to have a site without any error in console.
Tee site is http://millennium.alecss.it/
Let me know if you can help me, thank you very much.
This is the bug, when upgrade jQuery since 1.8.
Look in your code and replace to on('load')
$(window).load(
function(){
//your code
});
To
$(window).on('load',
function(){
//your code
});

The server has encountered a temporary p‌r‌o‌b‌l‌e‌m while setting the default version. Please try again later

I am getting this weird error while setting up my cloud backend
when i deployed my app, the url Http://"app-id".appspot.com
is landing on this page
but the url http://1-dot-"app-id".appspot.com is lannding on the right page
everything else works and its not a welcome-file issue.
then in the developer console i tried to set the default version and it gives me a error.
They say its a temporary problem but i have tried this for 2 days...
Any suggestions ?
Found the solution after 3 days of googling and digging in settings.
This also works if your app engine project dosent have a default bucket.
go to the old developer console https://appengine.google.com/
goto main > versions and set the default version here.
the newer console didn't work for me !
Also,
goto application settings
scroll down completely till you see the title "Cloud intigration"
it reads: "Create a Google Cloud project as well as a Google Cloud Storage bucket and a new style service account for this application"
click create.
This option is not there in the newer console.

Why am I getting the error No accessible photos found for Flickr?

I am using the drupal module: flickr (https://drupal.org/project/flickr)
When I go to mysite/flickr/uid/ I get the error message "No accessible photos found for Flickr (my flicker id)".
When I output the url and try to go to that page, I get a page not found error.
It turns out I had to change
define('FLICKR_REST_ENDPOINT', 'http://api.flickr.com/services/rest/');
to
define('FLICKR_REST_ENDPOINT', 'https://api.flickr.com/services/rest/');

Link type in Plone 4.0.2 stopped working

I'm working on a Plone 4.0.2 website that for awhile has been running smoothly, but just recently the Link contenttype has stopped functioning as it should. Regardless of being logged in or not all that is ever seen is the page saying "The link address is :[target URL]". Also when creating/editing a link the info message that usually says "you're seeing this because you have permission to edit..." isn't showing up. I've attempted to reinstall archetypes and no change occ
in portal_skins/plone_content there is a view called link_redirect_view a Script (Python)
that normally does the job :
here is the doc :
Redirect to the Link target URL, if and only if:
- redirect_links property is enabled in portal_properties/site_properties
- AND current user doesn't have permission to edit the Link
I would check with /select_default_view what is the default view of the link.
If there is no link_redirect_view available I would go and see what is going on in portal_types as Jihaisse said. Could it be that quintagroup.seoptimizer has something to do with the problem ? It happened to me and I've got quintagroup.seoptimizer, hmm..
Actually, since it happened to me again (may because uninstall quintagroup.seoptimizer) To have my redirections in the same way as before I had to go /##types-controlpanel and ask to see the type Link : there it was a setting call some things like .. "direct redirection"
You may check the default view of the link.
It's like it's base_view not link_view.
You can see this directly on the link by choosing the view action, or in the ZMI in portal_types.
If the view has changed, it's surely because of an add-on.

Resources