Wordpress 3.3.1 update broke the plugin

More
12 years 5 months ago #127 by innovanity
I confirm in 3.3.1 you can't go further the second step in composing.
It seems a javascript bug.
Hope it's fixed soon ;)

Greetings from Spain

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #139 by AlexMark66
thanks you very much

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #146 by chaiyuttochai
Can any one fixed this issue?
To support wordpress version 3.5 ++
I really want this plugin into my work.
If anyone can fixed this for me i will give you
150$ as a reward......

please contact me on chaiyuttochai@gmail.com

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #154 by Pete
Please upgrade to version 1.6, which is compatible up to Wordpress 3.7.1. This will solve all the problems you were experiencing.

Kind regards,
Pete

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #159 by chaiyuttochai
After i had try to activate your Plugin. Its appears this error

Warning: require_once(/Library/Server/Web/Data/Sites/test/MailChimp/wp-content/plugins/chimpexpress/class-MCAPI.php): failed to open stream: No such file or directory in /Library/Server/Web/Data/Sites/test/MailChimp/wp-content/plugins/chimpexpress 2/chimpexpress.php on line 55 Fatal error: require_once(): Failed opening required '/Library/Server/Web/Data/Sites/test/MailChimp/wp-content/plugins/chimpexpress/class-MCAPI.php' (include_path='.:') in /Library/Server/Web/Data/Sites/test/MailChimp/wp-content/plugins/chimpexpress 2/chimpexpress.php on line 55

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #160 by chaiyuttochai
I think i found bug on file chimpexpress.php
on line55
require_once( WP_PLUGIN_DIR . DS . 'chimpexpress' . DS . 'class-MCAPI.php' );
must be this
require_once( WP_PLUGIN_DIR . DS . 'chimpexpress 2' . DS . 'class-MCAPI.php' );

and on line 78
require_once( WP_PLUGIN_DIR . DS . 'chimpexpress' . DS . 'class-JG_Cache.php' );
must be
require_once( WP_PLUGIN_DIR . DS . 'chimpexpress 2' . DS . 'class-JG_Cache.php' );


Then your plugin will enable to activates

Thx u for your upgrade this plugin
i love in its

Please Log in or Create an account to join the conversation.

Time to create page: 0.180 seconds