Support

Account

Home Forums Bug Reports Strict Standards error on file upload Reply To: Strict Standards error on file upload

  • Hi there,

    I might have a related issue. Upon activation of the latest Options add-on (with ACF v4.3.5 & WordPress v3.8.1) I get the same error:

    Strict Standards: Only variables should be passed by reference in /Users/bramwillemse/Dropbox/Sites/gsc/wp-content/plugins/acf-options-page/acf-remote-update.php on line 27

    Next to that I’m not able to register a page with this code in functions.php:

    if( function_exists('acf_add_options_sub_page') )
    {
        acf_add_options_sub_page(array(
            'title' => 'Contact',
            'parent' => 'options-general.php',
            'capability' => 'manage_options'
        ));
    }

    Also other options page functions do not have any effect. And this happens when trying to add a group to the options page:
    https://www.dropbox.com/s/i4zdz32rl9v5uk1/Screenshot%202014-04-03%2014.34.31.png

    Any help would be much appreciated!