View Single Post
  #3 (permalink)  
Old 03-31-2007, 12:50 PM
Mikeee Mikeee is offline
New Pligger
 
Join Date: Mar 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by savant View Post
in you pligg directory can you check if there is a settings.php file

it might be named settings.php.default so you'll have to rename it.

then set permission to 777 and run the installation.
Hello. Yes I had it renamed to setting.php and chmoded 0777, but still got the same error. My pligg dir is root html directory. Which is where settings.php is.

But why does it say ./settings.php ? Doesn the dot indicate current folder, which is /install/ ? Shouldnt it say /settings.php ?

Also, I checked in config.php on line 104 it says ...

Code:
$file = dirname(__FILE__) . '/templates/' . $thetemp . "/pligg.tpl";
But when I look in templates folder, there is no file called pligg.tpl

Last edited by Mikeee; 03-31-2007 at 01:08 PM..
Reply With Quote