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

Start uWAmp in Silent mode

I need to start uwamp before My user can use an app. But I would need to start Uwamp in silent mode i.e without getting the window on the screen. Is there any config I didn't find it
Alain BUFERNE
  • 2,016
  • 3
  • 26
  • 37
0
votes
1 answer

PHP image blob displays symbols instead of picture

I'm trying to display product cards with images on my website, instead of the image, there's a text with symbols as below. Here is the index: $q = "SELECT * FROM items" ; $r = mysqli_query( $link, $q ) ; if ( mysqli_num_rows( $r ) > 0 ) { #…
Daniel Klas
  • 37
  • 1
  • 5
0
votes
1 answer

Rewrite Rules return 404 error with new version of UwAmp

I installed UwAmp 2.0 and everything worked ok, and then I decided to install UwAmp 3.0.2. However, now the Rewrite Rules do not work. This one, for instance, returns a 404 error: RewriteRule ^([^/]+)/$ /category.php?label=$1 [L] when accessing…
Hookstark
  • 1,097
  • 3
  • 11
  • 23
0
votes
1 answer

UwAmp New php Versions not showing up in included "repo"

So basically new php versions are broken, they no longer show up except the Uwamp php mirror, BUT that is not updated and seriously needs a refresh. I have tried looking for a config file to show where the url's for the fetch of information but i…
0
votes
1 answer

how to start uwamp as an background process and how to get notified server is ready in windows os?

need to start PHP , APACHE , MYSQL using UWAMP or any as Background process without showing tray icon or any ? using command line start -WindowStyle Hidden its not working. kindly suggest me something for this.
abrejohn
  • 11
  • 4
0
votes
1 answer

Uwamp support for php:7.0.4

When checked in the Uwamp website, I am not able to see PHP version related information associated with each Uwamp version. Can I know if any of the Uwamp versions supports: PHP 7.0.2/PHP 7.0.6/PHP 7.0.6? If if is not, when the support for this…
iqbalmp
  • 607
  • 1
  • 14
  • 24
0
votes
1 answer

UwAmp server doesn't detect changes that've made in files

everyone! I'm using UwAmp 3.1.0 for my php development but I had some troubles with it. It worked perfectly at the beginning and the server still works perfectly now but whenever I made a change to a .js file or .php file it doesn't reflect…
0
votes
1 answer

Installation of ffmpeg and others on UWAMP

i try to install clip bucket for making a youtube clone site but the script ask to install ffmpeg and others compression tools on the server and i dont know how to do it . Lots of online host dont allow those libs for free. I use UWAMP but dont…
Cudex
  • 49
  • 8
0
votes
1 answer

An expression was expected. MySQL

DROP TABLE IF EXISTS group ; CREATE TABLE group (id_group INT(10) AUTO_INCREMENT NOT NULL, title_group VARCHAR(200), discription_group VARCHAR(200), image_group VARCHAR(200), date_group DATE, id_user INT(10), id_category INT(10), PRIMARY…
Bynd
  • 675
  • 1
  • 15
  • 40
0
votes
1 answer

uwamp - What is best pratice when it comes to upgrading?

We currently run Uwamp 2.2.1. Versiojn 3.1.0 is available. What i9s best practice when upgrading. i.e. how do do it? We are new to Uwamp, bit we successfully run an internal website based on mysql. Thank you
0
votes
1 answer

Choose directory of site folder (www) uwamp

I installed uwamp to deploy in my company and I have a question. Can I setting up uwamp to move the site folder (www) in Appdata/roaming for each active directory user work on own site and can retrieve if they change computer ? Thanks you in advance
0
votes
1 answer

Errors with UwAmp PHP 7

I get errors with some WordPress themes (Layers and Dynamic Website Builder) when using UwAmp and versions of PHP 7. With Layers there is an error about an empty category array and with Dynamic Website Builder, the admin pages cannot be reached…
0
votes
1 answer

mysqld.exe stop working

Need your help. I'm trying to run UwAmp on my pc, everything is working except for MySQL server which keep crashing over and over again. Apache server works well, but when I try to run MySQL server, "mysqld.exe stop working". And not a single mysql…
IndieP
  • 1
  • 1
  • 2
0
votes
2 answers

Uwamp - Php 5++ run well but stop and not working after change to Php 7

Uwamp Version: 3.1.0 Installation : USB Drive I just download Uwamp 3.1.0 today and everything run well but apache will stop if I switch to php 7. It happen only if I switch to php 7, and when I switch it back to php 5, apache work fine.. The error…
SNK
  • 31
  • 3
0
votes
1 answer

Drupal on uWamp won't start ERR_SSL_PROTOCOL_ERROR

I need your help. I try to make a website with Drupal in localhost, using uWamp. But everytime I try to access my site/index.php or just site/ , I get an error : ERR_SSL_PROTOCOL_ERROR. I change the value of the 'port' field in settings.php but…