Title: Errors on all shortcodes
Last modified: August 31, 2016

---

# Errors on all shortcodes

 *  [Abracarambar](https://wordpress.org/support/users/abracarambar/)
 * (@abracarambar)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/errors-on-all-shortcodes/)
 * Hello,
 * For a couple of days all shortcodes [swpm_…] return this error
    Notice: Undefined
   offset: 0 in /home/afipe/public_html/wp-includes/taxonomy.php on line … I have
   différent numbers for each shortcode.
 * I upgraded wordpress to the last version, uninstalled and reinstalled the plug-
   in, and upgraded the theme (evolve) but nothing changed.
 * Hae you any help for me ?
    Thanks
 * [https://wordpress.org/plugins/simple-membership/](https://wordpress.org/plugins/simple-membership/)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/errors-on-all-shortcodes/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/errors-on-all-shortcodes/page/2/?output_format=md)

 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/errors-on-all-shortcodes/#post-7184693)
 * Hi, you might want to check your taxonomy settings in your WordPress admin panel.
   Sometimes if you click on the save button this issue is resolved.
 * Also check your .htaccess file to see if there are any entries.
 *  Thread Starter [Abracarambar](https://wordpress.org/support/users/abracarambar/)
 * (@abracarambar)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/errors-on-all-shortcodes/#post-7184709)
 * Thanks for your answer.
    I don’t know were I can check this settings. I searched
   everywhere.
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/errors-on-all-shortcodes/#post-7184731)
 * Hi, what I meant to say is that your permalink might not be working correctly.
   Go to **Settings -> Permalinks** and enable your settings there. Or click on 
   save button again. This sometimes fixes any issues that might arise from the 
   permalinks not working correctly.
 * Also the error above is not related to this plugin. This has to do with either
   your theme or another plugin causing this problem.
 *  Thread Starter [Abracarambar](https://wordpress.org/support/users/abracarambar/)
 * (@abracarambar)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/errors-on-all-shortcodes/#post-7184749)
 * Thx,
    I changed options in permalink and saved. This still doesn’t work. I have
   the evolve theme.
 * I may try with another theme.
 *  Thread Starter [Abracarambar](https://wordpress.org/support/users/abracarambar/)
 * (@abracarambar)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/errors-on-all-shortcodes/#post-7184750)
 * I changed the theme too,
    I activated only simple membership plug-in, I still
   have this errors.
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/errors-on-all-shortcodes/#post-7184753)
 * Can you share one of the shortcodes that is producing this error? Can you let
   me know if you updated anything in your website prior to this issue happening?
 *  Thread Starter [Abracarambar](https://wordpress.org/support/users/abracarambar/)
 * (@abracarambar)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/errors-on-all-shortcodes/#post-7184789)
 * [swpm_login_form] => Notice: Undefined offset: 0 in /home/**name**/public_html/
   wp-includes/taxonomy.php on line 2327
    That’s right, I changed domain from http://**
   name**.xxx.xx to [http://www](http://www).**name**.xx and the server too. But
   any modification about has been changed wp-config, BDD, links. Is there any parameter
   file in the simple membership plug-in I have to correct ?
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/errors-on-all-shortcodes/#post-7184791)
 * Can you check your .htaccess file? What do you see?
 *  Thread Starter [Abracarambar](https://wordpress.org/support/users/abracarambar/)
 * (@abracarambar)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/errors-on-all-shortcodes/#post-7184794)
 * # BEGIN s2Member GZIP exclusions
    <IfModule rewrite_module> RewriteEngine On 
   RewriteBase / RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ [
   OR] RewriteCond %{QUERY_STRING} (^|\?|&)no-gzip\=1 RewriteRule .* – [E=no-gzip:
   1] </IfModule> # END s2Member GZIP exclusions
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule
   ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L] </IfModule>
 * # END WordPress
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/errors-on-all-shortcodes/#post-7184801)
 * Hi, are you also running S2member plugin? If you are can you disable this plugin
   and carry out another test.
 *  Thread Starter [Abracarambar](https://wordpress.org/support/users/abracarambar/)
 * (@abracarambar)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/errors-on-all-shortcodes/#post-7184806)
 * S2member has been uninstalled a long time ago, before installing simple membership.
   
   But I deleted .htaccess entries about S2member and tried a new test…………….Nothing
   changed.
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/errors-on-all-shortcodes/#post-7184807)
 * Also make sure that you delete any cache left behind if you are using a cache
   plugin.
 * Try to reinstall the plugin again. See if that might fix your issue.
 *  Thread Starter [Abracarambar](https://wordpress.org/support/users/abracarambar/)
 * (@abracarambar)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/errors-on-all-shortcodes/#post-7184809)
 * Ok I don’t know why, I haven’t changed anything else than .htaccess, and I don’t
   have anything now :
    “Votre installation PHP ne dispose pas de MySQL. Extension
   requise pour WordPress.” I think I should cry.
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/errors-on-all-shortcodes/#post-7184813)
 * That is a different error altogether.
 *  Thread Starter [Abracarambar](https://wordpress.org/support/users/abracarambar/)
 * (@abracarambar)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/errors-on-all-shortcodes/#post-7184814)
 * The Last mistake disappeared, I don’t know why, I don’t know how.
    The first 
   haunted website. So I still have the shortcode error. [http://www.afipe.eu](http://www.afipe.eu)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/errors-on-all-shortcodes/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/errors-on-all-shortcodes/page/2/?output_format=md)

The topic ‘Errors on all shortcodes’ is closed to new replies.

 * ![](https://ps.w.org/simple-membership/assets/icon-128x128.png?rev=974529)
 * [Simple Membership](https://wordpress.org/plugins/simple-membership/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-membership/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-membership/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-membership/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-membership/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-membership/reviews/)

 * 16 replies
 * 2 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/errors-on-all-shortcodes/page/2/#post-7184815)
 * Status: not resolved