Questions tagged as 'php7'

0
answers

USER ACCESS CONTROL

Friends I try to make a user access control, I used to have it in PHP5 and it worked fine, but I had a hard time trying to update it to PHP 7 , it has given me a lot of headaches and I would like to see if any of You with more exper...
asked by 24.05.2018 / 21:27
0
answers

A non-numeric value error php7

I have this error in php7 exactly on line 47, I have searched a lot in several sources but until now I do not know how to fix it. Attachment fragment of code:     
asked by 22.05.2018 / 17:20
0
answers

add the module sqlsrv and pdo_sqlsrv php to fedora 28 server

I have a problem I can not add the modules sqlsrv and pdo_sqlsrv to pair them with php7 to the fedora system 28. the modules are not vizialized in phpinfo () despite q added to the php.ini (extension = pdo_sqlsrv.so and extension = sqlrsv.so)...
asked by 09.05.2018 / 23:06
0
answers

What can it be? Warning: mail (): could not connect to the mail server on port 25 "localhost",)

   Warning: mail (): could not connect to the mail server on port 25 "localhost", check your settings "SMTP" and "smtp_port" in php.ini or use ini_set () $cabecera="From: TickenSystem Venezuela<[email protected]>"; $mens...
asked by 06.05.2018 / 20:52
2
answers

Problem with accents and special characters when using the get method

I am working on an API Rest with Symfony 2.8. I have been given the following case: when they make a request to the URL /search , this usually comes: http://{servidor.com}/search/libros?q=vacaciones&language=es the request is hand...
asked by 11.04.2018 / 17:00
1
answer

Error updating the php5 to php7 script

Sorry for the inconvenience my dear and wise programmers well I have a small error when updating my scripts from php 5 to php 7. I was updating a small visitor counter and it gives me a lot of errors in some lines to see if you can help me th...
asked by 26.02.2018 / 02:19
0
answers

Load text file to mysql from form, using sql script and php

I'm trying to do the text file upload using sql script, try: Do not take into account the first row that corresponds to the headers. The table where it will be inserted has a defined id id field, the file does not contain that field, so I...
asked by 01.03.2018 / 20:09
1
answer

How can I give limited time to events in a Mysql and PHP table?

Good afternoon everyone apologize for my little annoyance. I have a little doubt, I'm trying to give time to each event that enters the db Event table in the duration column, what I want to do is count down to "0" and then delete all the row...
asked by 16.02.2018 / 21:36
1
answer

View Not Found laravel 5.5

I am using an Apache / 2.4.25 host service (Debian) and when I enter the admin view, I am throwing this. The requested URL / admin / boton_panico was not found on this server. in web.php I have this way Route::get('admin', "PaginasControlle...
asked by 26.01.2018 / 12:01
0
answers

how to avoid duplicate email registration PHP 7 - MYSQL-PDO

First of all good day my dear ones, well I have a small problem when developing a registration system since I am using VMC with PHP7 , MYSQL .htaccess and PDO. The problem is that I can not avoid the duplicates of email...
asked by 29.01.2018 / 18:13