Google +1 Enable option not available

Junior

Well-known member
Going from ACP > Options > Search Engine Optimisation (SEO), I do not have an option to enable google +1. I've upgraded from either XenForo 1.0.0 or 1.0.1 to 1.0.4. It was a while ago that I upgraded so I do not remember exactly where I upgraded from.

I used the upgrade only files when upgrading and today uploaded the full download to ensure no files missed updating. I still do not have the option to enable google +1.
 
Going from ACP > Options > Search Engine Optimisation (SEO), I do not have an option to enable google +1. I've upgraded from either XenForo 1.0.0 or 1.0.1 to 1.0.4. It was a while ago that I upgraded so I do not remember exactly where I upgraded from.

I used the upgrade only files when upgrading and today uploaded the full download to ensure no files missed updating. I still do not have the option to enable google +1.

Can you supply a screenshot of what you do see?
 
I upgraded to 1.0.4 the day it came out and noticed I didn't have +1, was too focused on other things to fix it. I ran the file check that day and just now. I get the smiley face, we good on that. :)
 
in the share_page template do you see the following code?

Code:
            <xen:if is="{$xenOptions.plusone}">
                <div class="plusone shareControl">
                    <div class="g-plusone" data-size="medium" data-count="true" data-href="{$url}"></div>
                </div>
            </xen:if>
 
I've moved this from bug reports to troubleshooting until/if it's confirmed as a valid bug with 1.0.4.

Can you enable debug mode and then see if you can navigate to this URL?

install-path/admin.php?options/edit-option/plusone
 
Debug enabled

Error
The requested option could not be found.

From my knowledge I'm assuming it had something to do with not updating in the proper order. There is nothing wrong with the files. I have reuploaded many times and the file check says all files are good. Templates have updated by my admin panel options have not.
 
From my knowledge I'm assuming it had something to do with not updating in the proper order.
There is no requirement to install interim upgrades, you can safely upgrade from 1.0.0 to 1.0.4 missing out all the other releases.

I'm trying to think what would cause this, as it appears the front end templates have upgraded correctly.
 
Went to the install path and clicked Rebuild Master Data and everything worked out. Could this have been a bug from not having the full package and upgrading from 1.0 with just the upgrade files of 1.0.4?

Either way resolved.
 
No, as I posted above, you don't need to install every release and in fact many people miss out some of the maintenance releases.

Difficult to say what could have caused it.
 
Top Bottom