Recent Topics

1 Mar 20, 2020 02:25    

Based on the release date. I'm 98% certain of the b2e version, I might be off one version either way. I can't get in to check,

I don't know that you can reproduce the problem. Facebook seems able to fetch it. But maybe it's cached there.

http://airynothing.net/Blog/index.php/anblog/
back to homepage link: http://airynothing.net/Blog/
same error for both

Site host says:

Server Status
Nothing to display

To me, it looks like it's trying to log me in automatically (which it shouldn't) and has the wrong user/password, but I admit total ignorance to MySQL. I was something I needed to click a few things for to set up the blog (on my website hosted by https://crosswinds.net/)
I don't really know anything about PHP either, Since I'm also unable to get to the administration side of my site, Crosswinds would be where to find what versions they are.

An unexpected error I can't figure out

An unexpected error has occurred!
If this error persists, please report it to the administrator.

Go back to home page

Additional information about this error:
MySQL error!

Error establishing a database connection!

(mysqli::real_connect(): (HY000/1045): Access denied for user 'airynot'@'localhost' (using password: YES))

Are you sure you have typed the correct user/password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?

2 Mar 20, 2020 23:17

Is it your hosting provider?
When I first installed B2Evolution, I killed my first site through softaculous (Or whatever) and installed B2. It immediately threw errors everywhere. Including the one above.
I killed b2 and waited 5 minutes (Ran out of beer) and tried again, it came up perfectly.

I did an upgrade thru the backend and it blew up my site. (was a third upgrade). playing around, I found out that if I cleared out /publc_html/_cache and then do a reinstall or upgrade, it ran fine.

3 Mar 21, 2020 13:58

  • You did not provide the Name / URL of your webhost (as requested for support + we want to catalog common hosts vs commons issues)

You must check your MySQL database in your web hosting CPanel (or other control panel).

4 Mar 22, 2020 02:47

@fplanque wrote earlier:

- You did not provide the Name / URL of your webhost (as requested for support + we want to catalog common hosts vs commons issues)

I did! https://crosswinds.net/ hosts my website
my website is http://airynothing.net
the blog is http://airynothing.net/Blog/index.php/anblog/ or http://airynothing.net/Blog/ (both used to work)

Still waiting to hear from webhost as c-panel isn't letting me in either. They may clear up both problems ... maybe.

5 Mar 22, 2020 08:03

Hi @airycat

Still waiting to hear from webhost as c-panel isn't letting me in either. They may clear up both problems ... maybe.

As it says in the message you have a problem accessing the database, so not a b2evo error. Let's hope your host can unblock your access quickly given you are probably using the correct use name and password.

And good luck with that.

6 Apr 14, 2020 09:37

Hi @airycat

In reverse order.

  1. your cpanel will have the info on versions of php and mysql. Alternatively create a file called [info.php] and put this in the root of your domain, not the blog root, although that would work too.

The file needs to contain the following code.

<html>
<head>
	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>phpinfo()</title>
</head>
<body>
<?php phpinfo(); ?>
</body>
</html>

then go to your website root and access the file you have just created.
i.e. http://www.airynothing.net/info.php

Delete the [info.php] file after use or change it's name, as I do, so it is not obviously available to others

7 Apr 22, 2020 03:57

mysqlnd Version:
5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $

PHP Version 5.6.40

Thank you, amoun. That is a useful code to have. I will have all the proper info next time I need help, (hopefully not before 2030 :) )

I still can't get into the blog, front or back, so, since there's a newer version, I'm just going to start over. I'll keep this one zipped on my pc. In case I ever figure out what happened, I can access it for my archives.

This post has 1 feedback awaiting moderation...


Form is loading...