Questions tagged as 'syntax-error'

3
answers

Syntax error in MySQL

I was creating a table in MySQL and this error appeared in this code: USE cadastro; CREATE TABLE países( cod_país INT NOT NULL AUTO_INCREMENT, nome_país VARCHAR (30), PRIMARY KEY cod_país );    1 errors were encountered duri...
asked by 21.08.2018 / 04:57
1
answer

Program with problem to compile

I created this program to calculate the IMC, but it does not execute completely. He asks to enter the weight and height, but does not return any results. Could anyone tell me what's wrong? PROGRAM Calc IMPLICIT NONE REAL :: peso, altura,...
asked by 30.11.2017 / 12:55
1
answer

Missing project error) after argument list

Good afternoon, I have a problem with my project and I have not been able to figure out what is causing the problem. Any help is appreciated. function logOnConsole(newLog) { currDate = new Date(); currHour = parseInt(currDate.getHours()); curr...
asked by 18.02.2017 / 18:29
1
answer

Error in project: Uncaught SyntaxError: Unexpected token var

I'm doing a console with javascript but I've had trouble figuring out the source of the error. I've reviewed the code several times and I have not been able to figure out what's wrong. Any help is appreciated. var logStack = 0; var showTi...
asked by 18.02.2017 / 16:33
1
answer

How to resolve the InvalidCharacterError error

I'm using a ajax request, which returns me a json, from a .php page, with the name of a city of Mato Grosso do Sul named: Antônio João . The error is javascript. Which reads as follows:     
asked by 15.01.2016 / 23:01
1
answer

Why this error appears ï »¿when I include a php [duplicate]

I have the problem of error  whenever I try to include a file. I'm working on an application. When trying to include another file in php simply creates a space on the page, where the characters appear:  . Thank you for...
asked by 28.02.2016 / 21:44
1
answer

How to load a listview with more than 30 columns?

I'm trying to load a ListView with more than thirty columns using the following code: With ListV_P Sheets("BANCO").Select Dim UltimaLinha As Variant Dim Linha As String '.GetFirstVisible = True 'Abilita as linhas de Grades '.View = lv...
asked by 22.05.2018 / 02:28
1
answer

Opencart purchase button error

When you click the Buy button it does nothing, the following error appears in the console    Error: Syntax error, unrecognized expression: #product   input [type = 'text'], #product input [type = 'hidden'], #product   input [type = 'radio']:...
asked by 11.05.2018 / 15:51
0
answers

Angular muddle is not defined

I'm new to programming, but I'm studying. I'm encountering the following angular problem:    WARNING: Tried to load angular more than once, ReferenceError: dot is not defined.     
asked by 04.05.2018 / 17:41
1
answer

Doubt about methods

I'm learning from the book Use the Head and there is the following code to do an exercise of random items public class Menu { public Random Randomico; string[] Carnes = { "Rosbife", "Salame", "Peru", "Presunto", "Pas...
asked by 24.04.2018 / 17:00