Questions tagged as 'xampp'

1
answer

Error opening any PHP page in XAMPP [closed]

I have a problem and I can not resolve this error on my local server, I'm using XAMPP and I always try to open any page with PHP is returning an "INTERNAL ERROR".     
asked by 16.03.2018 / 20:06
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
1
answer

Doubt on MySQL Query

What code do I need to display all posts for a user? I did something like this in PHP: "SELECT * FROM postagens WHERE id='$p_id' AND u_id='$u_id';"; But always returns 0 rows: ( CREATE DATABASE IF NOT EXISTS social DEFAULT CHARACTER SET ut...
asked by 21.03.2018 / 18:45
3
answers

Change htdocs from XAMPP to the pendrive folder (or use XAMPP on the Pendriver)

I've already searched my ass, changed everything that was httpd.conf and httpd-xampp.conf, but nothing worked. I'm trying to change the default htdocs xampp folder to a folder on my pendriver, but when the localhost requirement in the browser...
asked by 14.03.2018 / 15:50
1
answer

MySQL stopped working in XAMPP [pending]

17:48:20 [mysql] Error: MySQL shutdown unexpectedly. 17:48:20 [mysql] This may be due to a blocked port, missing dependencies, 17:48:20 [mysql] improper privileges, a crash, or a shutdown by another method. 17:48:20 [mysql] Press th...
asked by 06.03.2018 / 21:52
0
answers

Warning: session_start (): Failed to read session data: user (path: C: \ xampp \ tmp)

To with an error in the session_start (), it appeared when I reinstalled xampp. Error:   Warning: session_start (): Failed to read session data: user (path: C: \ xampp \ tmp) in C: \ xampp \ htdocs \ reception \ libraries \ joomla \ sessio...
asked by 16.02.2018 / 12:43
1
answer

Xampp MYSQL does not work

The following error is occurring with my mysql. MySQL Service detected with wrong path Change XAMPP MySQL and Control Panel settings or Uninstall/disable the other service manually first Found Path: "C:\Program Files (x86)\MySQL\MySQL Server...
asked by 31.01.2018 / 19:39
0
answers

Project works on direct PHP server but does not work on a XAMPP server?

Well, my problem is this ... I'm creating a project and this project pretty much only "works" if I make a php server through the prompt ( php -S localhost ... ), if I try to open the project by xampp it does not work , be it javascript, css...
asked by 04.02.2018 / 22:34
1
answer

Forms in Python

I needed a help with cgi forms in python. This code works normally when I do not enter accents: # !/Programas/Python36-32/python # -*- coding: utf-8 -*- import cgi print("Content-Type: text/html; UTF-8\n") form = cgi.FieldStorage() web_page=""...
asked by 21.01.2018 / 14:26
1
answer

Error installing magento "PHP Extension mcrypt must be loaded ..."

I'm installing magento in localhost, but at start the installation of such, it returns me an error    PHP Extension mcrypt must be loaded ... I'm a layman, does anyone know how to solve it?     
asked by 09.01.2018 / 20:24