[OzzModz] Testimonial [Deleted]

bob de bouwer bob de bouwer for the error you sent to me in a DM.

Server and database configuration issue.

This error means that the core tables collation different from add-on table.
Most likely because the database was created with one collation, then the default collation was changed, which is used for the new tables.


First of all we need to know which collation is set for the core tables:
SQL:
You must validate your XenForo license to see code

And for username column:
SQL:
You must validate your XenForo license to see code
 
You must validate your XenForo license to see quoted content
You need to have the collation of the new tables match the collation of the core tables.

Try:

SQL:
You must validate your XenForo license to see code

It is also worth checking the default database collation that is applied to new tables

SQL:
You must validate your XenForo license to see code

If it's different from utf8mb4_0900_ai_ci, do:

SQL:
You must validate your XenForo license to see code

Make sure to create a backup before doing this.
 
Hi,

Thanks ;)
I have send it to our mechanic.
Wil report as soon as i hear from him.

Bob
 
Hi Painbaker Painbaker & Ozzy47 Ozzy47 ,

I made a couple of adjustments and added a couple of "testimonials", and there are no errors in the log ;).
So your solution works ;)
Thanks for your great support :D as always!

Regards
Bob
 
We have had a look at all the addon's code and it's a piece of crap not complying with XF standards.
  • Almost everywhere raw SQL queries are used
  • A lot of hard-coded phrases in templates and PHP files
  • Code style is not consistent
  • The templates are also made in the same messy style and with a lot of awkward moments
  • Along with other issues

So until we can write new addon from scratch with an importer if necessary, we are discontinuing this addon.
 
Back
Top