[OzzModz] Contact Us Form Log

[OzzModz] Contact Us Form Log [Paid] 2.1.0 Beta 4

No permission to buy ($10.00)
@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
 
Ozzy47 updated [OzzModz] Contact Us Form Log with a new update entry:

[OzzModz] Contact Us Form Log for XenForo for XenForo 2.2+ Update 2.1.0 Beta 4

WARNING, WARNING, WARNING!!!!!!!!!!!

danger GIF
Warning Sign GIF


Now That Ive got your attention:
This is a beta release, take a full backup before installing on a production site. Optimally try it out on a test site that is a replication of your live site before installing on the live site...

Read the rest of this update entry...
 
Top Bottom