1

(2 replies, posted in Apache, MySQL, PHP & Co.)

yes you can download it from the apache page and overwrite everything EXCEPT the httpd.conf file.

2

(2 replies, posted in MoWeS Portable)

you can download them from their original sources and just replace the files. just make sure you do NOT overwritte the configuration files (mysql\my.ini and php5\php.ini)

3

(1 replies, posted in MoWeS Portable)

Dear Fred,

this heavily depends on your USB stick. Moodle is very database driven and hence is reading and writing a lot of stuff. If your USB is slow, the Moodle performance will be bad!
Try running it from your harddrive (just move the whole MoWeS folder somewhere on your harddrive) and see if there is a difference. If there is get a faster USB Stick.

4

(5 replies, posted in Other stuff)

MoWeS = Modular Webserver System smile

http://www.chsoftware.net/en/mowes/mowes.htm

5

(1 replies, posted in MoWeS Portable)

Thanks aravot for letting us know!
I fixed the problem and you can updated now.

6

(0 replies, posted in Annoucements)

We have moved the forum to a new server and a new domain:
www.forum.mowesportable.net

feel free to post any problems you encounter right here.

sorry my mistake. I shipped the wrong php.ini with it.
Please download the alpha 0.2 release again. I updated it

We are proud to announce that we have released MoWeS Portable III Alpha 0.2 for our Project MoWeS members for testing purposes.
The package consists of:
- Apache 2.2.4
- MySQL 5.5.8
- PHP 5.3.5

The major new feature in version 0.2 is the the support for MoWeS Portable II application (server packages are NOT supported) packages. This means you can download all application packages from www.mowes.chsoftware.net (choose download and then "I already have a MoWeS package").
As usual put them in the same folder as the mowes3.exe and then choose from the menu "Install packages". Now you can choose which packages to install.

We appreciate your feedback.

We are currently working on MoWeS Portable III version 0.2.
The biggest change is that the application packages (TYPO3, Wordpress, Drupal etc) of MoWeS Portable II will be usable with it! Moreover, you do NOT have to restart MoWeS anymore to install packages - you can do that during runtime!

Furthermore the menus have been cleaned up a bit and the code is now completely written in Microsoft Visual Studio 2010 instead of Visual Studio 2008.

Check out the screenshot:


http://img.chsoftware.net/forum/mowes_portable_3_v0200.png

10

(1 replies, posted in Getting started)

http://www.mowesforum.chsoftware.net/to … -starting/

11

(9 replies, posted in Project MoWeS)

hey smittie, no it is in the project mowes section - mowes portable III ultra

12

(0 replies, posted in Annoucements)

Update a few packages:
- Moodle 2.0.1
- Drupal 7.0
- PHPMyAdmin 3.3.9
- MySQl 5.5.8
- PHP 5.3.5
- PHP 5.2.7

Please pay attention to the following FAQ article when encountering MySQL connection problems:
http://www.mowesforum.chsoftware.net/to … r-php-53x/

13

(0 replies, posted in FAQs)

Symptoms

  • Some applications connect connect correctly to the MySQL database server anymore.

Applies to: MoWeS Portable II, all PHP packages greater 5.3.0

Cause

  • After PHP 5.3.0 the IP resolution was changed. When using "localhost" instead of "127.0.0.1" as MySQL server PHP cannot connect anymore the MySQL server.

Resolution
Use "127.0.0.1" instead of "localhost" as database server in any application. Yet, some MoWeS packages have not been updated hence there is still "localhost" used. You need to fix this manually in the application configuration file.

  • Open the Windows Explorer and goto the www directory.

  • Switch to the application directory that is not working correctly anymore.

  • Look for a file that is called "config.inc.php", "settings.inc.php", "config.php" or similar.

  • Open this file in a text editor (e.g. Notepad)

  • Look for a line that says something like

$dbServer = "localhost";
  • Change this line to

$dbServer = "127.0.0.1";
  • Save the changes. Everything should work fine now.

14

(5 replies, posted in MoWeS Portable)

check the mysql log file in mysql\data\COMPUTER_NAME.err

15

(1 replies, posted in Getting started)

da stimmt etwas mit dem user nicht - der user pma ist der controll user von phpMyAdmin und der wird standardmäßig in der MoWeS Installation nicht mitgeliefert.
Wie wurde denn die Datenbank importiert?

16

(21 replies, posted in Apache, MySQL, PHP & Co.)

http://www.mowesforum.chsoftware.net/to … -starting/

Under windows you do not need to recompile php to add modules. just enable them in the php.ini file in the extension section.

I agree that this is an issue - but it comes from the fact that php is a scripting language the php files are usually always source and not object or binary code.

the only solution I see is to use zend guard which encrypts php files - but i am not sure if zend guard works that way yet it might be worth a try.

19

(1 replies, posted in Getting started)

http://www.mowesforum.chsoftware.net/to … -starting/

20

(6 replies, posted in Project MoWeS)

http://www.mowesforum.chsoftware.net/post/1624/#p1624

21

(0 replies, posted in FAQs)

Symptoms
You want to use MoWeS Portable III with command line options such as auto start everything and auto minimize.

Applies to: MoWeS Portable III

Resolution
First, MoWeS Portable III accepts several command line options (run "mowes.exe --help" a list):

  • --force-path-correction: Forces to correct paths even if paths have not changed

  • --auto-start: Starts all packages automatically after the start

  • --auto-hide: Minimizes MoWeS automatically after the start

You can combine several command line options.
The easiest way is to create a .bat file in the mowes.exe directory. Open notepad and create new file, e.g. with the following content:

mowes.exe --auto-hide --auto-start

Save the file as mowes.bat (select file type "All files")

22

(2 replies, posted in Getting started)

Follow http://www.mowesforum.chsoftware.net/to … -starting/

23

(1 replies, posted in MoWeS Portable)

try 7zip please and consider http://www.mowesforum.chsoftware.net/to … correctly/

24

(1 replies, posted in Other stuff)

You need to get the MoWeS Portable source code from http://www.mowesforum.chsoftware.net/to … urce-code/

You need Visual Basic 6 and some programming knowledge.
Otherwise get in touch with us, as we can also do that for you.

http://www.chsoftware.net/en/contact/contact.htm

25

(1 replies, posted in Getting started)

Which PHP version are you using?