Questions tagged [server2go]

Server2Go is a freeware WAMPP server-stack that runs out of the box without any installation and on write protected media.

Server2Go is a software package that bundles Windows versions of PHP, MySQL, Apache and Perl.

It is designed to run on removable and write-protected media such as USB Sticks or CD-ROMs (it can run standalone web applications from a CD-ROM).

Server2Go is self-configurable; there is no need to install or configure the server before running web software. It runs on most versions of Windows from Win 98 on, Mac OS X support is in progress.

More information can be found on the Server2Go project's website.

13 questions
2
votes
0 answers

Apache and MySQL not shutting down after Server2Go shutdown

I am using Server2Go, which can run from a CD with no installation. When I start it it loads Apache and MySQL, and opens a browser (I am using Firefox Portable). After I close the browser window the Server2Go instance shuts down, but leaves the…
Yaron
  • 1,540
  • 3
  • 19
  • 33
2
votes
2 answers

Server2Go like for ASP.NET , A portable ASP.NET Server

Server2Go is easily run Web server that supports Apache, PHP, MySQL, and Perl right from a USB flash drive. You can use Server2Go right out of the box without any installation. For example, imagine being able to carry a live Web site demo into a…
xsari3x
  • 442
  • 2
  • 12
  • 36
2
votes
3 answers

PHP Exe Output - Cannot access database

Okay so I am trying to convert my php program/php files into a .exe output so it can be ran by anyone I give the file to, wherever they are. It works perfectly on my end. However, when my friend ran the same .exe file on his own computer, there's…
lexus
  • 101
  • 12
1
vote
2 answers

How to establish database connection with CakePHP on Server2Go?

I've been trying to use CakePHP on Server2Go portable server - but for some reason, I'm unable to connect to DB. Moreover, cake flashes some warnings about mod-rewrite. I have no problems with setting up the same app on XAMPP or WAMPP, also I'm SURE…
user1095745
1
vote
1 answer

PPI + Server2go

I am having a problem getting PPI framework to run on Server2go. How do you use a port? for example 172.0.0.1:4001 in the datasource.config.php of PPI.
1
vote
1 answer

Server2go with newer versions of PHP

Server2go ( http://www.server2go-web.de/ ) latest downloads have PHP version 5.3.2 Can anyone provide simple instructions for upgrading the PHP element to 5.4.x and 5.5.x Ideally I would like (for development testing) Server2go with both versions of…
Dave
  • 243
  • 7
  • 16
1
vote
1 answer

How to assign BrowserPath dynamically in Server2go app?

This is my first post on stack overflow. I am using Server2go and Portable Firefox on a Pen Drive. There is a config file in Server2go named pms_config.ini. There is a line which allows you to specify the path to the Browser that am gonna use. Is…
Knowledge
  • 23
  • 1
  • 8
0
votes
1 answer

Ajax call in local site to PHP file to kill task

I am hoping someone can explain how to do this to a laymen like me. I found a work around posted by someone else for a project I'm working on. However, I'm not sure how I do this. Here is the workaround posted by someone else: I found a way to get…
Wes
  • 3
  • 1
  • 3
0
votes
1 answer

MySQL rounds decimal values when inserted with php script but not when inserted from phpMyAdmin

The environment this is running in is as follows. It's an instance of Server2Go on a thumb drive. Apache/2.2.15 (Win32), PHP/5.3.2, SQLite 2, MySQL 5.1.46-community, and Perl 5.8. The php script opens a file and loops through it line by line. A…
user2355051
  • 605
  • 1
  • 8
  • 26
0
votes
0 answers

Server2go not supporting .htaccessfile

I have downloaded and installed latest version of server2go. I put my all files in htdocs folder with .htaccess file where I have rewritten various rules... RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond…
Vinay Kesharwani
  • 133
  • 1
  • 5
  • 17
0
votes
3 answers

"cannot find file specified" error

When I try to run server2Go.exe, I get "The system cannot find file specified." error. And it does not run. Which file is it looking for? I suppose it is iexplorer.exe but I want to be sure and I wonder where it is trying to find this file?
Canburak Tümer
  • 993
  • 17
  • 36
0
votes
1 answer

WAMP Data Loss Issues

My company has a product that allows our clients to perform tasks offline and then sync with the online version. We have ran into a problem that has grown more and more frequent. The problem is two fold: During the syncing process, it appears…
Andrew Rhyne
  • 5,060
  • 4
  • 28
  • 41
0
votes
1 answer

Server2Go not saving my database

I am running server2go on my pc. This is a project for some of my clients. When i create a database in phpmyadmin using server2go the database is not saved. So each time I restart I have to create a database. How do i save the databse and what…
Sithelo
  • 307
  • 9
  • 28