XF 1.1 Server eMysqli statement execute error while upgrading 1.1.1 to 1.1.2

badlands

Member
Hi there,
while upgrading my forum to version 1.1.2 I received the following error - and cannot access my forum. Thanks for help how to resolve this!
1.webp
 
You have a duplicate template name of a different case. Run this query to delete the offending template:

Code:
DELETE
FROM xf_template
WHERE BINARY title = 'page_container';

Then run the upgrade script again. That should allow it to complete.
 
Hi, perfect - it works. Many thanks! After the installation the next problem appeared :) The header is at the bottom of the page (see pic below). How can I solve this problem? Thanks for support!

2.webp1.webp
 
I wonder if that 'page_container' template has something to do with this. Maybe the style was using that bad template name and by deleting it we broke the style.

Ideally the style author will have an updated version of the style for the new version of XF. Try reinstalling your custom style (ideally the newest version).
 
Hi Jake, I updated the style to the latest version, no changes however. The page_container is a Xenforo file - maybe it was just corrupted and needs to be there, however? Do you have an idea how I could rebuild that template, etc.? Thanks!!
 
Top Bottom