[OzzModz] Contact Us Form Log [Deleted]

@Ozzy47

Finally, I decided to take the risk and upgrade the addon in the live forum.
The upgrade process failed and I got the below error:

View attachment 298566

[COLOR=hsl(var(--xf-editorFocusColor))]View attachment 298568[/COLOR]

If I click (Upgrade), I got the below error:

View attachment 298567

Currently there is no option to uninstall it!

Looks like you have an old table with a different encoding.

Can you perform this SQL queries and share the results?

SQL:
SELECT character_set_name FROM information_schema.`COLUMNS`
WHERE table_schema = "YOURDATABASENAMEHERE"
  AND table_name = "xf_ozzmodz_contactus_log_old"
  AND column_name = "username";

SQL:
SELECT character_set_name FROM information_schema.`COLUMNS`
WHERE table_schema = "YOURDATABASENAMEHERE"
  AND table_name = "xf_ozzmodz_contactus_log"
  AND column_name = "username";

Replace YOURDATABASENAMEHERE with your forum DB name
 
Looks like you have an old table with a different encoding.

Can you perform this SQL queries and share the results?

SQL:
SELECT character_set_name FROM information_schema.`COLUMNS`
WHERE table_schema = "YOURDATABASENAMEHERE"
  AND table_name = "xf_ozzmodz_contactus_log_old"
  AND column_name = "username";

SQL:
SELECT character_set_name FROM information_schema.`COLUMNS`
WHERE table_schema = "YOURDATABASENAMEHERE"
  AND table_name = "xf_ozzmodz_contactus_log"
  AND column_name = "username";

Replace YOURDATABASENAMEHERE with your forum DB name

Note:
I corrected the table name in the above SQL queries from "xf_ozzmodz_contactus_log_old" to "xf_ozzmodz_logcontactus_log_old"

1708517019308.webp

1708516758970.webp


1708516808656.webp
 
Back
Top Bottom