Questions tagged as 'xampp'

2
answers

Error starting apache "Xampp" [closed]

Good morning, I have installed the xampp work environment on my pc, and until today I had worked fine, but when I try to start the apache server I get this error: Error: Apache shutdown unexpectedly. This may be due to a blocked port, missing...
asked by 09.10.2017 / 18:26
2
answers

Informix PDO and XAMPP

Greetings to all and in advance thanks to any answer and / or help you may receive. I have problems connecting PHP 5.6.24 of XAMPP to an INFORMIX server that is not on my local machine. Install the Informix CSDK, I made the respective conf...
asked by 03.02.2017 / 14:06
2
answers

Use portable XAMMP on disk D

I am using the drinking version of XAMMP, and it raises me perfectly the server (when I do the tests on my personal pc) when the folder is located on the disk C: /, what if you can not is open it on the D or another route because it throws the f...
asked by 27.09.2018 / 16:15
1
answer

Errors with Zend / Translate.php

Zend Framework shows me errors, the services I have for the local server are: xampp (MySql and Apache) in Mac High Sierra.    Warning: include (Zend / Translate.php): failed to open stream: Not such   file or directory in   /Applications/XAMP...
asked by 08.06.2018 / 01:11
1
answer

Error in laravel application with sql server in windows

I have configured the xampp v3.2.2 with sql srv, I have a laravel 5.5 application configured to connect to the sql server as follows: APP_NAME=Laravel APP_ENV=local APP_KEY=base64:SFla+HfV2OBTy/KYCrSZeBbwGWMUfZBKrnKwNzJrfQU= APP_DEBUG=true AP...
asked by 21.05.2018 / 16:01
1
answer

Own Javascript is not recognized

I am developing an application in XAMPP with PHP and JS. I have the folders arranged in this order: 1) app/asset/css (I save the css files, 'bootstrap' and my main one) 2) app/asset/dist (I save the js files, 'bootstrap',...
asked by 25.11.2017 / 00:39
1
answer

Migrate site to local (XAMPP) - ERROR require_once (): Failed opening required

Apparently it can not reach the indicated route, I migrated my production site to XAMPP to work locally. the error is:    Fatal error: require_once(): Failed opening required 'C:/xampp/htdocs/libreria/php/adodb5/adodb.inc.php' (incl...
asked by 21.11.2017 / 14:57
1
answer

connect to localhost from a device that is in the same network use XAMPP

Well hello friends of the community queriero know how to activate the remote connection of Xampp to connect a mobile device eh echo what a lot of forum says changing the port from 80 to 8080 in the file httpd-xampp.conf I added this code a...
asked by 22.11.2017 / 18:07
1
answer

Problem with classifying data in SQL

SELECT libro.titulo AS "Titulo Libro", sum(ventas.cantidad) AS "Cantidad_Comprada" FROM libro left JOIN ventas ON libro.id = ventas.id_libro GROUP BY libro.titulo I just want to show those elements that have a quantity of sum (sales.quant...
asked by 03.10.2017 / 18:56
1
answer

problems to modify file config.inc.php MAC OS

install xampp, everything was fine until I decided to put password from php admin to mysql, it is assumed that the procedure was to add password from php admin and then modify the config.inc.php file and then add it again the pass and save , but...
asked by 22.09.2017 / 23:40