adamra4
Forum Replies Created
-
Forum: Plugins
In reply to: [WP MtG-Helper] [Plugin: WP MtG-Helper] 3.3 and Editor ButtonsDid you find out how to get the buttons back?
Forum: Plugins
In reply to: [WP MtG-Helper] [Plugin: WP MtG-Helper] Plugin will not ActivateLooks like “mtg_helper_parser.php” did the same thing as above (all code on 1 line). Applied the same fix as above and all seems to be working.
Forum: Plugins
In reply to: [WP MtG-Helper] [Plugin: WP MtG-Helper] Plugin will not ActivateNow I am getting this on every page:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘mtgh_list’ was given in /home/ajm/public_html/wp-includes/plugin.php on line 170
Any suggestions?
Forum: Plugins
In reply to: [WP MtG-Helper] [Plugin: WP MtG-Helper] Plugin will not ActivateAfter searching high and low…I figured it out on my own. It seems that the file “mtg_helper_options.php” is all on 1 line from the download (or gets that way after I extract it. No other file gets like that). I opened it in Dreamweaver and it shows normal (multi-lines). So I edited the file from CuteFTP and copied the code from Dreamweaver over so it looks correct on the FTP side and IT WORKS. I am running WP v3.3.1 and MTG Helper v1.2.5. Also running PHP5 (tested with a phpinfo page) with no need to edit anything else (like .htaccess). Hope this helps someone.