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...
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...
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...
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...
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...
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?
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...
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...
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...
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...