Deceptive site ahead - laravel

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/

Related

Issue with Laravel 5.2 and His non-persistent App SetLocale over http://

Can anyone point me in the right direction when trying to troubleshoot this web app (Dorothea Special School) I created a few years back using this link Laravel 5 And His F*cking non-persistent App SetLocale
If I can recall it was working perfectly when I 1st published the web app, but for a while now it doesn't seem to be working correctly... I think I did check the log file on the server and a couple more things to no avail. Do you think I need to run a composer cmd on the server?
You have 2 options: only allow https through redirecting http or disabling secure for cookies in your config.

Why am I getting broken access to layouts.app (for lavravel app) on heroku hosting but not on localhost?

I am a student and have created my first Laravel App (A blog app). I have a layout/master view created named app.blade.php in resources/views/layouts folder.
I am using laravel 5.6.
It works perfectly on localhost but not on heroku hosting.
Here is my project structure
Here is my code in home.blade.php
Heroku hosting error screen below
Localhost view
clueless about this problem. I need your support.
EDIT
I solved the problem. I am on a windows system while hosting on a linux platform. So my sweet innocent windows was not updating the "Layouts" on server with "layouts".
But I am with another problem
Regards,
Arpan
but loading /login /register correctly
Now this doesn't end here,
when I type /login with the url it gives me
Now I observe that when i click the link it shows me Not secure connection and displays properly but when typing there is https but not displayed correctly.
Please help me analyse and figure out the issue.
Github repo link : https://github.com/ArpanKIIT2017/blog4b/
Its because the app was unable to find the file. But everything looks good. can you check if the file exists on remote server.
what are you using to push the files to remote server?.
try running
php artisan view:clear
on both local and heroku
Actually Heroku doesn't support SSL in free tier. So https actually won't work.
Finnaly migrated my app to postgre sql.
Problem mainly was due to the uppercase and lowercase representation of "Layouts".
So my app is Up and Running only with one problem that is heroku doesn't support file uploads. It is not storing any file upload. Searching solution for that but not related to this post.
Thank You

Google plus API always return me code=4

I am trying to login with google+ api.
In local everything works.
Wnen I tried to publish to dev version of the site, google+ returns me always code=4, but I expect code = 4/LONG_DIFFRENT_SYMBOLS.
In my console.developers I have added allowed javascript and URI.
Please help. What is the reason?
Edit 1
I can use the same keys for another my site. But not for first.
So it works local, in another site, but not my first site. Does anybody know a reason?
I found a problem
it was in nginx setups (it cut off second '/')

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.

Resources