Results 1 to 10 of 10
  1. #1
    New Pligger pschwar's Avatar
    Joined
    Jan 2007
    Posts
    7
    Thanks
    Received:0
    Given: 0

    Exclamation Simple installation trouble, please help!

    Everything seems to install correctly, but then I get this message...

    Troubleshooter:

    SQL/DB Error -- [Table 'pligg.table_prefixconfig' doesn't exist]

    SQL/DB Error -- [Table 'pligg.modules' doesn't exist]

    * Base URL is not set - Visit: Admin Config - Location Installed
    * "cache" directory is not writable - issue: chmod 0777 cache
    * Your lang.conf is not latest - please check your current lang.conf against the latest version for any changes.

    It says it created those two tables, but they're not there. I tried installing again, same problem. I'm unable to access the admin panel. And I see no "cache" directory.

    Any ideas what I'm doing wrong?

    I tried to manually create pligg.modules table and got this error...


    CREATE TABLE `pligg_modules` (
    `id` int( 11 ) NOT NULL AUTO_INCREMENT ,
    `name` varchar( 50 ) NOT NULL ,
    `version` float NOT NULL ,
    `folder` varchar( 50 ) NOT NULL ,
    `enabled` tinyint( 1 ) NOT NULL ,
    PRIMARY KEY ( `id` )
    ) ENGINE = MYISAM

    MySQL said: Documentation
    #1064 - You have an error in your SQL syntax near 'ENGINE=MyISAM' at line 8

    I'm using BETA 9. Here's my info file: http://digg.finlandforthought.net/info.php

  2. #2
    New Pligger pschwar's Avatar
    Joined
    Jan 2007
    Posts
    7
    Thanks
    Received:0
    Given: 0
    Anyone...?

  3. #3
    Constant Pligger savant's Avatar
    Joined
    Apr 2006
    Posts
    1,181
    Thanks
    Received:0
    Given: 0
    hi

    Could you copy and paste the settings.php file here?

    thanks

  4. #4
    Casual Pligger bizdiggers's Avatar
    Joined
    Jan 2007
    Posts
    49
    Thanks
    Received:0
    Given: 0
    Have you changed the prefix to blank from pligg_ in your settings.php?

  5. #5
    Pligg Developer/Admin kbeeveer46's Avatar
    Joined
    Jun 2006
    Posts
    3,215
    Thanks
    Received:1
    Given: 0
    for forgot a semicolon after the SQL above. Try this and change "pligg_" to whatever your database prefix is.
    Code:
    CREATE TABLE `pligg_modules` (
    `id` int( 11 ) NOT NULL AUTO_INCREMENT ,
    `name` varchar( 50 ) NOT NULL ,
    `version` float NOT NULL ,
    `folder` varchar( 50 ) NOT NULL ,
    `enabled` tinyint( 1 ) NOT NULL ,
    PRIMARY KEY ( `id` )
    ) ENGINE = MYISAM;

  6. #6
    New Pligger pschwar's Avatar
    Joined
    Jan 2007
    Posts
    7
    Thanks
    Received:0
    Given: 0
    Quote Originally Posted by savant View Post
    hi

    Could you copy and paste the settings.php file here?

    thanks
    Hi! I haven't edit it...

    <?php
    $my_base_url = 'http://localhost';
    $my_pligg_base = '';
    $dblang = 'en';
    define('table_prefix', 'pligg_');
    include_once mnminclude.'settings_from_db.php';
    ?>

  7. #7
    New Pligger pschwar's Avatar
    Joined
    Jan 2007
    Posts
    7
    Thanks
    Received:0
    Given: 0
    Quote Originally Posted by bizdiggers View Post
    Have you changed the prefix to blank from pligg_ in your settings.php?
    Hi! No, I haven't.

  8. #8
    New Pligger pschwar's Avatar
    Joined
    Jan 2007
    Posts
    7
    Thanks
    Received:0
    Given: 0
    Quote Originally Posted by kbeeveer46 View Post
    for forgot a semicolon after the SQL above. Try this and change "pligg_" to whatever your database prefix is.
    Didn't help. :-(

  9. #9
    Pligg Developer/Admin kbeeveer46's Avatar
    Joined
    Jun 2006
    Posts
    3,215
    Thanks
    Received:1
    Given: 0
    Like we said before, your modules and config table never got inserted. You need to manually insert them using the code in installtables.php

  10. #10
    New Pligger anstimp's Avatar
    Joined
    Aug 2011
    Posts
    1
    Thanks
    Received:0
    Given: 0
    Your problem is that you didn't read the readme before you install. Read it carefully before you install. Do everything it says including chmods.

Similar Threads

  1. Simple Installation Problem
    By manutd81 in forum Questions & Comments
    Replies: 5
    Last Post: 01-21-2010, 01:14 PM
  2. Trouble with catagories
    By hizees in forum Questions & Comments
    Replies: 6
    Last Post: 05-30-2009, 08:00 AM
  3. Trouble with seeing post
    By seolinks in forum Questions & Comments
    Replies: 2
    Last Post: 02-18-2008, 12:45 PM
  4. Trouble with javascript
    By clems365 in forum Questions & Comments
    Replies: 0
    Last Post: 12-26-2007, 08:32 AM
  5. Installation trouble
    By taboyunet in forum Questions & Comments
    Replies: 3
    Last Post: 08-16-2007, 03:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Pligg Modules and Pligg Templates from Pligg Pro Web Hosting Services by Midphase Dreamhost Web Hosting Donate to Pligg