View Single Post
  #6 (permalink)  
Old 03-31-2007, 04:27 PM
savant's Avatar
savant savant is offline
Constant Pligger
 
Join Date: Apr 2006
Location: UK
Posts: 1,218
Thanks: 64
Thanked 207 Times in 148 Posts
that error has to do with the settings.php

Looking at the installer, it looks like the settings.php is made only after everything is installed.

PHP Code:
<?php
$my_base_url 
'http://localhost';
$my_pligg_base '/pligg';
$dblang 'en';
define('table_prefix''pligg_');
include_once 
mnminclude.'settings_from_db.php';
?>
here's settings.php. just edit with your details and see how it goes.
__________________
Anatomy of the Pligg template Help needed
Reply With Quote