Customizing SMF > Modifications and Packages

Ajax Profile Comments

<< < (11/14) > >>

The Craw:

--- Quote from: Diego Andrés on July 21, 2012, 11:50:44 AM ---
--- Quote from: The Craw on July 21, 2012, 11:41:02 AM ---Was there another profile comments mod installed before this one? That seems to have been the problem for a lot of people, as the database tables don't play nice with each other.

--- End quote ---

Maybe you can try to use another name, like profile_ajax_comments

--- End quote ---

I could, but then my support thread would be empty, wouldn't it? Strategy, man. ;)

FrizzleFried:
I would guess that I did try out the Ultimate Profile mod.  I am guessing that is where the issue would be...

The Craw:
That is most likely the problem. I'll have to put warnings about that in the next version. Either that, or pick a unique table name as Diego Andrés suggested.

mahmoudgamal:
I Got Error
--- Code: ---Unknown column 'comment_id' in 'field list'
File: /home/a6497166/public_html/Sources/Profile-View.php
Line: 256
--- End code ---
i triad to reinstall it 2 times

The Craw:

--- Quote from: mahmoudgamal on August 05, 2012, 09:19:24 PM ---I Got Error
--- Code: ---Unknown column 'comment_id' in 'field list'
File: /home/a6497166/public_html/Sources/Profile-View.php
Line: 256
--- End code ---
i triad to reinstall it 2 times

--- End quote ---

Most likely you had/have another profile comments mod installed. If it is still installed, try uninstalling that one making sure to also remove its database table by checking "Remove all data associated with this modification." If you've already uninstalled that mod and forgot to remove its database table, open phpmyadmin and run the following query in your SMF database.


--- Code: ---DROP TABLE `smf_profile_comments`;

--- End code ---

That is of course assuming that your db_prefix is set to "smf_"

Also, you could have saved yourself a heap of time by reading the previous pages of this topic, as this problem has come for a number of people.  ::)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version