Questions tagged as 'xampp'

2
answers

How to configure virtualhost for xampp in Ubuntu

Can anyone teach how to configure a virtualhost for xampp in ubuntu? I already tried this tutorial link but in the end I did not get the expected result, it would be something like typing in the browser: link and the browser already redirect...
asked by 23.01.2018 / 13:21
1
answer

How to make xampp server local to other stations? [closed]

I am doing this on a windows server 2016 but it is returning the error 500 "Internal Server Error" when I type the ip of it on another local machine     
asked by 28.01.2018 / 22:01
2
answers

SQLSTATE [08001] - Named Pipes Provider - Laravel

I'm getting an error when connecting to the application with the bank. The .env file is configured correctly with the bank settings, the error that I have in return: SQLSTATE[08001]: [Microsoft][ODBC Driver 11 for SQL Server]Named Pipes Pro...
asked by 13.12.2017 / 17:33
1
answer

Migrate database

Colleagues. We had a problem with a computer from which we had to format it, but we kept the files and had to reinstall the programs, among them Xampp. The folder that was left was c: / xampp, so we renamed it to c: / xampp_old and did the re...
asked by 17.06.2017 / 17:19
1
answer

Error 404 in a php file

I'm trying to make a form, created in the index.php file, which sends by POST method to the cadastro.php page and with a header() I send a check variable back to the index . However, when it returns to the index.php page, it sa...
asked by 13.07.2017 / 17:59
2
answers

How to configure XAMPP for Sql Server 2014 [duplicate]

Can someone teach me how to configure XAMPP for Sql Server 2014? I'm in a project that does not allow Mysql (PHPMYADMIN).     
asked by 23.10.2017 / 11:19
1
answer

Error unexpected end of file in cakephp

I have a project in cakephp that is in version 1.3.15 and I am trying to run in Xampp but it is giving this error as the attached print and this line corresponds to the closing of my html tag. Does anyone know how I should proceed? <!DO...
asked by 11.02.2016 / 19:40
1
answer

I do not receive email via PHPMailer

I'm using PHPMailer to send message via form, but it's not working. I wonder where I'm going wrong. Remember that the email that will receive the form information is Gmail. Follow my code for better understanding. HTML: <form id="main-co...
asked by 14.02.2016 / 11:01
1
answer

Error connecting PHP ActiveRecord with XAMPP phpmyadmin

When trying to connect phpactiverecord to the database in phpmyadmin XAMPP by means of this code: <?php require_once 'php-activerecord/ActiveRecord.php'; $cfg = ActiveRecord\Config::instance (); $cfg->set_model_directory ( 'model' ); $...
asked by 25.02.2016 / 18:27
2
answers

PHP / MySQL - Move from localhost to an online hosting

I created a website with PHP and a MySQL database using XAMPP. Now I would like to have the site online on a host, do I have to change the connection to the database where it says localhost? What procedures do I have to do?     
asked by 26.11.2017 / 14:16