I am trying to log back in to my laravel 5.4 application.
Thew weird thing is that it returns no error messages after I hit the login button and it loads.
it just comes back blank. I am suspecting that there is no session taking place that is why. I switched my sessions driver to database and ran the migration, still nothing.
Also every other route seems to redirect me back to the login page
I have tried and searched a lot. I'd appreciate it if someone knows where in the app I can start looking or what could be the cause
Related
So I have an issue. Everything was working fine on my website except when I had to perform an restore(lost some mail accounts in cPanel).
Now when I started from scratch, I used same Contact Form as before(plugin for WP) and when I set everything right for STMP Server(Easy WP STMP), to redirect my submission from the website to my gmail adress, I get an error.
The error is this: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
It appears that the only file with php I have is class-phpmailer.php (which is pretty long and I assume has everything in it)
What exactly it's wrong? And I am using my right credentials, pretty much everything used to work just fine, but after I've done a back-up restore and had to upload to a new directory, maybe it has some missing paths? I cannot put the code here as it has over 4000 lines. Here's a link for anyone wondering how it looks like. I've never changed anything, it probably came in with the hosting.
http://s000.tinyupload.com/index.php?file_id=96016331707954782437
A little background info...
By far and large the URLs worked perfectly fine. Occasionally either my machine, or the server itself couldn't access the Web Service URL or the Report Manager URL. For the server a restart fixed this, for me I had to reset my winsock which never worked and ended up System Restoring to a working date.
When I say couldn't access I mean getting the "This Page Cannot Be Displayed" message, or the "Please turn on TLS 1.0 etc etc" message.
The last few days the issue is now widespread. Everyone was having issues gettings to the URLs even the server. I figured it may have been some windows updates causing issues so I removed all the updates around the timeframe in which it started and tested and got nothing.
Came back the next day (today) and same issue except the only way to access it is through a hyperlink thats clicked or copy/pasted.
The issue:
If you manually type the URL it will not work. You have to copy and paste the hyperlink from a working page. I used a link to a rendered report and deleted back to /ReportServer and it pulls up the directory. I've never seen something like this happen before.
The Solution:
Apparently you have to type in www. as well
I was so use to skipping that for most pages.
https://analytics.domain.com/ReportServer = fail
https://www.analytics.domain.com/ReportServer = win
I've recently setup on my new VPS and successfully installed and imported my sql databse. However, after trying to click on any posts/pages, i get an error that the page can't be found.
Not Found
Logged in as admin, I can see all the posts and pages, yet clicking view just gives me the same message. The fact they are here means it must of imported them, just can't work out why I can't access them :S
Help!
If you can edit the posts in the admin, then you probably have the data and this is a url rewriting issue.
Try re-saving your permalinks, even without making a change.
If you can see the list of posts, but can't edit them then you probably have a bad import.
What is this and why am i getting it when i try to login to my website? It looks like form injection warning but from where,how, and why. My computer doesnt have a virus or malware (that i know of) Im running an almost brand new mac os x 10.9 and the browser im using is Google Chrome.
The full error message is as follows:
Error Message:
A potentially dangerous Request.Form value was detected from the client (h_rm_pgs_ClientState="...rialGirls'","value":"1695...").
Where is this coming from and why?
Trace sent values by Google Chrome. Just right click and select Inspect Element then go to Network and after that open target page to trace and understand what happened.
I guess it happens when your browser has unwanted plugins or additional tools in your computer. Good Luck.
I'm guessing you have a password that contains "<".
ASP.NET returns that message from it's request validation in an attempt to stop XSS.
I'm currently using VB .NET 2010. I'm trying to read data from a JSON request from the website https://tradingpost-live.ncplatform.net/ws/search.json (Guild Wars 2 site).
The website requires you to be logged in via the forums. Even having this in my vb app via a webbrowser object, I am still receiving a 401 Unauthorized error. I assume some sort of cookie is needed???
The biggest issue I have is trying to run the larger search # https://tradingpost-live.ncplatform.net/ws/search.json?text=&levelmin=0&levelmax=80&count=0
This gives me the error "Unable to download search.json from tradingpost-live.ncplatform.net. Unable to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later.
By using Firefox, I can login and view each of these 2 sites without any issues. Any chance I can get a pointer in the right direction? So far I've installed JSON.NET but have no clue how to use it or if I should be doing something else...... almost midnight and my brain is fried!