This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Can't install?
#1

When going to use the installer, I choose "Install" click Continue and I get the error: "The programme appears to have already been installed."

I have done everything required (permissions, database connection is correct)..

any clue?
Reply
#2

It seems like you've already installed it. Try opening the admin panel.

I'm giving you three guesses...
Reply
#3

no tables have been set up in the database. I did NOT install this already, nor have i set up an admin user/pass to log in to the admin section. of course I can hit the admin since the directory is uploaded to my server...
Reply
#4

Can you quickly check using phpMyAdmin that no tables are in the database?

Have you completed the interview?
Reply
#5

there are other, non-related tables, of which all have prefixes, which is also the way i'm trying to set this up (using comments_ as the prefix).
Reply
#6

I see. One of your other non-related tables must contain the word 'comments' as that's how Commentics checks whether it has already been installed. I'll look into implementing a more thorough check for the next version.

Please open comments/installer/install_1.php

Remove this section of code:
PHP Code:
<?php
if (mysql_num_rows(mysql_query("SHOW TABLES LIKE '%comments'"))) {
echo
"<span class='fail'>";
echo
"The programme appears to have already been installed.";
echo
"</span>";
die();
}
?>

Have you completed the interview?
Reply
#7

Yup, that was it.. another table did in fact include "comments" in the name (after the prefix)..

Removed that code and it worked fine.

Thanks for the quick response(s)!!
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Steven
12-Dec-2021, 11:43 AM
Last Post by WhatSay
15-Aug-2020, 02:11 PM
Last Post by Steven
12-Nov-2018, 12:48 PM
Last Post by cexplorer
13-Jul-2018, 07:55 PM
Last Post by Steven
14-Apr-2017, 11:56 AM
Last Post by ErnieAlan
04-Nov-2015, 02:48 AM
Last Post by monster_man
29-Mar-2015, 05:20 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)