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
1
vote
1 answer

"uwamp" openssl extension Composer

I'm trying to install composer on my windows 7 using uwamp but i'm getting this message : the openssl extension is missing from the php version. I opened php_uwamp.ini and I did a copy and named to php.ini and changed php_uwamp.ini and php.ini…
Bynd
  • 675
  • 1
  • 15
  • 40
1
vote
1 answer

Unable to use the Symfony installer because of an https error

I am trying to learn Symfony ... started reading tutorials and it seems that the best way to get started is to use the build in Symfony installer. So I installed uwamp on my USB key drive. It seems to be working fine cause the test page opens up…
Patrick Simard
  • 2,294
  • 3
  • 24
  • 38
1
vote
3 answers

Importing sample database into phpMyAdmin

I am trying to import a sample database "employees.sql" from official phpMyAdmin webpage. I am using uwamp server and getting the following error when using phpMyAdmin "import" option: Unrecognized statement type. (near "source" at position 0) .SQL…
Luki
  • 409
  • 11
  • 25
1
vote
2 answers

How do I hide the cmd windows when rotating logs?

I added this command to httpd_uwamp.conf : #LOG ROTATION TransferLog "|C:/UwAmp/bin/apache/bin/rotatelogs.exe C:/UwAmp/bin/apache/logs/backup/access-%Y_%m_%d.log 5M" It works fine, but cmd window is always visible while Apache is on. Does anyone…
migli
  • 2,692
  • 27
  • 32
1
vote
1 answer

Connect to localhost sqlite db with php

I have UwAmp installed and running. I have set up a mysqlite db on the localhost and I'm trying to connect to it using the following PHP code:
KPM
  • 181
  • 4
  • 23
1
vote
0 answers

UwAmp : Mysql server not starting

Mysql Server stop working after 2 seconds (fresh install of uwamp) Uwamp version 3.1 started with Administrator rights on windows 8.1 pro 64 bits. Here is the Mysql log : 2016-05-05T21:13:23.906126Z 0 [Warning] TIMESTAMP with implicit DEFAULT value…
user5957052
  • 13
  • 1
  • 5
1
vote
2 answers

Simogeo FileManager does not show the images

I have Simogeo FileManager version 2.0.0. I extracted it in root/tools, changed the config file, set up the permissions, hooked it to tinymce and everything seemed to work. The tinymce opens the popup window with FileManager. I can create a folder,…
tttpapi
  • 887
  • 2
  • 9
  • 32
1
vote
2 answers

Unable to start uwAmpp Mysql server

I have Xampp in my computer and all thing works well; but when I uninstall it and install uwAmp instead, I can not start MySQL server.(uwApm is a portable version of wamp). I have search the web for my problem and found out that I must delete any…
user3974637
  • 25
  • 1
  • 8
0
votes
0 answers

LibCurl dependencies missing from PHP 7.2.7 Installation

Downloading the binaries from PHP.Net I don't see any libeay32.dll and ssleay32.dll, but in the install.txt it says it is bundled: php_curl.dll CURL, Client URL library functions Requires: libeay32.dll, ssleay32.dll (bundled) I have no problems…
0
votes
1 answer

Support to PHP 7.1 and higher

I am using uWamp for our localserver (USB Drive) site designed and developed in WordPress. We are using Redux framework for our Website and this framework requires PHP 7.1. Is uWamp available with PHP 7.1 I tried installing PHP 7.1 or higher…
0
votes
1 answer

Bind_Param Function in PHP returning error from Uwamp

I'm trying to make a login system with PHPMyAdmin and I seem to be having trouble with the bind function. It should print the records stored in the database of the account I log in with but instead I get this error from uwamp; Warning:…
0
votes
2 answers

How to upgrade MySQL in UwAmp?

I am running UwAmp 3.1.0. I am trying to upgrade MySQL from is currently installed release (5.7.11) to a newer release (5.7.29). I downloaded the installation zip file and extracted it in a new folder bin\database\mysql-5.7.29. I copied the…
JPG
  • 1
  • 2
0
votes
0 answers

MySQL garbled data

I have a server running UwAmp and I was using phpMyAdmin to run a database. When I was looking through it, I noticed it was using utf_16_swedish_ci. It was working perfectly fine, however I wanted to change it to utf_16_general_ci like we had been…
Nico
  • 101
  • 9
0
votes
1 answer

Python: How to split input from database into a 2d array

I'm using a mySQL database on uwamps to store data on names and highscores of people who've played a game, and I need to get that data into a 2D array. So far, I've managed to get the data in as a 1D array, which looks like this when i print…
Nico
  • 101
  • 9
0
votes
2 answers

How to fix apache server in uWamp

I use uWamp for a long time on Windows Vista, 7 and 10 but it don't work on my new computer (Dell XPS with core i7 10th gen) : Apache don't Go. The port 80 is used by "system" so y change it many times without effect. I install Wamp and I have no…