How to fix laravel error 5.8 Whoops! There was an error. when sharing on facebook? - laravel-5.8

When sharing my website link does not show the information generated by meta, I have already used Facebook debugger share and it shows me the same error, the meta tags are correctly indicated, but it always shows me that error when sharing.
Has anyone had this problem? Please help me.

Related

Deceptive site ahead

I have the next error: "Deceptive site ahead". My app is separate in frontend with Angular 8 and backend with Laravel 5.8. The issue is when I deploy the backend to a subdomain (services), Google Chrome shows me that error. What's wrong?
I've done the same with another easy Laravel project and it's fine, but I don't know why it happens in this project.
I hope someone helps me and sorry for my English.
Nothing to do with your code. Google has blacklisted/marked as unsafe your site for some reason which can harm users. If it is not done by you then you may have some script or file on your server which google has found and thinks it is unsafe. After clearing your files you may try to submit for review.
Check here more detailed information: https://www.malcare.com/blog/deceptive-site-ahead/

The verify email link doesn't seem to work

After I got some help on stackoverflow on how to send a verify email link using Laravel 5.7 I got that working. But when I click the link it just shows me the login page. How can I solve that issue?
The link I received is:
http://api.domain.com/api/email/verify/1?expires=1544631409&signature=314d837c49276ce212bdd94a383f35
(I removed half of the signature when posting on stackoverflow)
I do hope someone can help me with this issue.
Kind regards,
Kevin

blank page when loging in to backend part to magento

I recently updated all of my features in Magento from 1.8 to 1.8.1 and after that I’m having problems to log in to the admin dashboard. If i go to “www.example.com/admin” i get a 500 Internal Server Error error and was googling around i wasn’t able to find a solution.
Then i noticed i can go to “www.example.com/index.php/admin” and then all it returns is a blank page. And after hosting the log in page locally sending the right information to the original hosting service i get logged in, but the dashboard is totally blank.
I’ve tried all of the mighty google advises I’ve found, for example, clearing catch, changing permission to folders, looking in log-files for solutions, changing in the .htaccess, etc. But still haven’t found out what the problem is. Anyone had the same problem and maybe has a solution or advice?
Thanks in advance!

Redirect to Zencart showing 403 error

I am using both Chrome and Firefox to visit Zencart website but in return I am getting error like this
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Can someone tell me where I am doing wrong? Any help and suggestions will be appreciable.
I thought I would try and help you since no-one else has... though I guess the reason no-one else has is because of so little info in your question. I'll assume this is happening in every browser since it seems to be a server issue. First step in resolving this is to check you have the correct file permissions for the varios directories. Check this guide for details:
http://www.zen-cart.com/content.php?51-how-do-i-set-permissions-on-files-folders
If all is OK there, then it is probably one of two things, either a server config issue... do you have an htaccess in the root of your site that is restricting access?
Secondly, it may be a corrupt file in there somewhere, try deleting everything and downloading zen cart again.
You havent said here if this is a new installation, if so the last solution above may be your best option. If not, then I will try to help further if you can post server logs and give some more details of what is happening, what you have done, what kind of server you are hosting on etc.
If its a developed site and you dont have a backup then you sir are a silly bear and should look into some sort of version control such as bitbucket for your future projects.
Finally, although I would post some more details here and try again to get some help, there are not many people looking at zen cart on this site so it may be worth trying the zen cart help forums. http://www.zen-cart.com/forum.php
Hope this helps.

404 Not Found1 error on Magento

I am fresher for Magento. Learning the concepts by implementing the below url.
http://www.pierrefay.com/magento-developper-guide-howto-tutorial-5
I have gone through the first four steps.While implementing on my local,i will get error as
Whoops, our bad...
The page you requested was not found, and we have a fine guess why.
If you typed the URL directly, please make sure the spelling is correct.
If you clicked on a link to get here, the link is outdated.
When i browse this url http://localhost/magento/test/index.
Can anyone help me please?
Thanks :)
Open the table core_config_data in your database and change the value http://localhost/magento/test/ by http://127.0.0.1/magento/test/.
Clear cache and check your site.

Resources