Results 1 to 3 of 3

Thread: Has anyone seen this - "'profile_comments' doesn't exis

  1. #1
    Join Date
    Jul 2007
    Posts
    16

    Default Has anyone seen this - "'profile_comments' doesn't exis

    I get the following error when I try to login:
    "profile_comments' doesn't exist"
    It seems to be a an SQL error; any ideas on how to fix?
    Thx

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    You can create the table in phpMyAdmin

    CREATE TABLE `profile_comments` (
    `id` int(11) NOT NULL auto_increment,
    `uid` int(11) NOT NULL default '0',
    `posted_by` int(11) NOT NULL,
    `comment` text NOT NULL,
    `ip` varchar(255) NOT NULL default '',
    `date` datetime NOT NULL default '0000-00-00 00:00:00',
    PRIMARY KEY (`id`),
    KEY `uid` (`uid`)
    );


    Are you doing upgrade or new installation ?

  3. #3
    Join Date
    Jul 2007
    Posts
    16

    Default

    Arrgghh!
    My stupid. I was doing an upgrade.
    I forgot to run 'install.php' (then delete the 'install' folder). Sorry for wasting space. Running install.php creates the new entry in MySQL, apparently.
    Thanks - problem fixed! :)

Similar Threads

  1. locate "page" folder? modify html file
    By pmarket in forum Template Modifications
    Replies: 1
    Last Post: 02-17-2008, 02:26 PM
  2. Where is "guest bar" also bar "most viewed" etc
    By abeez in forum Template Modifications
    Replies: 2
    Last Post: 01-21-2008, 03:33 AM
  3. profile_comments error
    By local_master in forum Installation Support
    Replies: 5
    Last Post: 09-27-2007, 03:01 PM
  4. Bottom Advert Broken in "Recently Added Groups" page
    By grynmoors in forum Installation Support
    Replies: 2
    Last Post: 09-09-2007, 01:24 AM
  5. "Classified " Site, and "Image Hosting"
    By chiefody in forum Sales Questions
    Replies: 1
    Last Post: 07-04-2007, 08:26 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •