Announcement
Collapse
No announcement yet.
Heading Error on 5.2.4
Collapse
X
-
What version did you upgrade from? Did you make any modifications to the header template before the upgrade? When you login to AdminCP, do you see a notification that says there are out of date templates? If yes, click the link provided and check if header template is one of them. You have to resolve the template merge conflicts.
-
Originally posted by Glenn Vergara View PostWhat version did you upgrade from? Did you make any modifications to the header template before the upgrade? When you login to AdminCP, do you see a notification that says there are out of date templates? If yes, click the link provided and check if header template is one of them. You have to resolve the template merge conflicts.
Comment
-
Originally posted by AcemanWolf View Post
Upgraded from 5.2.2. I have went to adminCP and reverted the templates. I am still getting that error on headings.
Comment
-
Please reupload your /core/install folder. Make sure that all themes are also uploaded in /core/install/themes. Then run /core/install/upgrade.php again. Clear your browser cache and reload the page.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API - Full / Mobile
Vote for your favorite feature requests and the bugs you want to see fixed.
Comment
-
I'm also seeing an inefficient Comodo script included in the head using document.write. It's causing a JS warning.
Code:<script type="text/javascript"> //<![CDATA[ var tlJsHost = ((window.location.protocol == "https:") ? "https://secure.comodo.com/" : "http://www.trustlogo.com/"); document.write(unescape("%3Cscript src='" + tlJsHost + "trustlogo/javascript/trustlogo.js' type='text/javascript'%3E%3C/script%3E")); //]]> </script>
If your site is in https, just include the https URL directly
Code:<script src="https://secure.comodo.com/trustlogo/javascript/trustlogo.js"></script>
Comment
-
Originally posted by AcemanWolf View Posti will reinstall the upgrade. And go from there. I will remove the comodo script.
Comment
Related Topics
Collapse
-
by WhiskeyOSSI got this error when I ran the upgrade to beta 23
<?xml version="1.0" encoding="windows-1252"?>
status aborted at 95% install
Parse error: syntax error, unexpected...-
Channel: Support Issues & Questions
Thu 27th Dec '12, 1:04pm -
-
I upgraded 5.0.2 to 5.0.4 and now in my admincp, I don't see the menu on the left. The upgrade process went ok, said it was done. I can see the front of my forum, but nothing on the left menu of my...
-
Channel: vBulletin 5 Upgrades
Fri 16th Aug '13, 5:16pm -
Comment