Questions tagged as 'undefined'

1
answer

"edo" is not defined

Good morning, I present my problem. I happen to see this error at the time of starting:    Notice: Undefined index: edo in C: \ xampp \ htdocs \ sendMail.php on line 10. And I do not know why it is, nor how to solve it I would appreciate...
asked by 17.09.2017 / 04:55
1
answer

Error Undefined index when trying to upload image in php

Greetings! I'm trying to upload an image from any pc directory, I've never tried this because I'm very lost, I hope you can help me! Thanks in advance. I'm going to skip code because there are several files. I have the form in "addProduct.php",...
asked by 14.12.2017 / 23:18
0
answers

PHP Fatal error: Uncaught Error: Call to undefined method CouncilsFormular :: data ()

I would like to know what could be, it happens that maybe I have about 3 or 4 forms made in the same way, with the "data" method always declared in the same way $data = $this->data(); but just in this form it does not work and it throw...
asked by 29.08.2018 / 21:54
2
answers

Notice: Undefined offset: 0 in C: \ xampp \ htdocs \ www \ SERVICESUNARP \ index.php on line 57

I have this arrangement that comes as a response from a webservice var_dump=$miarreglo; result: array(1) { ["respuestaTitularidad"]=> array(4) { [0]=> array(10) { ["registro"]=> string(30) "REGISTRO DE PROPIEDAD INMUEB...
asked by 15.11.2017 / 22:48
1
answer

Distinguish the "undefined" value of typeof from a non-existent variable of a defined one with the value undefined

Let's take an example: var a; //hereda el valor undefined automaticamente var b = undefined; //se le asigna el mismo valor pero manualmente //Si accedemos a los tipos console.log(typeof a); //"undefined" console.log(typeo...
asked by 26.11.2017 / 10:24
1
answer

PHP - Notice: Undefined index Select Form

I'm trying to do a simple PHP processing and I get the following error: Notice: Undefined index: payment1 in C: \ xampp \ htdocs \ actividadangel2 \ activity.php on line 38 Notice: Undefined index: payment1 in C: \ xampp \ htdocs \ activid...
asked by 06.11.2018 / 00:54
0
answers

Error Notice: Undefined index:

Greetings, I'm running a login and I try to show on the screen what I put in my fields, but it throws me the following error. Notice: Undefined index: password in C: \ xampp \ htdocs \ projects \ maquila \ library \ help \ class.inputfilter....
asked by 23.10.2018 / 18:06
0
answers

Constants defined in PHP error Use of undefined constant

I have a file in the main folder of the project called core.php where I have defined some constants with direct addresses to project folders: define( "APP_DIR", "app/"); define( "CSS_DIR", "app/css/"); define( "JS_DIR", "app/js/"); define( "IM...
asked by 01.07.2018 / 07:10
1
answer

Jquery undefined

I'm using VS 2013 to create a detail master view, for now when I click on the list with Jquery I should get the Id from the record, but I get undefined @model IEnumerable<MasterDetailsMVC4.Models.Orders> @{ ViewBag.Title = "Home Pag...
asked by 26.06.2018 / 02:47
0
answers

Ajax in Visual Studio 2013 undefined

use VS 2013, I have a table that should show the data of a form, but it shows undefined HomeController [HttpPost] public ActionResult AddUser(string UserName, string Email, string Password) { var user = new UserModel();...
asked by 23.06.2018 / 22:12