Title: hunk's Replies | WordPress.org

---

# hunk

  [  ](https://wordpress.org/support/users/hunk/)

 *   [Profile](https://wordpress.org/support/users/hunk/)
 *   [Topics Started](https://wordpress.org/support/users/hunk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hunk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hunk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hunk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hunk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hunk/favorites/)

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/hunk/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/hunk/replies/page/3/?output_format=md) …
[10](https://wordpress.org/support/users/hunk/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/hunk/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/hunk/replies/page/12/?output_format=md)
[→](https://wordpress.org/support/users/hunk/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Fields 2] Image Field Error – You do not have sufficient permissions to access this page.](https://wordpress.org/support/topic/image-field-error-you-do-not-have-sufficient-permissions-to-access-this-page/)
 *  Plugin Author [hunk](https://wordpress.org/support/users/hunk/)
 * (@hunk)
 * [10 years ago](https://wordpress.org/support/topic/image-field-error-you-do-not-have-sufficient-permissions-to-access-this-page/#post-7329840)
 * Which version you uses?
 * try for MF 2.x add .htaccess in MF plugin folder
 * <FilesMatch “^(mf_upload)\.php$”>
    <IfModule !mod_authz_core.c> Order allow,deny
   Allow from all </IfModule> <IfModule mod_authz_core.c> Require all granted </
   IfModule> </FilesMatch>
 * MF 1.x same path
 * <FilesMatch “(RCCWP_upload|RCCWP_GetDuplicate)\.php$”>
    <IfModule !mod_authz_core.
   c> Order allow,deny Allow from all </IfModule> <IfModule mod_authz_core.c> Require
   all granted </IfModule> </FilesMatch>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Fields 2] WordPress 4.5 Issues?](https://wordpress.org/support/topic/wordpress-45-issues/)
 *  Plugin Author [hunk](https://wordpress.org/support/users/hunk/)
 * (@hunk)
 * [10 years ago](https://wordpress.org/support/topic/wordpress-45-issues/#post-7279156)
 * this happen in all post type or with someone specific field?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Fields 2] file upload "no editor could be chosen"](https://wordpress.org/support/topic/file-upload-no-editor-could-be-chosen/)
 *  Plugin Author [hunk](https://wordpress.org/support/users/hunk/)
 * (@hunk)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/file-upload-no-editor-could-be-chosen/#post-6920695)
 * this was a detail with htaccess. we resolve this detail with this:
 * <FilesMatch “^(mf_upload)\.php$”>
    <IfModule !mod_authz_core.c> Order allow,deny
   Allow from all </IfModule> <IfModule mod_authz_core.c> Require all granted </
   IfModule> </FilesMatch>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Fields 2] Get url of related type content](https://wordpress.org/support/topic/get-url-of-related-type-content/)
 *  Plugin Author [hunk](https://wordpress.org/support/users/hunk/)
 * (@hunk)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/get-url-of-related-type-content/#post-7181793)
 * Hi, uses this code for show the permalink:
 * <?php echo get_permalink(get(‘relation’)); ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Fields 2] file upload "no editor could be chosen"](https://wordpress.org/support/topic/file-upload-no-editor-could-be-chosen/)
 *  Plugin Author [hunk](https://wordpress.org/support/users/hunk/)
 * (@hunk)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/file-upload-no-editor-could-be-chosen/#post-6920691)
 * hi polroti, do you have some error in javascript console?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Fields 2] Fatal error: aux_image()](https://wordpress.org/support/topic/fatal-error-aux_image/)
 *  Plugin Author [hunk](https://wordpress.org/support/users/hunk/)
 * (@hunk)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-aux_image/#post-6911405)
 * Hi tower2204, both, i send all change to WP system in Jan 18.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Fields 2] Fatal error: aux_image()](https://wordpress.org/support/topic/fatal-error-aux_image/)
 *  Plugin Author [hunk](https://wordpress.org/support/users/hunk/)
 * (@hunk)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-aux_image/#post-6911375)
 * Sorry for that. i send the fix to github, if you can test and tell me if work
   fine i really appreciate [https://github.com/magic-fields-team/Magic-Fields-2](https://github.com/magic-fields-team/Magic-Fields-2)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Fields 2] get_image broken](https://wordpress.org/support/topic/get_image-broken/)
 *  Plugin Author [hunk](https://wordpress.org/support/users/hunk/)
 * (@hunk)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/get_image-broken/#post-6911374)
 * Sorry for that. i send the fix to github, if you can test and tell me if work
   fine i really appreciate [https://github.com/magic-fields-team/Magic-Fields-2](https://github.com/magic-fields-team/Magic-Fields-2)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Fields 2] file upload "no editor could be chosen"](https://wordpress.org/support/topic/file-upload-no-editor-could-be-chosen/)
 *  Plugin Author [hunk](https://wordpress.org/support/users/hunk/)
 * (@hunk)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/file-upload-no-editor-could-be-chosen/#post-6920597)
 * Sorry for that. i send the fix to github, if you can test and tell me if work
   fine i really appreciate [https://github.com/magic-fields-team/Magic-Fields-2](https://github.com/magic-fields-team/Magic-Fields-2)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Fields 2] Textbox's are evaluating max length even tho its not checked](https://wordpress.org/support/topic/textboxs-are-evaluating-max-length-even-tho-its-not-checked/)
 *  Plugin Author [hunk](https://wordpress.org/support/users/hunk/)
 * (@hunk)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/textboxs-are-evaluating-max-length-even-tho-its-not-checked/#post-6607989)
 * all these change is in the new version 2.3.2.2
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Fields] WP pages panel missing after recent update](https://wordpress.org/support/topic/wp-pages-panel-missing-after-recent-update/)
 *  Plugin Author [hunk](https://wordpress.org/support/users/hunk/)
 * (@hunk)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/wp-pages-panel-missing-after-recent-update/#post-6748156)
 * Hi, which type of Write Panel have the problem? or is in both.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Fields 2] Textbox's are evaluating max length even tho its not checked](https://wordpress.org/support/topic/textboxs-are-evaluating-max-length-even-tho-its-not-checked/)
 *  Plugin Author [hunk](https://wordpress.org/support/users/hunk/)
 * (@hunk)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/textboxs-are-evaluating-max-length-even-tho-its-not-checked/#post-6607978)
 * yes, you can download the version with the fix here [https://github.com/magic-fields-team/Magic-Fields-2](https://github.com/magic-fields-team/Magic-Fields-2)
 * if work fine please tell me for send this version to WP repository
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Fields] Errors in magic fields](https://wordpress.org/support/topic/errors-in-magic-fields/)
 *  Plugin Author [hunk](https://wordpress.org/support/users/hunk/)
 * (@hunk)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/errors-in-magic-fields/#post-6739338)
 * Do you use the last version of MF2.x? try the save again de post type.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Fields 2] Backend functions for add, update and delete metas](https://wordpress.org/support/topic/backend-functions-for-add-update-and-delete-metas/)
 *  Plugin Author [hunk](https://wordpress.org/support/users/hunk/)
 * (@hunk)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/backend-functions-for-add-update-and-delete-metas/#post-6690335)
 * which type functions? some who add/update/delete to MF tables value-relationships?
   some like this:
 * add_to_mf(post_type,field_name,value, group_index*,field_index*)
 * save all FM relationships, save the value in post_meta of WP.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Fields 2] Textbox's are evaluating max length even tho its not checked](https://wordpress.org/support/topic/textboxs-are-evaluating-max-length-even-tho-its-not-checked/)
 *  Plugin Author [hunk](https://wordpress.org/support/users/hunk/)
 * (@hunk)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/textboxs-are-evaluating-max-length-even-tho-its-not-checked/#post-6607964)
 * [hunk@magicfields.org](https://wordpress.org/support/users/hunk/replies/hunk@magicfields.org?output_format=md)

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

1 [2](https://wordpress.org/support/users/hunk/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/hunk/replies/page/3/?output_format=md) …
[10](https://wordpress.org/support/users/hunk/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/hunk/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/hunk/replies/page/12/?output_format=md)
[→](https://wordpress.org/support/users/hunk/replies/page/2/?output_format=md)