Questions tagged as 'wamp'

1
answer

Change the date model of the database Data AAA / MM / dd to dd / MM / AAA

Good I would like to know if it is possible to change the model of the dates from the same wampserver     
asked by 02.03.2018 / 00:57
1
answer

Access denied for keka @ localhost using password YES [Navicat & EasyPHP]

Good morning when I try a new MySQL connection in Navicat: It happens to me that: I am using EasyPHP 14.1: When instead of giving the connection a specific username and password, I leave it as it comes by default: user root, no...
asked by 20.08.2017 / 13:18
1
answer

Error phpMyAdmin - # 1156 - Got packets out of order.

I just installed WampServer and the services started correctly. When trying to enter localhost:88/phpmyadmin/ , I get the following problem. Notes: I switched to port 80 to 88 to avoid conflicts with other programs that occu...
asked by 20.11.2018 / 17:08
0
answers

I want to fill my vector but with more than one data that helps give me

I want to fill a vector with data by keyboard but with the condition that a single text box is the one that passes me the data and enters it into the vector, can you give me some idea and / or solution, there is no error I just want It stores mo...
asked by 09.11.2018 / 18:50
1
answer

Update the value of a column of a BBDD

My problem is that I have to update the TOTAL_IMPORT field in the Customers table with the sum of the delivery notes (that match the client code, from the Customers table, that the user puts in) that are found in the Lines table. The client code...
asked by 31.10.2018 / 13:34
0
answers

WampServer: Prevent links containing the name of the virtual host

Thank you for your attention. I am working on a web page with a local server through the Wamp package. The problem that occurs to me is that, in the links declared on the page, the name of the virtualhost always comes first. For example I declar...
asked by 05.11.2018 / 03:53
0
answers

enable php.ini errors

I do not understand why I can not see php debug errors on the screen. I'm in a local WAMP environment, which contains: apache 2.2.22 php 5.3.13 mysql 5.5 I'm going to the php.ini of php and I'm modifying the line: error_rep...
asked by 03.09.2018 / 02:41
0
answers

Wamp can not lift

Install WAMP in my local, when trying to start it only remains in orange. I was reviewing the apache and php error log and only in mysql I have a script: 180831 13:15:54 [Note] Plugin 'FEDERATED' is disabled. 180831 13:15:54 InnoDB: Th...
asked by 31.08.2018 / 18:29
0
answers

Problem when updating a record

When I want to update I get 3 tables that say    notice: undefined variable: user in c .... My code is as shown below: if(isset($_GET['cve_agregar'])){ $cve_agregar = $_GET['cve_agregar']; } if(isset($_GET['usuario'])){ $usuario...
asked by 19.07.2018 / 17:24
0
answers

page not found when opening my index.php with wamp

I'm trying to make an api in php however, when trying to access any endpoint the browser tells me:    The page you are looking for could not be found. Check the address bar   to ensure your URL is spelled correctly. If all else fails, you can...
asked by 12.07.2018 / 20:01