Questions tagged as 'xampp'

1
answer

FATAL ERROR: No such file or directory in Unknown on line 0

After the system update (for Windows 10 1709) started giving the following error in PHP execution: Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 Fatal error: Unknown: Failed opening required 'D:\...\i...
asked by 18.10.2017 / 13:28
1
answer

XAMPP 5.6.16, apache error with globlas on

I installed Xampp 5.6.14, I changed the clause to on ( register_globals=on ) in php.ini and now apache does not start from the application error. I have already made changes from http to 8000 ports in httpd.conf and to 4430 in http-ss...
asked by 24.11.2015 / 18:44
1
answer

Error 500 on page access using CheckSpelling in htaccess

I have several files with image tags, in these images the path name is case-sensitive, for example: <img src="../../imagens/Botoes/nomeBotao.PNG"> I can not change the name of all images, because they have thousands, so I used the opt...
asked by 03.02.2016 / 18:08
1
answer

Xampp Error Windows 10 apache and mySQL do not start

I have mySQL and SQL server installed and try to install Xampp now, but I try to make errors when starting Apache and Mysql, I tried to change the ports and to no avail. error.log [Wed Nov 08 15:30:35.891547 2017] [ssl:warn] [pid 3644:tid...
asked by 11.11.2017 / 21:41
0
answers

php_pdo.dll in PHP 5.6.23

I'm installing Composer on xampp, but it's missing the php_pdo.dll . In php.ini, the lines are already ok: extension=php_pdo.dll extension=php_pdo_mysql.dll extension=php_pdo_sqlite.dll ... In the ext folder, contains...
asked by 27.12.2017 / 14:48
3
answers

Remote server / Local server in PHP

One of the options for creating a local web server is to use XAMPP (PHP, SQL). On a web server, do I have to install XAMPP (or any similar suite) either or is it only used on local servers?     
asked by 03.11.2016 / 12:14
1
answer

Problems with PHP and Xampp [closed]

I was putting this api in php connected with xampp following this video ( link ), but even if I follow exactly the video I can not make it work here ... when I do the test in postMan it accuses error, does anyone know what happens and can help m...
asked by 20.01.2017 / 04:25
2
answers

Is it possible to send email with xampp from a local server?

Well, from time to time, I find myself in the following situation where I can not test the sites / systems I develop. Almost always, I develop the system on my machine, and then upload it to a hosting server. I'd rather always test everything...
asked by 03.03.2016 / 21:00
1
answer

How localhost address on the local network

I'm testing a web application locally by pc and mobile, I connect to the pc using http://localhost and by mobile link . And I wonder if you can change the host address to a fixed address (for example link ), so that I can access from an...
asked by 17.08.2015 / 19:23
2
answers

ERR_CONNECTION_REFUSED - Why can not the mobile phone find the absolute path of files through localhost?

I'm developing a site with framework Bootstrap During development, I came across the problem related to path (path) of folders, images, pages and so on. I was using include to include header and footer on my s...
asked by 18.03.2017 / 04:50