Questions tagged as 'xampp'

3
answers

Apache does not start the service on windows 10

I'm using XAMPP and since I moved to windows 10 it comes with that, before it did not activate apache, then I looked for some tutorials on the internet and found this . Solved one of the problems, because after doing the steps in this video...
asked by 13.08.2015 / 02:13
6
answers

I installed XAMPP but I can not start apache, Error: Apache shutdown unexpectedly

I installed XAMPP on Windows and I am not able to start apache, the error I see is: 18:32:57 [Apache] Error: Apache shutdown unexpectedly. 18:32:57 [Apache] This may be due to a blocked port, missing dependencies, 18:32:57 [Apache...
asked by 15.04.2014 / 23:43
1
answer

Tomcat boot problem

As a mitigation measure for this error , I installed XAMPP and put it (Tomcat) as a container for NetBeans . But when I'm going to run some project on NetBeans, the following error appears on the Tomcat console in the IDE: Iniciando a partir...
asked by 20.11.2014 / 15:13
1
answer

Memory overflow with mysqli_query

The following statement caught the program: $result = mysqli_query($db, 'SELECT * FROM base'); And returned the following error:    PHP Fatal error: Allowed memory size of 134217728 bytes exhausted   (tried to allocate 4194312 byte...
asked by 27.07.2018 / 04:31
1
answer

CakePHP 3.0.1 error message

I have a problem installing CakePHP , I'm using Xampp , with PHP 5.5, and displays the message:    Fatal error: You must enable the intl extension to use CakePHP. in   C: \ Users \ inhome \ Desktop \ io \ CAKEPHPROJECT \ htdocs \ projectCak...
asked by 14.04.2015 / 20:17
2
answers

Error: "PHP Startup: sqlsrv: Unable to initialize module"

I'm trying to access SQL Server through XAMPP on Windows 7 64 bit but I'm not getting it, I've already followed the tutorials step by step but at the time of starting Apache it gives the error in the line below: Line that gives the error ext...
asked by 31.10.2014 / 12:13
1
answer

How to connect a script made in PHP LDAP with Windows AD using SSL connection?

I have the PHP code in LDAP to change password in Active Directory: <?php $usuario="xxx"; $senha_atual="0000"; $senha_nova="11111"; $pessoas="casa.cafe.br"; $servidor="1.1.1.1"; $porta=389; $portas=636; $base="CN=$usuario,CN=Users,DC=casa,...
asked by 05.05.2017 / 18:44
2
answers

What is the correct way to use the header location? [closed]

I'm doing a PHP and MySQL course on Alura and got to the part where we built the code that removes the product from the database. The page that calls the delete function must redirect the user back to the produto-lista.php page and the...
asked by 14.01.2016 / 19:31
1
answer

Access Denied phpMyadmin error 2002

I need to use phpmyadmin in xampp, but this is returning me this error    # 2002 - File or directory not found The server is not responding (or the local server socket is not configured   correctly). The connection to the user control, as def...
asked by 08.07.2014 / 18:41
1
answer

Xampp as a corporate solution for a web server with php applications [closed]

I have a machine that will serve as a web server, with applications in php and applications with embedded server such as pentaho and odoo erp, which will be used as intranet and extranet systems. As far as xampp is concerned, would someone wi...
asked by 04.02.2015 / 17:07