Viewing 12 replies - 1 through 12 (of 12 total)
  • We are having the same error also looks like the line is a duplicate of the one below.

    Same error for me, should I correct the line or wait for update ? thanks

    Same error since last update.
    Moreover, at line 272, import of global $menu and $submenu is not necessary.

    • This reply was modified 11 months, 3 weeks ago by madone.

    I am seeing this line 285 error too.

    Plugin Author Frank Bueltge

    (@bueltge)

    I mean there is no error, it is a notice from php; right for you?
    Because you should not see php notices in a production environment. However, please reinstall the plugin with the last version and look again for this notice. Thanks for your patience.

    Frank… yes you are correct – it is a warning and not an error.

    But warnings often develop into issues, so thanks for the fix.

    • This reply was modified 11 months, 3 weeks ago by Antipole.

    Hello,

    I have Version 1.11.10 installed and auto-updates enabled and I still see the warnings

    Frank,

    I love this plugin and use it on a lot of sites and it appears you have already fixed the issue because deleting and reinstalling the same version of the plugin does works however this causes a lot of problems as all of our sites will lose their settings and each site will have to be done individually (even though we use the Import option). This will be a tremendous amount of work.

    I admit I am not a programmer nor do I know much about how plugins are created or updated but I think it it would have been better for everyone if you would just issue a updated version so we don’t lose our settings.

    For those who do not want to lose their settings the issue I found at line 285 is:

    wrong:
    $current_post_type = get_post_type($post->ID);

    right:
    $current_post_type = get_post_type( get_queried_object_id() );

    Again, I admit I may not know what I am talking about but without an updated version this is going to be a real pain for many of us.

    Thank you for all of the hard work you have put into this plugin. I don’t know what I would do without it.

    David

    • This reply was modified 11 months, 3 weeks ago by intowernet.

    Same issue..

    These are my warnings:

    Hope it helps ..

    Regards!

    Thread Starter martenw

    (@martenw)

    Frank repaired the warning, but did not change the version number, so no update will be done.

    Ah, sorry.. thank you (and Frank, of course).. will delete and reinstall it, then..

    A. Albrecht

    (@alexander-albrecht)

    Deleting it and reinstalling did not work for me. Same error since weeks. Got 80 site under my control. Kind of a bummer to change the plugin on all sites. Although I use a management solution for these sites.

    There should be a new version to solve the problem.

    • This reply was modified 10 months ago by A. Albrecht.
Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Error in new Adminimize’ is closed to new replies.