Questions tagged as 'wamp'

3
answers

Error: "You have an error in your SQL syntax" [closed]

I'm getting the following error when time to perform a query to insert data into a table in the database:    You have an error in your SQL syntax; VALUES ('Refined Sugar', '2', '') 'at line 1 My code: <html> <head>...
asked by 06.03.2014 / 01:48
2
answers

localhost goes straight to the projects

When I open my localhost, it does not appear but that localhost's home screen, but rather that I go straight to my www directory, does anyone know why?     
asked by 15.05.2015 / 14:11
1
answer

WAMP does not store

Hello, you are not giving any errors, but WAMP does not save the information. Code of cadastro_db.php : <? include("conection.php"); $nome = $_POST['nome']; $email = $_POST['email']; $idade = $_POST['idade']; $cidade = $_PO...
asked by 25.04.2015 / 02:51
1
answer

Send E-mail - Wamp and CodeIginiter

I'm trying to send the email via localhost through codeiginiter. Inside my libraries folder, I created a folder "PHPMailer" to put the PHPMailer files. You are not sending the email, you are giving the following error: 2015-09-24 16:53:47 CLIE...
asked by 24.09.2015 / 19:16
1
answer

Foreign key relationship problem in PhpMyAdmin - Wamp

I have 'problem' in my Wamp, more precisely in the latest version (Wampserver 3.0.6 64 bit x64). When I create 2 tables, example: CREATE TABLE categoria( id_categoria INT NOT NULL AUTO_INCREMENT, nome VARCHAR(100) NOT NULL, PRIM...
asked by 11.08.2017 / 13:19
1
answer

How to install OPENCV in PHP on a WAMP server?

I need the OPENCV image processing function in PHP, but I'm having trouble installing on windows .. how to proceed?     
asked by 19.05.2016 / 04:39
1
answer

Call to undefined function transliterator_transliterate () in php 5.512 using wampserver 2.5

I'm studying SQLITE3 and PHP and checking an example of the PHP Manual appeared the following error: Fatal error: Call to undefined function transliterator_transliterate() Example: link I installed PEAR in Wamp but the error continues...
asked by 16.10.2015 / 03:09
1
answer

Call to undefined function pg_pconnect ()

I need to create a connection with a (already existing) database in PostgreSQL (Installed and working), using this code (which already existed already). File access_bd.php <?php function conecta() { $ip = $_SERVER['SERVER_ADD...
asked by 26.09.2014 / 17:05
1
answer

Send email via PHP on windows server 2008 R Standard with wampserver 2.0

I'm using wampserver 2.0 on windows server 2008 R2 Standard. SMTP Virtual Server is installed on the server. In php.ini I have the following configuration: [mail function] SMTP = 000.00.000.000 //IP do servidor SMTP, substituí o IP original só...
asked by 21.08.2014 / 13:55
0
answers

WampServer 2.5 Offline

I have a problem with WampServer 2.5 (Windows 8.1). There was a need for me to change a configuration in apache (httpd.conf), to allow and accept rewrite module. After you have made the change in the lines: #LoadModule rewrite_module modules/m...
asked by 06.03.2015 / 17:38