MyBB Community Forums

Full Version: ProfileVC Help!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried installing the plugin ProfileVC, but I can't run the SQL query. And now when I try to access a profile on my forum it come up with this:

mySQL error: 1146
Table 'mybb.mybb_profile_vc' doesn't exist
Query: SELECT views FROM mybb_profile_vc WHERE uid='1'


I really wanted this plugin too. Sad No way I can get it is there?

FW
Did you do this? ->
2) Run the following SQL query via phpMyAdmin or cPanel (change mybb_ to your forums prefix)
CREATE TABLE mybb_profile_vc (
vid INT NOT NULL AUTO_INCREMENT ,
uid INT NOT NULL ,
views INT NOT NULL ,
PRIMARY KEY ( vid )
);

You need to run that query in your PHPmyadmin.
I don't have a PHPmyadmin. How do I get it?

FW
Okey, Do this.
1) deactivate the plugin. IMPORTANT!
2) Upload the new plugin I added in the attachment.
3) Activate it again.
Thanks! It works now!!! Thanks alot!

FW
No problem at all. happy to help. Btw, this should be in mods forum.