MyBB Community Forums

Full Version: Upgrading to 1.8.23
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, everybody I am currently trying to upgrade the version of mybb in my localhost of wamp.

And I have successfully copied all the files. Before doing it, I have deactivated all the plugins & also closed the board.

Now when I am running the /install script, its asking for my admin username and password. But everytime I enter them, it keeps coming back to the same login page. Here take a look at the page, it keeps coming back here.


[Image: 33.jpg]

upload pic
check if direct login to admin panel works - if it works then try upgrading to 1.8.23
So, tried loading this page localhost/admin.

And its showing this..

[Image: 34.jpg]
^ any possibility of checking latest entries of error logs ?
[wamp error log]
These are today's.

[Sat Jul 18 11:29:21.108200 2020] [mpm_winnt:notice] [pid 704:tid 400] AH00455: Apache/2.4.41 (Win32) PHP/7.4.0 configured -- resuming normal operations
[Sat Jul 18 11:29:21.108200 2020] [mpm_winnt:notice] [pid 704:tid 400] AH00456: Apache Lounge VS16 Server built: Aug  9 2019 16:32:28
[Sat Jul 18 11:29:21.108200 2020] [core:notice] [pid 704:tid 400] AH00094: Command line: 'c:\\wamp\\bin\\apache\\apache2.4.41\\bin\\httpd.exe -d C:/wamp/bin/apache/apache2.4.41'
[Sat Jul 18 11:29:21.110200 2020] [mpm_winnt:notice] [pid 704:tid 400] AH00418: Parent: Created child process 5080
[Sat Jul 18 11:29:23.590200 2020] [mpm_winnt:notice] [pid 5080:tid 328] AH00354: Child: Starting 64 worker threads.
[Sat Jul 18 11:42:25.328200 2020] [mpm_winnt:notice] [pid 704:tid 400] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Jul 18 11:42:27.344200 2020] [mpm_winnt:notice] [pid 5080:tid 328] AH00364: Child: All worker threads have exited.
[Sat Jul 18 11:42:31.494200 2020] [mpm_winnt:notice] [pid 704:tid 400] AH00430: Parent: Child process 5080 exited successfully.
[Sat Jul 18 13:10:11.067800 2020] [mpm_winnt:notice] [pid 4320:tid 400] AH00455: Apache/2.4.41 (Win32) PHP/7.4.0 configured -- resuming normal operations
[Sat Jul 18 13:10:11.067800 2020] [mpm_winnt:notice] [pid 4320:tid 400] AH00456: Apache Lounge VS16 Server built: Aug  9 2019 16:32:28
[Sat Jul 18 13:10:11.067800 2020] [core:notice] [pid 4320:tid 400] AH00094: Command line: 'c:\\wamp\\bin\\apache\\apache2.4.41\\bin\\httpd.exe -d C:/wamp/bin/apache/apache2.4.41'
[Sat Jul 18 13:10:11.179800 2020] [mpm_winnt:notice] [pid 4320:tid 400] AH00418: Parent: Created child process 3672
[Sat Jul 18 13:10:12.367200 2020] [mpm_winnt:notice] [pid 3672:tid 328] AH00354: Child: Starting 64 worker threads.
[Sat Jul 18 13:10:50.931600 2020] [mpm_winnt:notice] [pid 4320:tid 400] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Jul 18 13:10:52.937600 2020] [mpm_winnt:notice] [pid 3672:tid 328] AH00364: Child: All worker threads have exited.
[Sat Jul 18 13:10:56.497600 2020] [mpm_winnt:notice] [pid 4320:tid 400] AH00430: Parent: Child process 3672 exited successfully.
[Sat Jul 18 13:44:22.555600 2020] [mpm_winnt:notice] [pid 4760:tid 400] AH00455: Apache/2.4.41 (Win32) PHP/7.4.0 configured -- resuming normal operations
[Sat Jul 18 13:44:22.555600 2020] [mpm_winnt:notice] [pid 4760:tid 400] AH00456: Apache Lounge VS16 Server built: Aug  9 2019 16:32:28
[Sat Jul 18 13:44:22.555600 2020] [core:notice] [pid 4760:tid 400] AH00094: Command line: 'c:\\wamp\\bin\\apache\\apache2.4.41\\bin\\httpd.exe -d C:/wamp/bin/apache/apache2.4.41'
[Sat Jul 18 13:44:22.556600 2020] [mpm_winnt:notice] [pid 4760:tid 400] AH00418: Parent: Created child process 2244
[Sat Jul 18 13:44:23.230000 2020] [mpm_winnt:notice] [pid 2244:tid 328] AH00354: Child: Starting 64 worker threads.

I have done nothing else in the localhost today.
php & MySQL errors are not logged ? that is odd to get actual cause for the login issue.

may be you can change your MyBB login password directly at the database & login for upgrade ..
 UPDATE mybb_users SET password = 'newPassword', salt = '' WHERE uid = 'yourUID'; 
(2020-07-18, 08:41 AM).m. Wrote: [ -> ]php & MySQL errors are not logged ? that is odd to get actual cause for the login issue.

may be you can change your MyBB login password directly at the database & login for upgrade ..
 UPDATE mybb_users SET password = 'newPassword', salt = '' WHERE uid = 'yourUID'; 

Once you told me that there are some entries missing. I figured that it has to be something with my WAMP server. So, I reinstalled it and everything went smoothly this time.

But I do have one query. After upgrading mybb I checked my files and found this.

[Image: 343.jpg]

The change in sceditor/styles, I have done that myself. So, that's not my concern. My concern is of the other one. The first one. It's that normal?
you may replace smtp.php file from GitHub resource (right click & save) & check again
(2020-07-18, 10:52 AM).m. Wrote: [ -> ]you may replace smtp.php file from GitHub resource (right click & save) & check again

I am sorry, I didn't understand what exactly you suggested!!

And also what this file actually do?
^ that file is related to sending mails from your forum through SMTP handler.
you need not change it. you may compare the file you have with above given file