Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: arc_meta - Improve Your SEO
NicolasGraph wrote #290864:
Thanks for your work!
I have this error message on upgrade or on install (after removing the previous version) :
Erreur lors du chargement du plugin : arc_meta -> Notice: Undefined index: arc_meta_section_tab on line 427...
What version of Textpattern are you installing it on? It is looking for a preference that should have been created on install/upgrade.
Offline
Offline
Re: arc_meta - Improve Your SEO
NicolasGraph wrote #290864:
Thanks for your work!
I have this error message on upgrade or on install (after removing the previous version) :
Erreur lors du chargement du plugin : arc_meta -> Notice: Undefined index: arc_meta_section_tab on line 427...
monkeyninja wrote #290881:
What version of Textpattern are you installing it on? It is looking for a preference that should have been created on install/upgrade.
I can confirm the same error message on a v4.5.7 installation (upgrading arc_meta from v1.1.2 to v1.4.0).
Offline
Re: arc_meta - Improve Your SEO
I’ll take a look into fixing this. I’ve opened an issue for it on GitHub as a reminder for myself.
Offline
Re: arc_meta - Improve Your SEO
Isolated the bug and the good news is that it doesn’t prevent the plugin from fully working, it just causes that annoying little error message on installation. I’ve fixed it in the latest release, but anyone using v1.4.0 shouldn’t need to upgrade.
Thanks NicolasGraph and maniqui for pointing this bug out.
Offline
#42 2015-12-02 15:23:13
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: arc_meta - Improve Your SEO
Hi Andy,
I’m getting a warning with the current v1.4.1 on any attempt to edit section meta data (translated back to English): I’m sorry, I’m afraid I can’t do that, I think it’s not save to execute arc_meta_section_tab edit right now. I’ve installed either 1.4.0 or 1.4.1 (more on my doubt below) on top of–I think–1.1.2, then deleted the plugin, and re-downloaded and installed the current version. TXP is v.4.5.7. I’m getting the same error, too, with all plugins but arc_meta deactivated.
The oddity with the current version that made me try some things out: In the encoded file (that saves as v1.4.1) it states to be v1.4.0, once installed, the version number is 1.4.0, and the reported error stays Undefined index: arc_meta_section_tab
(just the reported line number is different now).
Last edited by uli (2015-12-02 17:39:21)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#43 2015-12-02 17:36:17
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: arc_meta - Improve Your SEO
Update: I just installed the plugin on a sandbox installation that’s not as worn with use as the previous one, and I get neither of the mentioned errors. That’s some hope for the final installation out in the wild.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: arc_meta - Improve Your SEO
uli wrote #296929:
The oddity with the current version that made me try some things out: In the encoded file (that saves as v1.4.1) it states to be v1.4.0, once installed, the version number is 1.4.0, and the reported error stays
Undefined index: arc_meta_section_tab
(just the reported line number is different now).
Oops, the wrong file got uploaded to my website. I’ve re-uploaded so the correct file should now download. As previously mentioned the bug was only a warning message that appeared immediately after installation and had no effect on the workings of the plugin.
Thanks for pointing out the mistake with the file.
Offline
#45 2015-12-03 00:10:13
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: arc_meta - Improve Your SEO
Thanks for the fast fix, Andy!
Can you see the reason why, on Edit Section Meta Data, the first two <p>
s in are output empty, without a class name and separated from their intended content (the spans), whereas the remaining two <p>
s come out properly? I wanted to quickly hide title and robot elements but don’t even succeed in doing it now with nth-child, I assume because of the broken code.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: arc_meta - Improve Your SEO
uli wrote #296933:
Thanks for the fast fix, Andy!
Can you see the reason why, on Edit Section Meta Data, the first two
<p>
s in are output empty, without a class name and separated from their intended content (the spans), whereas the remaining two<p>
s come out properly? I wanted to quickly hide title and robot elements but don’t even succeed in doing it now with nth-child, I assume because of the broken code.
Is this on the ‘Section Meta Data’ tab the plugin creates?
I’m having a few issues with my MacBook since updating to El Capitan the other night, so will take a look when I’ve got that sorted.
Offline
#47 2015-12-03 19:44:15
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: arc_meta - Improve Your SEO
monkeyninja wrote #296946:
Is this on the ‘Section Meta Data’ tab the plugin creates?
Yes, exactly, after clicking one of the “Edit” links.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: arc_meta - Improve Your SEO
I’ve fixed the bug Uli reported about the section meta data tag as of v1.4.2.
Offline