• Everything is working fine except when I go to use the WP media uploader on any page/post, etc. I get the following error:

    AGCA – ADMIN ERROR: TypeError / ‘null’ is not an object (evaluating ‘alltext.replace’)

    When I press ‘ok’ in the error window everything continues to work fine. Any idea how to fix this?

    http://wordpress.org/extend/plugins/ag-custom-admin/

Viewing 2 replies - 1 through 2 (of 2 total)
  • It seems that this problem is related to specific WP version, and AG Custom Admin version. Could you provide this info for testing?

    Here is a quick fix:
    – open plugin.php and find the line that start with:
    “alltext = alltext.replace(“
    (without quotes)

    – add // on line beggining to comment this line (or delete this line)

    You should not receive this error anymore, but option for changing Howdy text would not work.

    Regards,
    Argonius

    Thread Starter Don Elliott

    (@donisflying)

    Argonius,

    Thank you that worked!

    As for our current WP environment:

    • WordPress: 3.2.1 with Multiuser enabled
    • AG Custom Admin: 1.2.5
    • Fluency Admin: 3.2
    • Admin Menu Editor: 1.1.5

    I included two other plugins we are using that have some cross over with AG. I realize it’s not ideal to have 3 plugins working to achieve a similar effect, but we have a specific need that I can only seem to accomplish with all 3 at once. However, I have a feeling this particular issue may have been an issue with the MU setup.

    I hope that helps! Thank you very much for the response.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: AG Custom Admin] Broken Media Upload’ is closed to new replies.