All Questions

1
answer

Mysql forces me to fill in fields not null suddenly [mysql mode strict]

PHP PDO or MYSQL is forcing me, from one day to the next, to save fields not null of a table, before, if it was an integer, mysql automatically put a 0 . Let me explain. I have this table: clients id int auto incremental not...
asked on 25.04.2018 / 13:58
1
answer

error: src refspec development does not match any when doing a push

When I try to push the development branch of my repository I get the error    error: src refspec development does not match any. This is what I have done: 1 - cloned the repository git clone [email protected]:solay-Apache/koica-inscript...
asked on 30.03.2018 / 20:53
1
answer

Mysql and php dates

I need to bring some data from a person table, especially the birth field, but I need at birth to only show me the year and I can not do it, it throws me empty. How else can the problem be solved? Note: Placing only the query to test it on...
asked on 04.04.2018 / 18:31
2
answers

How to use serialize in a form with File type input?

I have a form in html to register a product for it use ajax, when I make a serialize to the form I get all the fields of the same except for the field of type file that with FormData (), I can get this field but I like to know there is a way wit...
asked on 30.03.2018 / 10:30
1
answer

Permissions error when wanting to upload documents in django using apache in redhat

When wanting to publish my website on a redhat server with apache, I can not write data on the bd, I followed this tutorial: link I already tried giving it permissions with chmod 755 db.sqlite3, I also tried as owner of the directory and...
asked on 08.04.2018 / 10:59
2
answers

I can not get the actual path of the SD on my android device in Xamarin.forms

I am developing an App in Xamarin.forms in which I must generate a PDF inside the SD card of the device. The problem I have is that every time I try to access the SD it always returns the same result:    /storage/emulated/0/HolaMundo.pdf...
asked on 03.04.2018 / 15:02
1
answer

how to wait for 2 AJAX requests to finish before processing with the answer of 2? Without JQuery

I am doing several tests to get together the information of two different AJAX (Without JQuery) requests (therefore with their different times etc ...) but I can not "get" the information of the function that processes the AJAX response. I gi...
asked on 01.04.2018 / 10:03
2
answers

Transparent color change effect of a Toolbar

I've been trying to get the effect of changing the color of a toolbar as it moves, initially I have it in transparent and as soon as it starts to move down it changes color little by little until it reaches its established color. It would be muc...
asked on 12.06.2016 / 14:30
1
answer

Error "no such table: tablename (code 1):, while compiling: Query", code: 0

I am trying to consult information that I insert in a table, which I created previously. The error is as follows: Object {message: "no such table: HorarioP (code 1): , while compiling: SELECT * FROM HorarioP", code: 0} The code where I cons...
asked on 16.05.2016 / 03:33
1
answer

Operate a required? HTML5

guys! I'll be brief, I'm doing a basic form in HTML of the type "Register here", some input I throw them with attribute 'required', but when I try it they do not work for me. I leave an example. <!DOCTYPE html> <html lang="en"> <...
asked on 24.03.2018 / 00:49