Updating from 3.2.2 to 3.2.3 - Files Yes, Db No

Get help with installation and running phpBB 3.2.x here. Please do not post bug reports, feature requests, or extension related questions here.
TritonZA
Registered User
Posts: 56
Joined: Sat Jan 16, 2016 6:25 am

Updating from 3.2.2 to 3.2.3 - Files Yes, Db No

Post by TritonZA »

Morning All,

Have 4 boards to update to 3.2.3. Of the 4, 3 worked perfectly fine with the file replacement method as indicated. On the 4th one, received the following errors/messages:

During the Db update process:
Image

What the ACP page shows:
Image

Tried restoring previous Db but get the message "This file is the incorrect format".

Any advice would be sincerely appreciated.
Last edited by TritonZA on Sat Sep 22, 2018 1:27 pm, edited 5 times in total.
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: Updating from 3.2.2 to 3.2.3 - Files Yes, Db No

Post by david63 »

That is nothing to do with phpBB.

Possible reasons - your site has been hacked, your host has added something to your site, you have added something to your site.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
TritonZA
Registered User
Posts: 56
Joined: Sat Jan 16, 2016 6:25 am

Re: Updating from 3.2.2 to 3.2.3 - Files Yes, Db No

Post by TritonZA »

david63 wrote: Thu Sep 20, 2018 10:29 am That is nothing to do with phpBB.

Possible reasons - your site has been hacked, your host has added something to your site, you have added something to your site.
Interesting you say this David.

I have just done an update from 3.2.2 to 3.2.3 with the ISP host used on my other 3 sites (where there were no problems at all) and I get the exact same error messages.

This would indicate a Db problem then surely because it occurred with two different ISP's?

PS, I used a Db backup from before trying the update today.

/T
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52768
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve
Contact:

Re: Updating from 3.2.2 to 3.2.3 - Files Yes, Db No

Post by stevemaury »

You actually get the message "Picture is in a password protected album"?
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
TritonZA
Registered User
Posts: 56
Joined: Sat Jan 16, 2016 6:25 am

Re: Updating from 3.2.2 to 3.2.3 - Files Yes, Db No

Post by TritonZA »

stevemaury wrote: Thu Sep 20, 2018 3:32 pm You actually get the message "Picture is in a password protected album"?
Fixed this image display issue. Now as attachments in first post.

Any other suggestions what the error is indicating?
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52768
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve
Contact:

Re: Updating from 3.2.2 to 3.2.3 - Files Yes, Db No

Post by stevemaury »

How did you upgrade (NOT "update")?
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
TritonZA
Registered User
Posts: 56
Joined: Sat Jan 16, 2016 6:25 am

Re: Updating from 3.2.2 to 3.2.3 - Files Yes, Db No

Post by TritonZA »

stevemaury wrote: Fri Sep 21, 2018 1:42 pm How did you upgrade (NOT "update")?
Hi Steve, I upgraded by following the steps in this link: https://www.phpbb.com/support/docs/en/3 ... ating-32x/
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52768
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve
Contact:

Re: Updating from 3.2.2 to 3.2.3 - Files Yes, Db No

Post by stevemaury »

In your /store directory, there is a file migrations_(some digits).log. Change its extension to .txt and attach it here.
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
TritonZA
Registered User
Posts: 56
Joined: Sat Jan 16, 2016 6:25 am

Re: Updating from 3.2.2 to 3.2.3 - Files Yes, Db No

Post by TritonZA »

stevemaury wrote: Fri Sep 21, 2018 3:15 pm In your /store directory, there is a file migrations_(some digits).log. Change its extension to .txt and attach it here.
Here you go.
Attachments
migrations_1537434929.txt
(46.87 KiB) Downloaded 24 times
suewright
Registered User
Posts: 44
Joined: Wed Feb 23, 2011 6:55 pm

Re: Updating from 3.2.2 to 3.2.3 - Files Yes, Db No

Post by suewright »

I have the same problem - Files have updated but not the DB
update.jpg
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52768
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve
Contact:

Re: Updating from 3.2.2 to 3.2.3 - Files Yes, Db No

Post by stevemaury »

@suewright, please start your own topic.
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52768
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve
Contact:

Re: Updating from 3.2.2 to 3.2.3 - Files Yes, Db No

Post by stevemaury »

OP, try running this SQL on your database and then do the database update again.

Code: Select all

ALTER TABLE phpbb_user_notifications DROP INDEX itm_usr_mthd
For how to do that, see Executing SQL Queries in phpMyAdmin

Also, you did backup your 3.2.2 database before starting the update, didn't you?
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
TritonZA
Registered User
Posts: 56
Joined: Sat Jan 16, 2016 6:25 am

Re: Updating from 3.2.2 to 3.2.3 - Files Yes, Db No

Post by TritonZA »

stevemaury wrote: Sat Sep 22, 2018 4:50 pm OP, try running this SQL on your database and then do the database update again.
Will do.
stevemaury wrote: Sat Sep 22, 2018 4:50 pm Also, you did backup your 3.2.2 database before starting the update, didn't you?
Yes I did :D
TritonZA
Registered User
Posts: 56
Joined: Sat Jan 16, 2016 6:25 am

Re: Updating from 3.2.2 to 3.2.3 - Files Yes, Db No

Post by TritonZA »

Fantastic news Steve, it worked :D :D :D . Db update ran to 100% and all is good again. No errors.

For a layman, what did the SQL query actually do to the Db?

/T
TritonZA
Registered User
Posts: 56
Joined: Sat Jan 16, 2016 6:25 am

Re: Updating from 3.2.2 to 3.2.3 - Files Yes, Db No

Post by TritonZA »

TritonZA wrote: Sun Sep 23, 2018 1:07 pm For a layman, what did the SQL query actually do to the Db?
Morning All,

Would really appreciate knowing what the SQL query did to fix this Db issue - trying to learn from the support given :)
Post Reply

Return to “[3.2.x] Support Forum”