Questions tagged as 'localhost'

0
answers

Laravel works on localhost but production server does not work

I have a problem with my system so that when I publish it to Xamp on my server, accessing locally (on this same server) all css and js are loaded correctly, but when accessing from another station, nothing is loaded (css, js, img). I've already...
asked by 25.04.2018 / 19:36
1
answer

"Uncaught PDOException: could not find driver" error in Wordpress on localhost

I'm trying to put a site in Wordpress in Xampp (localhost) but when I run it, the following error appears: My error: link    Fatal error: Uncaught PDOException: could not find driver in   C: \ xampp \ htdocs \ phdvital \ public_html \ pa...
asked by 11.09.2017 / 22:42
0
answers

How to correctly use Ngrok with Angular-cli?

Is there any correct way to use Ngrok with Angular? I'm trying to do a tunneling for my application that runs on localhost, creating a random web (URL) to make available on the internet, so I can run Moip Signature Webhook API tests. It ha...
asked by 03.03.2018 / 02:55
1
answer

Difficulty of defining charset in PHP [duplicate]

I tried to make a program that assigns a certain color sequence to all the characters, but the result is not as expected and everything indicates that there is a "charset " setting. Then I'm going to put the code together with an image of t...
asked by 04.12.2017 / 20:12
0
answers

How to make a routine of sending certain data from one MySQL database to another

I'm a beginner and enthusiastic web developer. I'm trying to develop a system that works basically like this: I have a registry of contacts, only running on localhost (PHP and MySQL) - because I need a system that works even when the machine...
asked by 10.10.2017 / 21:13
1
answer

Could not read from remote repository

I created a BARE repository in the folder: c://projetos/cliente1 this in the VMBOX ORACLE called (vmserver) Then when real pc access time, returns the following message:    $ git clone file: //// vmserver / projects / client1 Cloning...
asked by 10.06.2017 / 05:19
0
answers

insert into two tables at the same time with php [duplicate]

I'm in trouble. I have the usuario and aluno tables that are related by primary and foreign key. I want to make an insert with php to insert data into the two tables, and the idusuario of the usuario table sh...
asked by 23.05.2017 / 20:38
1
answer

web socket server only works with localhost

I'm setting up a chat where I have a client.php and a server.php. In the server.php code I define IP as 127.0.0.1 and Port 1900. When I change the IP to fixed IP or to hostname, the server.php can not start, it only works if I leave 127.0.0.1 or...
asked by 27.05.2017 / 16:23
0
answers

Simulate slow connection with WAMP

I found this article that shows how to do it in the browser itself (in this case Chrome ), but does not work when DevTools is closed. Is there any way to do this directly in WAMP to localhost? Edit 1: I also intend to perform some tests on...
asked by 27.04.2017 / 14:57
0
answers

PHPMailer does not send email by localhost

Hello, I have a test page in php in it I have the following taken: <?php require 'PHPMailer/PHPMailerAutoload.php'; $mail = new PHPMailer; $mail->isSMTP(); $mail->Host = 'mail.wsmtec.com.br'; $mail->SMTPAuth = true; $mail->Usern...
asked by 06.03.2017 / 15:56