All Questions
Tagged with wampserver or wamp
7,971 questions
0 votes
0 answers
35 views
How do I access my Project folder inside my Wamp www folder? [duplicate]
I keep getting this error in wamp server whenever i try to access my login_form.php file in localhost and I also keep getting a error saying forbidden i dont have access to this resource I tried ...
0 votes
0 answers
57 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
39 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
52 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
67 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
61 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
19 views
Wampserver phpmyadmin cant login
After installation WampServer I cant login as usual with root user and empty password. Before this installation I always loggen in with username root and no password
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
434 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
66 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
147 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
106 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
47 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
233 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 ...