Go Back   Pligg Forum > Pligg Help > Installation and Upgrade Help
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-14-2006, 05:25 PM
ranthese ranthese is offline
New Pligger
 
Join Date: May 2006
Posts: 1
Downloads: 0
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Basic installation help

I'm using Windows XP and installed WAMP5 (www.wampserver.com/, which includes Apache, MySql, and PHP).

Not sure where I'm going wrong in the Pligg installation procedure.


I unzipped Pligg into C:\Server\wamp\www\pligg

www is the localhost dir.

Rename /libs/dbconnect.php.default to /libs/dbconnect.php

Modified config.php
define('my_base_url', 'http://localhost'); // the base url to your site.
define('my_pligg_base', '/pligg'); // if installed in a subfolder. leave blank if installed in root.

Then since I'm working on my own computer, I assume I don't have to chmod the files on my end?

I go to install.php and I see some gibberish on the top and bottom like:

Quote:
'; $canContinue = DoesExist ( $canContinue, '../libs/options.php', 0777, '../libs/options.php' ); echo '
'; echo '
'; echo '
'; echo '
'; echo '
'; if ($canContinue) { ?>

'; echo 'If /libs/options.php does not exist, then rename /libs/options.default.php to /libs/options.php'; } function DoesExist ( $canContinue, $file, $mode, $desc ) { @chmod( $file, $mode ); $good = file_exists( $file ) ? 1 : 0; Message ( $desc.' does exist.: ', $good ); return ( $canContinue && $good ); } function isWriteable ( $canContinue, $file, $mode, $desc ) { @chmod( $file, $mode ); $good = is_writable( $file ) ? 1 : 0; Message ( $desc.' is writable: ', $good ); return ( $canContinue && $good ); } function Message( $message, $good ) { if ( $good ) $yesno = 'Yes'; else $yesno = 'No'; echo ''. $message .''. $yesno .''; } ?>
Does this mean there's an error? The next page has some more gibberish, a submit button, and two back buttons. And the installation runs to the third page but the admin isn't working.

I want to get something going on the web, and I think I'll end up putting it on a hosted server, but wanted to get things set up on my side to understand more about how it works, design a new css, and mess around with it.

Sorry, I'm a complete WAMP noob.
Reply With Quote
Reply



Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
Fatal error right after installation pligguser Installation and Upgrade Help 6 05-09-2006 02:10 PM
Help with new installation login problem vbmark Installation and Upgrade Help 3 03-31-2006 12:27 PM
installation database create problem iisbum Bug Report 0 03-22-2006 09:42 PM
A few Basic questions havoc Retired Threads 4 02-27-2006 01:10 PM
6.01 upgrade or fresh installation chart3 Installation and Upgrade Help 3 02-21-2006 10:01 PM


LinkBacks Enabled by vBSEO 3.0.0