Questions tagged as 'undefined'

1
answer

NameError: is not defined in python3

I have a simple problem, when I execute this function it returns an error:    Traceback (most recent call last):     file.py3 on line?, in getUserOutputs       userOutput = _runwwmdh (testInputs [i])     file.py3 on line 15, in _runwwmdh     ...
asked by 15.08.2018 / 01:42
0
answers

Passing data via HTML post JAVASCRIPT

Hello, I'm doing a college work, an academic control, and when trying to remove a tuple from the database passing the "id" of the tuple via post form, the value arrives either empty or undefined. Here is the code: <tbody> <...
asked by 14.06.2018 / 05:55
0
answers

open62541: 'NO_ERROR' undeclared - OPC server - C

I am trying to create an OPC server via open62541 following the example of this link, page 15: link When trying to compile with: gcc -std=c99 open62541.c myServer.c -lws2_32 -o myServer.exe I get the following error messages: open625...
asked by 18.04.2018 / 23:16
1
answer

Can not call method "getFirstName" on an undefined value at ConsManagement.pl

Good afternoon. I recently started learning Perl. I was practicing with a simple object-oriented program. This is my class package Consultant; sub new { my $class = shift; my $self = { _firstName => shift, _last...
asked by 14.11.2017 / 16:30
1
answer

Problem using cakephp 2.6 - Undefined index

Good morning friends, I'm learning cake programming a short time ago and I'm having some difficulties. Follow the models and controllers. Recibo.php (Model) class Recibo extends AppModel{ public $name = 'Recibo'; public $belongsTo...
asked by 29.04.2016 / 15:51
1
answer

jquery src returning "undefined" in WordPress

I have a function to create extra fields in the profile editor of a site's users in WordPress. A part of it creates two image upload fields (media uploader with thickbox), and a jQuery snippet to populate a text input with the URL of the image,...
asked by 19.02.2015 / 00:28
1
answer

undefined index array pdo

I'm trying to get the id of a user that logged in and saved it in the session, but it's not working, I make a query in the database at the time of logging and I transform the result into an array to get the id and store it in the session , but t...
asked by 14.07.2016 / 01:21
3
answers

Help me with the error "Undefined index: referrer in" PHP [duplicate]

I have the following error:    Notice: Undefined index: referrer in   C: \ xampp \ htdocs \ brpg \ register_content.php on line 71 The file register_content.php is: <link href="css/login-form.css" type="text/css" rel="styles...
asked by 04.01.2017 / 08:28