• Resolved volghan

    (@volghan)


    I get this error on all pages. Has anyone found a solution?

    <h1>ArgumentCountError thrown</h1>
    <p>23 arguments are required, 1 given</p>

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @volghan,

    We are sorry to hear of the problem but to our knowledge – none of our methods has that many parameters. We hope that you wouldn’t mind enabling WP Debug to see if it will give you more details on the issue.

    We aren’t sure that this issue comes from NextGen Gallery plugin to be honest so perhaps also try temporarily deactivating the plugin to see if the issue persists or not.

    • This reply was modified 2 years, 12 months ago by Imagely.
    • This reply was modified 2 years, 12 months ago by Imagely.
    Benjamin

    (@benjaminowens)

    Hi @volghan

    To add to that, the NGG_DEBUG constant may also be useful to determining what went wrong; just add the following to your wp-config.php:

    define('WP_DEBUG', TRUE);
    define('WP_DEBUG_DISPLAY', TRUE);
    define('NGG_DEBUG', TRUE);
    Thread Starter volghan

    (@volghan)

    There was an overlap between my template code and this module, which was resolved with your help and finding the error code.

    @benjaminowens Thanks for the tips

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ArgumentCountError thrown’ is closed to new replies.