Questions tagged as 'xampp'

2
answers

Xdebug in Xampp

I'm having trouble activating xdebug in xampp, since I can not find the directives in xampp to configure xdebug. How do I add the xdebug extension in xampp's php.ini?     
asked by 02.10.2016 / 22:08
2
answers

Initialize apache and mysql on windows 7 32 bits using Xampp

I would like to initialize Apache and Mysql from Xampp as soon as the system is booted, I ran some searches and found this:    Service installation: In C: / xampp / apache double-click on "apache_installservice.bat".   Uninstalling the servic...
asked by 27.07.2017 / 18:37
3
answers

wp_enqueue_script does not work

I'm creating a WordPress theme, but wp_enqueue_scripts does not work. The code that is in functions.php is: <?php function scripts_and_styles() { if ( ! is_admin() ) { wp_enqueue_script( 'jquery' ); wp_register_...
asked by 12.09.2016 / 14:23
2
answers

When trying to set column to Unique, error is generated speaking 767 bytes [duplicate]

When I try to run a migration in Laravel, the following error is generated:    [Illuminate \ Database \ QueryException] SQLSTATE [HY000]: General   Error: 1709 Index column size too large. The maximum column size is   767 bytes. (SQ L: alte...
asked by 08.12.2017 / 18:33
1
answer

XAMPP is not working properly [closed]

Hello, I want to learn php but I'm having a hard time making XAMPP work. I use Debian Jessie , as I'm not really crazy, I downloaded mysql , php and apache through a (LAMP) package. However, I have now gone...
asked by 17.01.2017 / 22:53
2
answers

What is the best Xampp / PHP version to update and what is the difference?

I want to update my XAMPP Version: 1.8.3, plus PHP Version 5.5.15, but I have some doubts: What is the best version to upgrade, if it is (5.5.38, 5.6.24 & 7.0.9)? Whether this will affect my codes or not? Is there any difference between...
asked by 25.10.2016 / 13:54
1
answer

Using PHP in the terminal, xampp

I'm trying to use PHP through the terminal, but I can not, when I type which php it returns /usr/bin/php so I can not run PHP files, so it can not find the files. I'm using XAMPP for MAC     
asked by 11.11.2015 / 00:19
1
answer

Error creating a file with fopen

When trying to create a JSON file with fopen me, a permission error is returned with the following message:   Warning: fopen (/json/9.json): failed to open stream: No such file or directory in C: \ xampp \ htdocs \ apil \ Controllers \...
asked by 20.09.2018 / 15:36
1
answer

Clarification on solution to the error: Apache Shutdown unexpectedly

I installed XAMPP recently, the following error message was displayed on the panel when starting the apache service 09:04:36 [Apache] Error: Apache shutdown unexpectedly. 09:04:36 [Apache] This may be due to a blocked port, missing depende...
asked by 30.08.2016 / 14:18
1
answer

Phalcon PHP installation

Hello, I'm trying to install Phalcon PHP Framework in XAMPP under Windows as per the tutorial of that link: link , but following the steps of the tutorial, after I put the Phalcon dll in the PHP extensions folder, when restarting Apache, it...
asked by 01.07.2014 / 15:53