Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Jacob,

    I haven’t seen any other reports of this to date – could you confirm which version of the Fotomoto plugin you’re using?

    Please feel free to email us directly with any supporting information.

    Thanks and kind regards,
    Derek

    Thread Starter Jacob N. Breetvelt

    (@opajaap)

    Fotomoto plugin 1.1.6 on wp 3.9

    On activation:

    Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /mnt/webc/d3/15/51893315/htdocs/opajaap/beta/wp-includes/functions.php on line 3193

    This is because the fotomoto plugin still uses userlevels instead of roles and capabilities.

    In fotomoto.php it reads:

    function admin_menu_fotomoto() {
    $page = add_options_page(‘Fotomoto’, ‘Fotomoto’, 8, ‘fotomoto’, ‘options_page_fotomoto’);
    add_action(“admin_print_styles-$page”, ‘fotomoto_stylesheet’, 1);
    add_action(“admin_print_scripts-$page”, ‘fotomoto_headscripts’);
    }

    The 8 in add_options_page should be ‘administrator’

    In Settings -> Fotomoto:

    Notice: Undefined index: act in /mnt/webc/d3/15/51893315/htdocs/opajaap/beta/wp-content/plugins/fotomoto/fotomoto.php on line 129
    Notice: Undefined index: act in /mnt/webc/d3/15/51893315/htdocs/opajaap/beta/wp-content/plugins/fotomoto/fotomoto.php on line 149
    Notice: Undefined index: act in /mnt/webc/d3/15/51893315/htdocs/opajaap/beta/wp-content/plugins/fotomoto/fotomoto.php on line 157
    Notice: Undefined index: act in /mnt/webc/d3/15/51893315/htdocs/opajaap/beta/wp-content/plugins/fotomoto/fotomoto.php on line 167
    Notice: Undefined index: act in /mnt/webc/d3/15/51893315/htdocs/opajaap/beta/wp-content/plugins/fotomoto/fotomoto.php on line 172
    Notice: Undefined index: act in /mnt/webc/d3/15/51893315/htdocs/opajaap/beta/wp-content/plugins/fotomoto/fotomoto.php on line 177
    Notice: Undefined index: act in /mnt/webc/d3/15/51893315/htdocs/opajaap/beta/wp-content/plugins/fotomoto/fotomoto.php on line 186
    Notice: Undefined index: act in /mnt/webc/d3/15/51893315/htdocs/opajaap/beta/wp-content/plugins/fotomoto/fotomoto.php on line 195

    Notice: Undefined variable: message in /mnt/webc/d3/15/51893315/htdocs/opajaap/beta/wp-content/plugins/fotomoto/options.php on line 4

    On the page source when a fotomoto site key is entered and the Use api box is ticked:

    <script type="text/javascript" src="
    Notice: Undefined variable: ext in /mnt/webc/d3/15/51893315/htdocs/opajaap/beta/wp-content/plugins/fotomoto/fotomoto.php on line 382
    http://widget.fotomoto.com/stores/script/be53373cd51248dad2c101b4dbbc8cec228491c2.js?api=true"></script>

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

The topic ‘Unrunnable in debug mode’ is closed to new replies.