7,968 questions
-2
votes
0
answers
45
views
Missing following extensions: 'ftp' for Magento 2 [closed]
I am installing Magento 2 [Magento Open Source] edition. I have installed and enabled all required extensions for Magento installation.
Installed the Elastic service,
enabled all required extensions ...
0
votes
0
answers
59
views
Panther can't connect to a port with fsockopen
I have a need for end to end testing. When I launch a test that implies to open a page, the same problem comes back each time:
fsockopen(): Unable to connect to ... (No connection could
be made ...
0
votes
0
answers
40
views
Wamp: Apache crashes and restarts when making a https call with GuzzleHttp
I am building a background worker in php for my website, that needs to make a restfull api call to another website. I decided to use GuzzleHttp over a custom curl implementation since it's well ...
1
vote
0
answers
54
views
disconnect message in python when closing waapi connection (wamp, autobahn)
With the code from the official website:
https://www.audiokinetic.com/en/library/2024.1.5_8803/?source=SDK&id=waapi_client_python_rpc.html
from waapi import WaapiClient, ...
0
votes
0
answers
73
views
WAMP Dashboard showing errors when everything is working fine
I'm running WAMP for a local dev machine, and I have everything configured for a couple of vhosts to run on a self-signed SSL.
The sites are actually loading just fine on https:// and I can browse ...
1
vote
0
answers
64
views
WAMP Server not working after my laptop was reimaged
I was running WAMP manager on my Lenovo with Win11 with no problems for several years.
My laptop needed to be reimaged and was supposedly reverted to factory settings. When I logged back into my ...
0
votes
0
answers
49
views
Wampserver: Updating mysql version but used version is still 5.7.19
I have been trying for hours to update my mysql version for wampserver, and i'm stuck in V5.7.19.
Even if localhost/ root show "Mysql version 8.2.0", when I go to localhost/phpmyadmin, login ...
2
votes
1
answer
454
views
"Apache error with misformatted or invalid characters in route containing ':' on local WAMP server"
I'm running a Slim Framework project locally on a WAMP server using Apache. In certain routes that contain the : character (e.g. /solicitudes:nuevo), I get the following error in the Apache log:
(...
0
votes
0
answers
72
views
A migration from XAMP to WAMP made a Python script unusable in PHP
I was running PHP on XAMP (Windows) without any issues. The PHP website calls a Python function at some point, which uses a library.
I just changed to WAMP because I needed a newer version to match a ...
0
votes
0
answers
150
views
Xdebug 3.3.x no longer triggering on breakpoint in symlink'ed file of PhpStorm project
I have a local WAMP stack with Xdebug 3.2 that I have been using with a PhpStorm project (PHP, Joomla) where some of the folders of the Joomla directory are symlink'ed to my own development ...
1
vote
3
answers
108
views
PHP Wildcard Subdomains in Apache
I want so that when im in http://localhost/example/category it allows me to have a subdomain that is dynamic like user1.localhost/example/category, user2.localhost/example/category, user3.localhost/...
0
votes
0
answers
48
views
WAMP Server showing my webpage, but not any CSS styling
Im hosting a PHP application with WAMP server. It runs through a CloudFlare Tunnel and subdomain.
When I go to my subdomain URL, the login page for my webapp loads and displays, but none of the CSS is ...
0
votes
1
answer
235
views
Apache error AH00428: Parent: child process XXX exited with status 3221226356 -- Restarting
I am using WAMPServer on a windows10 machine.
I wrote a PHP program to perform various operations on an XML DOM using DOMDocument.
It works on most files, but then I sometimes encounter one file which ...
0
votes
0
answers
55
views
Laravel illuminate database queryexception
I have a problem to insert into database I used WAMP server and used Laravel.
The problem is I have 4 images and other data in my form I want to import them all to the database when I try to import 3 ...
0
votes
0
answers
21
views
What should i do about error 1064 in mysql wamp console [duplicate]
Im just starting sql and did exactly what tutorial said but im getting a lot of error im using mysql 8.2 in wamp and trying to do this
I tried this and got syntax error i even reduced a lot of it and ...