• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Login problem in 2.1

Status
Not open for further replies.

Hubertus

Chevereto Member
I replace all the files and folders, upload update.php, And I cant login to update.php or admin panel. Im using my password from config file. Even when I put wrong password I see:


and its just suck like that.
 
Send my your admin login details by PM so I can see the console debug.
 
This is the error: The admin json is returning a HTML page instead of a propper json response.
The return is something like this:

HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[url]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/url]"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="/content/system/style.css" rel="stylesheet" type="text/css"/>
<link href="/content/system/favicon.ico" rel="shortcut icon" type="image/x-icon"/>
<title>Przerwa techniczna - Chevereto 2.1</title>
</head>
<body>
<div id="main">
	<div id="top">
		<a href="http://chevereto.com/"><img src="/content/system/img/logo.png" id="logo" alt="Chevereto"/></a><img src="/content/system/img/ico-warn.png" id="icon" alt=""/>
	</div>
	<p>
		Przerwa techniczna ;-).
	</p>
	<p>
	</p>
</div>
</body>
</html>

That is custom, is not made by Chevereto.
 
This is maintenance page, i just change text in functions.php. Ok I revert file, now is original.

I change settings for maintenance page to 1, after this problem. Because, all my images was showing error404. So this is not the couse of this problem.
 
No, that is not the problem.

The problem is that the admin page try to do the ajax call but your server is doing some kind of bypass that first fires a "doing request..." page or something first. Since you got that, the admin can't know what to do because the file manager expects a JSON RESPONSE not an HTML RESPONSE. Open the server console (or firebug) and you will notice that your server is firing a HTML response instead the json response.
 
So no idea? Same server Im using for xenforo, vbulletin, wordpress and others script. I've never had so many problems with these scripts, which I have with cheve. Maybe this is another problem with rewrite? chevy was problematic with nginx and lighttpd.
 
Send me your FTP details so I can look into the real server and what actually you have done.
 
Status
Not open for further replies.
Back
Top