Facebook – Page not found
-
I get an error each time i want to share some activity Facebook, its return an error saying that “Page not Found” what could be the problem am using BuddyPress Version 2.7.4
-
In the settings of this plugin you must specify the URL on which the page will be called when the button is clicked. For the Facebook button this link looks like this by default: https://www.facebook.com/sharer.php?t=$title&u=$link
The plugin itself substitutes the URL parameters, as written in the instruction.
For a more detailed analysis of the situation, show what plugin settings your Facebook button has.
Also, give a copy of the URL from the browser string that it does not find, and by which the button makes a link. Thanks.This is what the setting look like
When I click on share This is the URL thats comes up
“https://www.facebook.com/sharer.php?t=Mundia%20Mundia%20posted%20an%20update:%20Money,education,food%20eanyone%20can%20give.%20The%20best%20gift%20you%20can%20%5B%E2%80%A6%5D&u=https://walanda.info/members/mundia/activity/156/Content-Type:%20text/html;%20charset=UTF-8” but when it opens the Facebook Window, its returns Page not foundHi,
The reason for this effect is clear: the page URL should be as follows:
https://walanda.info/members/mundia/activity/156/
However, the URL is generated as follows:
https://walanda.info/members/mundia/activity/156/Content-Type:%20text/html;%20charset=UTF-8
So the handler of Facebook can not understand it.I must think about how to deal with this.
I think the reason is not in the plugin. And not in the WordPress version. The reason in the settings of the site, the settings of the site server, possible settings WordPress.I’ll find out how to make my plugin fight with such problems.
The same link is generated for other buttons, for example for Twitter:
http%3A%2F%2Fwalanda.info%2Fmembers%2Fmundia%2Factivity%2F156%2FContent-Type%3A%20text%2Fhtml
However, the Twitter processor handles this record successfully.I will later write options on how to remove this problem.
Regards,Thank you very much, so in short there is no solution for now?
Hi!
If you do not mind doing an experiment, I suggest doing the following:
1) You uninstall the plugin
2) You install the plugin from the file by reference https://www.faxservice.com.ua/fileload/buddy-share-it-allusers-fb-yr 324.zip
3) Do not forget after installation go to the plugin settings and click the Save Settings button
4) I’ll see how the URL is generated
Regards,Thanks we sim to be going somewhere how ever this time the Page just returns the website URL like this maybe there is something wrong with my WordPress settings i can give your wp-admin access if you can send me a private message, maybe we can sort this in a fast way
Hi,
there is little progress.
I made small changes. Therefore, you can re-install the plugin from the file BP Share YR v324
This is not basic repairs, it’s cosmetic repairs.
However, I want to see the result.It’s possible that the site is using the wrong plugin for Buddypress.
You must disable all the plugins to understand this.It is very likely that you need to install a new Buddypress version.
Perhaps there is an incompatibility with the theme of the site.
This is the work that you need to do yourself.Even for the first analysis of the situation, wp-admin access is not enough.
It should be possible to access all the site files on the server.
And if this is your own server, for example Centos – you need to look at its settings.[email protected] – Personal email for …
- This reply was modified 7 years, 5 months ago by Yuriy Radko.
Hi,
A small repair gave its results. Icons of social networks transmit the correct URLs.
But, the block of the plugin for redirecting the URL to the activity – does not work on your site.
Perhaps this is due to the same site server configuration error.
Probably for the same reason gives the wrong URL function of Buddypress – bp_get_activity_thread_permalink();
Perhaps for the same reason, the non-standard response of the function of PHP – curl_exec($ch);However, at this point the buttons transmit the correct URLs – already without additives at the end: Content-Type:%20text/html;%20charset=UTF-8 and Content-Length:%200
The plugin redirect unit only helps Facebook understand the address of the page it received. Correctly this is that Facebook itself must find a redirected page. Facebook does this, but not immediately, but after several requests for page sharing. You can also manually show Facebook every page – maybe it’s ineffective.
For example on your site in activity: https://walanda.info/members/mundia/
Button facebook https://www.facebook.com/sharer.php?t=Mundia%20Mundia%20posted%20an%20update:%20Knowing%20when%20to%20speak%20,%20what%20to%20speak%20about%20and%20how%20long%20,%20%5B%E2%80%A6%5D&u=https://walanda.info/activity/p/157/ – Facebook sharer- he still did not understand that the link was redirected to https://walanda.info/members/mundia/activity/157/ – So Facebook displays the page as it can, but the Share will be executed correctly! Of course, for the user this is a bit inconvenient.Next post in the activity of your site, Facebook button https://www.facebook.com/sharer.php?t=Mundia%20Mundia%20posted%20an%20update:%20Money,education,food%20eanyone%20can%20give.%20The%20best%20gift%20you%20can%20%5B%E2%80%A6%5D&u=https://walanda.info/activity/p/156/ – The redirect unit also does not work, but Facebook has already figured out that the redirected page is here https://walanda.info/members/mundia/activity/156/ Therefore this page for Share Facebook is displayed correctly. You see the page correctly. There is a text and a picture.
About further customization of your site.
As you suggested, I can take the files of your site and upload them on my server if I have the time.
Maybe I’ll see something.
And maybe the redirector will work on my server without errors.Regards,
Hi,
I looked at the header of your link 157.
And I made a change to the plugin.
If the function of Buddypress – bp_get_activity_thread_permalink(); gives wrong result – we can see the redirect.
Please,
reinstall the plugin from
BP Share YR 324Hello, Thanks very much, I think you are right on that one, however as I suggested earlier, I have sent the files through a OneDrive link. Be sure to check your Email and you will find the Mail containing the Details
- The topic ‘Facebook – Page not found’ is closed to new replies.