Questions tagged as 'get'

0
answers

Can not read property 'get_file' of undefined

As I can solve this error, my code is: odoo.define('backup_all', function (require) { "use strict"; var core = require('web.core'); var Widget = require('web.Widget'); var framework = require('web.framework'); var web_settings_dashboard = re...
asked by 19.10.2018 / 05:23
1
answer

What to return in a login when the user does not exist or exists but the password is wrong ?, using Retrofit

Good morning everyone. I am facing the following situation: I am making a login using Retrofit for the requests, these return the user's data when it is successfully logged in with a json. The validation is done by php, the problem aris...
asked by 07.10.2018 / 03:30
0
answers

PHP- Trying to get property of non-object

I'm trying to do a query on mysql in php, but I get an error on line 131, which is: $num = $res->num_rows; The error is:    Trying to get property of non-object. I know that the error comes from the query but I can not find it. Co...
asked by 18.09.2018 / 12:02
0
answers

Cache GET and POST requests in a log file. log4j.xml

I am trying to collect the GET and POST requests from my application. I have been told that it is possible to do it in the simple log4j, but I can not find the filter that captures these requests. Do you know if it is possible? Thank you, bes...
asked by 14.09.2018 / 13:39
0
answers

Problem to pass values by URL (GET) in PHP

I try to do the following: From a query, I create a table, to which at an option, I am adding a link to print a pdf, $indices .= '<tr> <td>' .$row[id_presupuesto]. '</td> <td>'...
asked by 05.09.2018 / 20:01
0
answers

API - several records from a database with postman

I try to query a database using EJB using eclipse oxygen. At the time of making the request, GET , in postman, always brings me a record. When I consult SQL, it shows me the 3 existing records. Do you need to make a pre-request scr...
asked by 20.08.2018 / 17:13
0
answers

Friendly URL problem with Htacess and php

I have a web page where I am implementing a blog in PHP, but before continuing, I would like to leave the subject of URLs FRIENDS for the blog, I do not want the link to be news.php? id = x I would like to get the structure of news / title...
asked by 09.06.2018 / 13:11
0
answers

how to capture text within a python tkinter function?

I am working on a program to close the basic programming course of the university. The purpose of the program is to make the return of lost electronic objects within the U easier and safer. I am working in python and I am new to the graphic inte...
asked by 17.05.2018 / 03:58
0
answers

Make HTTP Request by Get in IONIC, to api de laravel sending token

Someone that please collaborate with me in how to make a request for GET, passing values by headers since I must send the authentication token. I try but I get the following error ERROR Error: "Uncaught (in promise): Error: StaticInjectorE...
asked by 08.05.2018 / 03:22
1
answer

PHP, when relogging resends the data

I have a PHP form that passes the data by POST method to the same page (since the action is the default). When a user enters a data incorrectly, for example, his password, this is registered in the database, the problem is when he refresh the...
asked by 07.05.2018 / 23:44