Questions tagged [uwamp]

UwAmp is a Wamp Server with Apache MySQL PHP and SQLite

Window LAMP server.

  • Without installation : UwAmp is available as a Zip archive, just unpack it and you can run the wamp server. UwAmp doesn't install files in the system to keep it clean.
  • Easy interface : UwAmp is provided with a management interface that lets you start or stop the server with one click.
  • Multi PHP Version : Change PHP version in one click to test compatibility and download new PHP version directly from php.net repository.
  • CPU Monitoring : Real time Apache and MySQL process CPU monitoring.
  • U3 Mode : Can be run from a USB stick.

http://www.uwamp.com/fr/

61 questions
0
votes
1 answer

uwamp drupal 8 install new module fails

I am getting Failed to fetch file due to error "cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) error message when I try to install a module in Drupal 8.1.8 I…
Sam Stamport
  • 157
  • 1
  • 10
0
votes
1 answer

Can't using MySQL command line with uWamp

i need to use MySQL commande line for a script but with MySQL 5.6.X login return : Warning: Using a password on the command line interface can be insecure. The full command i need is : mysql --login-path=mypath -e "My Statement" To solved the…
Naej56
  • 41
  • 1
0
votes
1 answer

Unable to STOP UwAmp MySQL service

uwamp user has server privileges "shutdown" but when I click STOP button from UwAmp 3.1.0 control panel the MySQL does not stops. I have try with root password also does not shutting down. I try to run UwAmp with "Run as administrator" from windows…
AkisC
  • 817
  • 2
  • 12
  • 27
0
votes
1 answer

Install sqlsrv extension in uwamp

I tried to install sqlsrv extension in UWAMP. I added the extension tag extension=php_sqlsrv_56_ts.dll in dir: wamp\bin\apache\php.ini and I placed the file in: uwamp\bin\php\php-5.6.18\ext then I restarted the server. After that php.ini deleted the…
Jassi
  • 21
  • 1
  • 4
0
votes
2 answers

Uwamp 3.1.0 says apache port 80 is busy while it seems not

Uwamp 3.1.0 refuses to start apache on port 80 arguing that this port is already in use. This is quite strange because : tcpview tool shows no process using port 80 my old easyphp v12 runs perfectly on apache port 80. Is it a bug or am I missing…
K.Helali
  • 1
  • 3
0
votes
2 answers

httpd.exe: Syntax error, PHP 5.2.17 in uWamp server

I wanted to update a old project i've made. Its written in PHP version:5.2.17. When I downloaded the correct version for uWamp I recieve this error httpd.exe: Syntax error on line 166 of C:/UwAmp/bin/apache/conf/httpd.conf: LoadModule takes two…
0
votes
2 answers

Uwamp - V 3.1 - Php 7.0.3 - Error [simple fix]

Just to let you know there seems to be an issue with the latest version, when selecting the php 7 option, it loads the httpd.conf rather the httd-uwamp.conf file, so cant find the php7xxxx.dll and will stop from apache from working / loading. thanks…
devouk
  • 26
  • 1
0
votes
1 answer

Uwamp - apache not starting with gui but starts fine manually with httpd.exe

Some thing has happened in the last day with Uwamp not starting up Apache, but when I manually go into the httpd.exe folder and run it from a command line apache starts fine and I can access localhost easily. Any thing come to mind? I was playing…
tyee
  • 317
  • 1
  • 3
  • 14
0
votes
2 answers

Mysql server not starting on uwamp 3.1

Mysql Server stop working after 5 seconds (fresh install of uwamp) Uwamp version 3.1 started with Administrator rights on windows 10 32bits. Here is the Mysql log : 2016-02-25T13:53:19.049733Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is…
Seb
  • 1
  • 1
  • 2
0
votes
1 answer

Blank project pages in uWamp

I have seen a lot of messages talking about wamp and how to actually just modify one line or two to Revert WAMPServer 2.5 "Your Projects" links to pre 2.5 mechanism and how to index.php in www folder and set change line 30: $suppress_localhost =…
ingalcala
  • 1,785
  • 3
  • 14
  • 24
0
votes
2 answers

UwAmp : Apache HTTP server has stopped working

I have a problem at start of UwAmp ; I get the message: Apache HTTP server has stopped working So impossible to start Apache A solution? Thanks I am running Windows 8.1 Pro
user5957052
  • 13
  • 1
  • 5
0
votes
1 answer

Uwamp Mysql Server from CD stops running after 5 seconds

I'm Creating a new version of an old Flash application, this application will be written with HTML 5, one of the Requests is that the web application is runable from a CD/DVD. Using UwAmp I've been able to start the program from the CD/DVD and…
-1
votes
1 answer

Uwamp Online Mode

I have set UWAMP to online mode but I was unable to access with ip address with other devices which share the same wifi connection. Can someone help me? #UWAMP Generate Virtual Host DocumentRoot "{DOCUMENTPATH}/" …
Max
  • 9
  • 7
-1
votes
1 answer

editing httpd.conf on apache

I'm trying to make my apache visible on my local network for being able to acces my wordpress site hosted there, by editing httpd.conf file on /bin/apache/conf/ and im getting a Permision Error, but I can't find any clear content on the Internet. Im…
-2
votes
1 answer

No access on networked laptops

I've created a Wordpress development site in UWAMP which works perfectly. It is in the main www directory, not a virtual host folder. Networked computers cannot access it at all on 127.0.0.1 but I CAN see the UWamp www index.php page on the…