-
PAMP install woes
I had the latest MWS installed and decided to add PAMP. I installed pamp_1_0_1.sis and every time I click the PAMP icon I get "System Error". What can be done? The phpinfo page appears correctly, so PHP must be working. I installed the PAMP MySQL client and it says the server is not running. How do I fix this?
Both MWS and PAMP are in the phone root. I plan on installing Wordpress or something similar. I haven't seen any instructions for moving the document root. Should I just reinstall?
-
Re: PAMP install woes
Hi,
Sorry for not responding earlier.
[QUOTE=eliotphillips;446072]I had the latest MWS installed and decided to add PAMP. I installed pamp_1_0_1.sis and every time I click the PAMP icon I get "System Error". What can be done? The phpinfo page appears correctly, so PHP must be working. I installed the PAMP MySQL client and it says the server is not running.
[/quote]
I could repeat this and I'm absolutely puzzled of what's going on. Right now I cannot look into this deeper, but I will do that as soon as possible.
[quote]
How do I fix this?
[/quote]
Download the [I]pamp_mysql_1_0_1.zip[/I] archive and install the contained MySQL sis file. That'll give you MySQL and a [I]DBMS[/I] application from which to start it. The PAMP icon will still cause "System error", but that doesn't matter much as it merely allows you to start httpd and MySQL without starting MWS.
[quote]
Both MWS and PAMP are in the phone root. I plan on installing Wordpress or something similar. I haven't seen any instructions for moving the document root. Should I just reinstall?[/QUOTE]
Basically you should be able to move the document root by moving "c:\data\web server\htdocs" where you want to have it, and by adjusting [I]DocumentRoot[/I] and the relevant [I]<Directory>[/I] entries in "c:\data\web server\conf\httpd.conf" accordingly. It might be simpler to just reinstall.
Sorry for the inconvenience.
Johan
-
Re: PAMP install woes
[QUOTE=eliotphillips;446072]How do I fix this?
[/quote]
Create the directory [font=courier]C:\Data\Apache[/font].
Apparently that directory existed on the devices I used when I the tested MWS/PAMP interoperability - sigh.
Johan
-
Re: PAMP install woes
There's now a package - pamp_1_0_1b.zip - at SourceForge that creates the [font=courier]C:\Data\Apache[/font] directory at installation time. So now, installing PAMP over MWS really should work out of the box.
Johan