Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
37 views

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 ...
user31945397's user avatar
1 vote
0 answers
148 views

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 ...
NNADI EMMANUEL's user avatar
-1 votes
1 answer
76 views

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. ...
user8400766's user avatar
0 votes
0 answers
67 views

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 ...
SVN's user avatar
  • 1
0 votes
1 answer
103 views

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 ...
Cory Sheppard's user avatar
0 votes
1 answer
34 views

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 ...
Barry Beach's user avatar
1 vote
1 answer
123 views

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/...
Satria Indra Mulyana's user avatar
0 votes
0 answers
57 views

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,...
indra prayogo's user avatar
0 votes
0 answers
33 views

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 ...
a beginner with no brains's user avatar
-4 votes
1 answer
107 views

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 ...
Batrisyia Hannani's user avatar
0 votes
0 answers
127 views

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 ...
yusra's user avatar
  • 11
1 vote
1 answer
79 views

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 ...
Boom's user avatar
  • 514
0 votes
1 answer
29 views

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 ...
user30364900's user avatar
0 votes
0 answers
36 views

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 ...
Zohaib Amir's user avatar
-2 votes
2 answers
702 views

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 ...
First Major's user avatar
0 votes
0 answers
49 views

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 ...
Jenifer Reyes Sanchez's user avatar
-1 votes
2 answers
142 views

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 ...
Eric K's user avatar
  • 27
0 votes
0 answers
38 views

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 ...
Micah Valiante's user avatar
1 vote
3 answers
909 views

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 ...
Leksa99's user avatar
  • 115
0 votes
0 answers
26 views

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 ...
Ashwini Singh's user avatar
-1 votes
1 answer
146 views

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, ...
SIGMAF0's user avatar
0 votes
0 answers
37 views

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 ...
pierrest's user avatar
0 votes
0 answers
101 views

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 ...
Yorko's user avatar
  • 1
0 votes
0 answers
46 views

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, ...
layla layla's user avatar
0 votes
1 answer
54 views

-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 ....
IcyAuk's user avatar
  • 1
0 votes
0 answers
21 views

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 ...
Amit bhardwaj's user avatar
0 votes
0 answers
42 views

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 ...
Madume Brigid's user avatar
0 votes
0 answers
31 views

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\...
J. Hines's user avatar
0 votes
0 answers
33 views

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 ...
Studio FELGO's user avatar
0 votes
0 answers
103 views

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,...
Khuzema's user avatar
  • 23
0 votes
0 answers
46 views

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 ...
JulesUK's user avatar
  • 575
0 votes
0 answers
94 views

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-...
Martin's user avatar
  • 15
0 votes
0 answers
49 views

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 ...
Alberto P's user avatar
0 votes
0 answers
15 views

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 ...
Specto's user avatar
  • 1
1 vote
0 answers
34 views

I am trying run the below code: import mysql.connector conn = mysql.connector.connect( host="localhost", user="root", password="", database="...
SHENG HAO ONG's user avatar
1 vote
3 answers
193 views

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(): ...
Oaska's user avatar
  • 11
0 votes
1 answer
70 views

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}} ...
eckard's user avatar
  • 21
-1 votes
1 answer
64 views

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&...
Firefly's user avatar
  • 97
1 vote
0 answers
123 views

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 ...
hanzoera's user avatar
0 votes
0 answers
62 views

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&...
user avatar
0 votes
0 answers
82 views

import mysql.connector conn = mysql.connector.connect(host="localhost", user="root", password="") if conn.is_connected(): print("Successful") else: ...
Saifullah Anik's user avatar
1 vote
1 answer
61 views

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'); ...
Kevin Marvello Bachtiar's user avatar
0 votes
0 answers
49 views

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 ...
taka11110010's user avatar
0 votes
0 answers
77 views

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....
Foad Khalaj Foad Programmer's user avatar
0 votes
1 answer
236 views

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 ...
r rr's user avatar
  • 19
-1 votes
1 answer
69 views

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 ...
Jay Oduro's user avatar
2 votes
0 answers
242 views

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 ...
Luca Santaniello's user avatar
0 votes
1 answer
1k views

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 ...
Mohammad Radwan's user avatar
0 votes
0 answers
97 views

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 ...
xToreveFTP's user avatar
0 votes
1 answer
112 views

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 ...
Hans Beling's user avatar

1
2 3 4 5
249