All Questions

1
answer

ajax apache 503 after 60 seconds

When making an ajax request from javascript to my server, always after 60 seconds it returns http 503 code. The other strange thing is that the script on the server finishes satisfactorily because later I check and do everything I had to do, but...
asked on 09.08.2017 / 15:09
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 on 17.09.2017 / 02:55
3
answers

How can I convert the URL of a base64 image (IONIC 2)

this.camera.getPicture({ sourceType: this.camera.PictureSourceType.PHOTOLIBRARY, destinationType: this.camera.DestinationType.FILE_URI, quality: 100, encodingType: this.camera.EncodingType.PNG, }).then(imageData => { console.log('EST...
asked on 10.08.2017 / 17:13
1
answer

How do I set a different route helpers public_html () from laravel in laravel 5.1?

Good guys, the problem is this, I try to save an image file in the public folder of a hosting, which I modified, but it does not save the image where I need it, what I have done is the following: In the hosting I have the public folder called...
asked on 12.08.2017 / 16:01
1
answer

Go through 2 positions per iteration FOR

Good, our first for runs 16 positions in this case and we want that both padre as punto have the same value for each 2 positions (That is, for i=0 and i=1 the same value, for i=2 and i=3 other ....)....
asked on 15.08.2017 / 18:52
1
answer

Problem using sync_type from cassandra-python-driver

I'm using userType but I get this error Traceback (most recent call last): File "cassandra-test.py", line 70, in <module> sync_type(Image) TypeError: sync_type() missing 1 required positional argument: 'type_model' The code...
asked on 31.07.2017 / 15:04
1
answer

Error when exporting a lot of data from the cmd in C

Help, I am trying to export this code from C to a txt redirecting the output when executing it from the cmd, but it hangs up I think because they are too much data (50,000): s what should I do? including variables char *nombre_alumno[] char *...
asked on 28.08.2017 / 16:05
1
answer

Compatibility between different .net frameworks on the same server

I made my first ASP application, the server that they provide to host my application has many applications running, but those existing applications were made with framework 3.5 and my application needs framework 4.5.2. If I install framework...
asked on 17.08.2017 / 20:00
1
answer

Problem with signature on Google Play

Some time ago I uploaded an app to Google Play, which Google ended up suspending me. Now we want to upload the application to Google Play again, but we have several problems. The first thing is that we do not have the source code of the ap...
asked on 04.08.2017 / 13:25
1
answer

Permissions for calls XMLHttpRequest using the Uploadifive plugin

How about friends I have a problem using the Uploadifive plugin, to upload multiple images to my server, this plugin uses the XMLHttpRequest service. I have a .htaccess file that blocks the access to the directories and files, but I added the pe...
asked on 06.02.2018 / 21:40