12,430 questions
Advice
0
votes
2
replies
37
views
Remote access to Xampp (mariadb)
I would like to store data remotely in a MariaDB (Xampp) running on Ubuntu. It is running on a totally isolated LAN - no external connection.
I have been looking at various places, but seem to be more ...
1
vote
0
answers
148
views
How to test laravel on other devices, i use herd and xampp to run it on local machine
I'm running a Laravel project locally using Herd and sometimes XAMPP on my Windows machine.
I’m trying to share a live link so that other devices (phones, laptops, etc.) on the same network can access ...
-1
votes
1
answer
76
views
CORS Error: “Access-Control-Allow-Origin does not match ‘http://localhost:5173’” [duplicate]
I'm getting a CORS error when trying to fetch data from my local PHP backend:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://localhost/login.php.
...
0
votes
0
answers
67
views
How to change Apache password (secret) on XAMPP/windows using Apache Directory Studio
I have found something at Changing the admin password on Apashe official website.
I downloaded the "Apache Directory Studio" app.
But I can't find my HostName and port fields to connect the ...
0
votes
1
answer
103
views
Custom document root in XAMPP
I'm currently going through Laracast's PHP for Beginners series, and in episode 30, they make a change to the document root. I'm using XAMPP on Windows, and the default document root in my httpd.conf ...
0
votes
1
answer
34
views
I had to reinstall Xampp now Wordpress wants to reinstall
I somehow corrupted my Xampp installation and had to reinstall it. Before I did, I backed up the WordPress database folder and my WordPress site folder to another location and moved them back after ...
1
vote
1
answer
123
views
storage:link not creating symlink in public folder
I'm working on a Laravel 12 project using XAMPP on Windows 10.
I tried to use the following command to create the symbolic link for serving uploaded files:
php artisan storage:link
But the public/...
0
votes
0
answers
57
views
Apache shutdown unexpectedly after updating PHP 7.2 to 7.4 in Windows 10
I am using XAMPPS to run PHP files but when i run the file in localhost/ it asks to update to PHP 7.4, and this is where the problem occurs apache can't run.
I tried change the port (such as port 8080,...
0
votes
0
answers
33
views
How to set cookie in cross domain - Google OAuth
Honestly how so many application works but I can't seem to get answer for my questions.
First I have vanilla js for backend and same for frontend also.. I'm configuring OAuth.
When fe req login and ...
-4
votes
1
answer
107
views
Found this error when trying to access my admin page for mysql through XAMPP [duplicate]
This is the error line of my http://localhost/phpmyadmin/
Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\phpMyAdmin\libraries\classes\ErrorHandler.php on line 192
Anyone got a ...
0
votes
0
answers
127
views
Why is my PHP file not loading on localhost using XAMPP?
I am using XAMPP and Apache is running fine. My file is saved at:
C:\xampp\htdocs\php\index.php
But when I open this URL in the browser:
http://localhost/php/index.php
I get this error:
Not Found
...
1
vote
1
answer
79
views
How can I add file to localhost from another computer?
I have a XAMPP-hosted MySQL database on one computer, and I can access it on this computer using the other computer's IP address. There's a couple of php files that I can use to interact with the ...
0
votes
1
answer
29
views
Access XAMPP SSL Domain from another computer on same network
I followed the tutorial SSL & Domain Tutorial to set up my XAMPP website to have an SSL and domain (site.local). I've also followed Accepted Answer to always have the site.local be https instead ...
0
votes
0
answers
36
views
Showing not secure Connection for local host [duplicate]
I’ve installed a fresh copy of XAMPP version 8.2.12 on my system. When I try to access a local site using https://localhost/example/, the browser shows a “Not Secure” warning. However, accessing it ...
-2
votes
2
answers
702
views
Running a Laravel project locally with XAMPP and starting automatically on Windows startup without php artisan serve
EDITED
So i bought this Laundry POS Application from codeanyon and want to run it on stand alone computer ( not server) or hosting online
This is the app purchased.
Also this is their documenation ...
0
votes
0
answers
49
views
"port in use by unable to get info xampp", not workin
Sorry for my English, maybe I need a translator this time.
I have a problem. I changed the XAMPP ports two days ago, but for some reason I'm still getting that error saying someone is using my port. I ...
-1
votes
2
answers
142
views
Authentication plugins for accessing MariaDB on XAMPP with C++
I have installed XAMPP and created a MariaDB database and PHP files to access that database, and everything works fine. Now I am writing a C++ program to access the same database, but I get the error ...
0
votes
0
answers
38
views
XAMPP VHosts can't forward local port to public (not same webpage online as localhost)
I have a server running on XAMPP using apache, I have a program using its own port 7777 and port 80 is to my homepage. I am trying to make it so that when you go to server.com/ace it will port forward ...
1
vote
3
answers
909
views
XAMPP Maria DB version update not working due to ' Upgrade after a crash is not supported.'
I am aware that this question has been asked many times here, but the solutions provided aren't working.
In brief, I am trying to upgrade the Maria DB 10.4.32 to Maria DB 10.11.10 on XAMPP. I'm doing ...
0
votes
0
answers
26
views
XAMPP MySQL Shutdown Unexpectedly – How to Fix It Permanently? [duplicate]
Error: MySQL shutdown unexpectedly.
Stop XAMPP completely.
Rename C:\xampp\mysql\data to data_old.
Create a new data folder inside C:\xampp\mysql.
Copy the contents of C:\xampp\mysql\backup into the ...
-1
votes
1
answer
146
views
My Laravel localhost doesn't work correctly, but php artisan serve works
Laravel route returns 404 when accessing via localhost, but works with php artisan serve
I downloaded Laravel and wrote some routes and views. Then, I used XAMPP to start Apache and MySQL. After that, ...
0
votes
0
answers
37
views
XAMPP / JOOMLA 5 redirect on dashboard after a joomla akeeba restore
I had a XAMPP install (OS X 8.2.4) which was working perfectly, using vhost and so, i developped a Joomla5 project on it. After a few month i need to restore the online site locally to make some big ...
0
votes
0
answers
101
views
Paymongo webhook not receiving failed payment response
I am currently working on a project where we are using PayMongo as our payment gateway. I am facing an issue with retrieving the failed payment response using the PayMongo webhook.
Whenever I select ...
0
votes
0
answers
46
views
How to fix 'The Composer installer script was not successful [exit code 1]' with OpenSSL certificate verify failed error? [duplicate]
The Composer installer script was not successful [exit code 1].
OpenSSL failed with a 'certificate verify failed' error. This indicates a problem with the Certificate Authority file(s) on your system, ...
0
votes
1
answer
54
views
XAMPP refuses to redirect to index.php and ignores .htaccess. The local domain shows raw folders and files in the application
-This problem does not happen on the deployed Heroku application but only on the local domain.
-index.php and .htaccess are stored in (root)/public
My issue is that XAMPP doesn't seem to read ....
0
votes
0
answers
21
views
chat application that works in nopebook environment but does not work on XAMPP and serving using bokeh server
my chat application which uses panels on serving using Bokeh server does not show chat interface.
to me it appears to be some bokeh compatibility with python packages.
to solve I made separate app to ...
0
votes
0
answers
42
views
Error: SOAP client returned status of 401 php-ews
I am using the code below to send email from Microsoft exchange: The log file shows that the error comes up after failing to send to recipient; see below:
[2024-12-17 13:27:41] Connecting with ...
0
votes
0
answers
31
views
mod_wsgi can't find MOD_WSGI_APACHE_ROOTDIR, even though I set it
First, I'm new to python. I have two files I want to see working in a browser, and one file is python.
I have XAMPP installed on my windows 10 laptop. The path to XAMPP is C:\Users\Owner\Desktop\...
0
votes
0
answers
33
views
How to point apache to display a local url rather than htdocs root directory
my subdomain name is poiting to my vps windows server, using xampp as a web server, apache and mysql.
I have generated an ssl locally for the apache server and made the vhost point to the subdomain ...
0
votes
0
answers
103
views
NPM Install Fails Windows_NT 10.0.22631
I am trying to run npm install in a project using Node.js v6.11.0 and NPM v3.10.10 because the project dependencies are outdated and require older versions of Node.js and NPM to work properly. However,...
0
votes
0
answers
46
views
Adding headers to an image uri when using ngrok with react native
I have setup a local server using xampp and have setup ngrok, this works good. The problem is it brings up a browser warning page which messes up loading the image. If the headers are applied it skips ...
0
votes
0
answers
94
views
Laravel Tailwind styles not loading on XAMPP with Apache on Windows 10 - How to fix ERR_BLOCKED_BY_CLIENT?
I’m new to Laravel and I want to run the project using Apache from XAMPP on Windows 10.
What I did was copy the project to xampp/htdocs/, run npm run build, and modify the .env file, as well as httpd-...
0
votes
0
answers
49
views
XAMPP: after install php 8 MySQL shutdown unexpectedly INNODB warnings
Help.
I have installed xampp 3.2.2 for a long time with php 5.6, inside the xampp folder i have another folder with a php 7.4.3.
Today i put another folder with php 8.2.12, after putting the data in ...
0
votes
0
answers
15
views
Open in a PHP file in browser using Vscode extension PHP Server and Live Server [duplicate]
I am running PHP Server and Live Server extension on Vscode on my Windows machine. I am trying to open a .php file in my browser so I can easily see front-end changes.
However, this is what I see:
Php ...
1
vote
0
answers
34
views
Kernel Restarting. The kernel for ExhaustiveSearch.ipynb appears to have died. It will restart automatically
I am trying run the below code:
import mysql.connector
conn = mysql.connector.connect(
host="localhost",
user="root",
password="",
database="...
1
vote
3
answers
193
views
laravel error: curl_setopt(): Unable to create temporary file
I am trying to create a laravel project, but this error is popping out:
Creating a "laravel/laravel" project at "./firstProject"
In CurlDownloader.php line 197:
curl_setopt(): ...
0
votes
1
answer
70
views
Typo3 ajax call very slow on windows xampp
It starts already during logon to backend:
http://localhost/typo3_13_4_0ip/typo3/ajax/login/preflight with this response: {"capabilities":{"cookie":true,"referrer":true}} ...
-1
votes
1
answer
64
views
python on xampp how to serve html page
xampp running a python script that writes an html file. How do i get xampp to serve the html from python.
name = "david"
age = 44
square = age**0.5
HTML=f"""
<!DOCTYPE html&...
1
vote
0
answers
123
views
How do I show the website (.php using XAMPP) for my team using Live Share in VSCode?
I am using Visual Studio Code Live Share extension to collaborate with my team on a website project for our school. All I want is for my team to access the websites we've created. And in this case, I ...
0
votes
0
answers
62
views
can't create/write errcode: 2
I'm new to mariadb and when I made simple table and wanted to describe it I've got this error:
Can't create/write to file 'E:\xampp\tmp#sql2014_c_0.MAI' (Errcode:
2 "No such file or directory&...
0
votes
0
answers
82
views
Unable to connect MySQL (xampp) using Python
import mysql.connector
conn = mysql.connector.connect(host="localhost", user="root", password="")
if conn.is_connected():
print("Successful")
else:
...
1
vote
1
answer
61
views
so I am trying to route gayahidup.blade.php to berpakaian.blade.php but it gives me an error "Undefined variable $berpakaian"
it gives me an error like this
and then if you take a look at my code in controller and web.php
Route::get('/gayahidup/{id}',[GayaHidupController::class,'showGayaHidup'])->name('gayahidup.show');
...
0
votes
0
answers
49
views
PHP, XAMPP, NetBeans - The code runs till the end although finishing debug from NetBeans
I have a code in PHP that edits a text file. The Xdebug stops at a breakpoint (first line of the code). The first line is nothing to do with writing to a file or anything. Then, I press the stop ...
0
votes
0
answers
77
views
PHP readfile() problem on download content (I read all related posts before send it) [duplicate]
I'm having trouble creating a secure download on my site. It's not uploaded yet, and it's currently being tested on the XAMPP server on my PC. It should be noted that my operating system is Windows 11....
0
votes
1
answer
236
views
XAMPP, Microsoft PHP Drivers for SQL Server Support: cannot find the extensions
I'm having a problem setting up a server using XAMPP.
After setting up everything, PHP throws an error saying that Call to undefined function sqlsrv_connect(), after some more troubleshooting I found ...
-1
votes
1
answer
69
views
Can't access files after changing their permissions
Today is my first time using terminal to turn off some permissions.
This morning when working. I wanted to see the php_error_log while developing. So I opened the file and whenever I have a PHP syntax ...
2
votes
0
answers
242
views
How install intl extension on MacOS and enable it on XAMPP
Environment:
O.S.: macOS Sonoma 14.5
Xampp: 8.2.4-0
PHP Version:
php --version
PHP 8.2.4 (cli) (built: Apr 6 2023 04:12:41) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.4, Copyright (c) Zend ...
0
votes
1
answer
1k
views
Flutter Web App, CORS blocking image from loading
I'm developing a shopping web app using Flutter, the app gets products data items from an API which I wrote using ASP .Net Core, for product images I'm using xampp to serve image urls instead of using ...
0
votes
0
answers
97
views
How do i use git inside the xampp's htdocs folder on linux
I've been trying to work with git on my php web project that i already had, just changed the file type to php to connect it to a database, and since is no longer html i needed a web server so i use ...
0
votes
1
answer
112
views
Has anybody success with PHP sqlsrv-connection on macOS Sonoma 14.6.1 with XAMPP 8.1.17?
I could install und use the sqlsrv and sqlsrv_pdo driver packages from Microsoft on Windows and Ubuntu24.04 but for MacOS always failed to load connect to the driver at runtime!!!! Not even any php ...