PHP for Lucid 525

Configuration wizards, scanners, remote desktop, etc.
Post Reply
Message
Author
kaeza
Posts: 51
Joined: Thu 01 Dec 2011, 02:49

PHP for Lucid 525

#1 Post by kaeza »

I'm looking for a working PET of PHP+MySQL+<whatever is needed>

I'm thinking of setting up a local Wiki, but can't find a working pet with the required utilities.

I don't like the included DidiWiki program, and I don't want to reinvent the wheel by compiling yet another package if there is already one.

Either that or a good Wiki software that does not require PHP or MySQL.

Can you give me any clues/links/tips?
[i]"Courage is not the absence of fear, but rather the judgement that something else is more important than fear."[/i] -- Ambrose Redmoon

alwaysalonee
Posts: 62
Joined: Tue 28 Feb 2012, 04:16

#2 Post by alwaysalonee »

this one works out of the box in my lucid 5.2.8
http://www.logicworks.co.nz/puppy/LHMP- ... -5.3.3.pet

i cant seem to find the link from where i downloaded it
here's tut : http://pastebin.com/WWXCbbx0

kaeza
Posts: 51
Joined: Thu 01 Dec 2011, 02:49

#3 Post by kaeza »

I downloaded the package, but when I type

Code: Select all

http://localhost/somepath/index.php
it shows the PHP script as actual text.

How do I make hiawatha execute the script?
[i]"Courage is not the absence of fear, but rather the judgement that something else is more important than fear."[/i] -- Ambrose Redmoon

kaeza
Posts: 51
Joined: Thu 01 Dec 2011, 02:49

#4 Post by kaeza »

Now hiawatha says "Forbidden" when accessing

Code: Select all

http://127.0.0.1/index.html
But chromium says that "The link is broken" when I access it as

Code: Select all

http://localhost/index.html
[i]"Courage is not the absence of fear, but rather the judgement that something else is more important than fear."[/i] -- Ambrose Redmoon

alwaysalonee
Posts: 62
Joined: Tue 28 Feb 2012, 04:16

#5 Post by alwaysalonee »

oh it worked for me in first try in 5.2.8
read this : http://pastebin.com/WWXCbbx0
hope you'll find solution

i m not an expert but you should,
try it on new fresh installation on usb or just upgrade to lucid 528

here's what i had did ..

installed LHMP
rebooted
in htdocs made a folder : test
and put test.php in it with following code

Code: Select all

<?php
       echo "Testing Testing ...";
?>
in chrome : http://localhost/test/test.php
and it worked ...

User avatar
e_mattis
Posts: 114
Joined: Fri 21 Dec 2012, 02:24
Location: Williamston, SC
Contact:

*sigh

#6 Post by e_mattis »

this one works out of the box in my lucid 5.2.8
http://www.logicworks.co.nz/puppy/LHMP- ... -5.3.3.pet

i cant seem to find the link from where i downloaded it
here's tut : http://pastebin.com/WWXCbbx0
Broken links and a lot of confusion - way too many posts and no simple how-to. i'll keep looking but geez, there's gotsta be a better way!

kaeza
Posts: 51
Joined: Thu 01 Dec 2011, 02:49

#7 Post by kaeza »

Man, this is a 5 month old thread.
I have switched to Ubuntu because...well...pretty much lack of support (read: communication) everywhere; here, on #puppylinux, on FB...
I still have Puppy but as a secondary distro for system recovery.
[i]"Courage is not the absence of fear, but rather the judgement that something else is more important than fear."[/i] -- Ambrose Redmoon

Dromeno
Posts: 534
Joined: Fri 12 Sep 2008, 07:01

LHMP gone?

#8 Post by Dromeno »

The following PET looks mighty interesting! Unfortunately the link is dead. Is there somebody who still has a copy and would like to upload it somewhere?


http://www.logicworks.co.nz/puppy/LHMP- ... -5.3.3.pet

Post Reply