The Fora: A Higher Education Community

Help => Help & Questions => Topic started by: namazu on June 28, 2019, 04:34:05 PM

Title: Login problems
Post by: namazu on June 28, 2019, 04:34:05 PM
Heads-up: the poster formerly known as merinoblue has indicated some difficulty logging in here: https://www.chronicle.com/forums/index.php/topic,264496.msg3647243.html#msg3647243
Title: Re: Login problems
Post by: polly_mer on June 28, 2019, 04:46:28 PM
Quote from: namazu on June 28, 2019, 04:34:05 PM
Heads-up: the poster formerly known as merinoblue has indicated some difficulty logging in here: https://www.chronicle.com/forums/index.php/topic,264496.msg3647243.html#msg3647243

Thanks!
Title: Re: Login problems
Post by: mamselle on January 05, 2021, 10:07:22 AM
I've notified one of the mods about this problem: a series of lines that say:

   Deprecated: Function create_function() is deprecated in /home/theforao/public_html/Sources/Load.php on line 268

...appear when I open the Fora, both on my phone and on my laptop, as well as when I post things.

Is anyone else seeing this?

M.
Title: Re: Login problems
Post by: secundem_artem on January 05, 2021, 10:09:28 AM
Yup - me too
Title: Re: Login problems
Post by: ab_grp on January 05, 2021, 10:39:13 AM
Yes, I came over here to find a thread in which to report the issue, so thanks.  And unless I'm insane (possible), I think the main page font size blew up quite a bit.  I don't know if that's related or not, but I figured I'd mention it.  Other font sizes seem as usual. 

ETA: Looks like this came up before (https://thefora.org/index.php?topic=410.msg6672#msg6672) and was a php issue that was easy to fix.  Hopefully same or similar situation.
Title: Re: Login problems
Post by: eigen on January 05, 2021, 10:48:51 AM
Looks like it's an issue with 2021 and old functions in HTML being retired / no longer read by a browser. I'm knee deep in Grant reviews for the next few days and this won't be a quick fix, but I'll try to get to it when I have time.
Title: Re: Login problems
Post by: Langue_doc on January 05, 2021, 10:50:55 AM
Quote from: mamselle on January 05, 2021, 10:07:22 AM
I've notified one of the mods about this problem: a series of lines that say:

   Deprecated: Function create_function() is deprecated in /home/theforao/public_html/Sources/Load.php on line 268

...appear when I open the Fora, both on my phone and on my laptop, as well as when I post things.

Is anyone else seeing this?

M.

I'm experiencing the same problem. I thought it was my computer and just restarted it but am still seeing several lines of the following:
Deprecated: Function create_function() is deprecated in /home/theforao/public_html/Sources/Load.php on line 273

The line numbers keep going up, but other than that, it is the same message.

Title: Re: Login problems
Post by: mamselle on January 05, 2021, 10:56:26 AM
Quote from: eigen on January 05, 2021, 10:48:51 AM
Looks like it's an issue with 2021 and old functions in HTML being retired / no longer read by a browser. I'm knee deep in Grant reviews for the next few days and this won't be a quick fix, but I'll try to get to it when I have time.

It's still legible, and as long as one knows to just keep scrolling, it doesn't prevent Fora use.

(With all I've still got to do, it might be better if it did...!)

Thanks for checking in!

M.
Title: Re: Login problems
Post by: eigen on January 05, 2021, 11:24:12 AM
Yeah, that's why it's (lower) on my priority list right now, since it doesn't effect usability, just looks ugly. Ugly but functional... A good motto for the times.

What it probably means is that I need to backup the forum and then update the version of the forum software we're running. The current version doesn't support the (modern) php standards, but *was* working. I've been putting off upgrades because, well, who knows what might not work as expected, but this is as good of a sign as any that it needs to happen.
Title: Re: Login problems
Post by: spork on January 05, 2021, 12:14:02 PM
A few months ago I had a similar problem -- error messages across the top of the screen -- with a Wordpress blog that I manage. The cause turned out to be a conflict between the php version and something else.

Probably not helpful, but thought I'd mention it.
Title: Re: Login problems
Post by: eigen on January 05, 2021, 12:20:25 PM
Quote from: spork on January 05, 2021, 12:14:02 PM
A few months ago I had a similar problem -- error messages across the top of the screen -- with a Wordpress blog that I manage. The cause turned out to be a conflict between the php version and something else.

Probably not helpful, but thought I'd mention it.

No, that's definitely what it is. The issue is that the forum software runs on legacy versions of PhP. Last time I checked it hadn't been stably updated.

I'm reasonably sure it has now, but I need the time to make sure there aren't going to be other issues with the upgrade, especially with some small customization to the forum code I've done (and forgotten exactly what I did).