Go Back   Profit Blogging Forum > Community Forum > Installing and Using WordPress

Installing and Using WordPress Post all questions on installing, upgrading, moving, importing and deleting Wordpress here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 14-07-07
profitweaver profitweaver is offline
Fresh Meat
 
Join Date: Jul 2007
Posts: 2
Default Related Post Plug in

Hi

I bought the templates from you a few days ago, and am just trying to set one up.

I am using the Music Review template, but am having a problem with the related post plug in.

When I click the link to run the install script for the database, I am told that I need to be a level 8 user(?!).

It says that if I have a problem, to look at the read me to do a manual install. There is no read me (that I can see) and the pdf you supplied doesn't seem to cover this.

The link to the creator of the plug does not work either, so I am stuck!

Can you advise me what I should do please?

Regards

Charlie
http://www.magical-marketing.biz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 17-07-07
WordpressConsultant's Avatar
WordpressConsultant WordpressConsultant is offline
Administrator
 
Join Date: Aug 2006
Location: Subang Jaya
Posts: 3,137
Default

Quote:
Originally Posted by profitweaver View Post
Hi

I bought the templates from you a few days ago, and am just trying to set one up.

I am using the Music Review template, but am having a problem with the related post plug in.

When I click the link to run the install script for the database, I am told that I need to be a level 8 user(?!).

It says that if I have a problem, to look at the read me to do a manual install. There is no read me (that I can see) and the pdf you supplied doesn't seem to cover this.

The link to the creator of the plug does not work either, so I am stuck!

Can you advise me what I should do please?

Regards

Charlie
http://www.magical-marketing.biz

Hi Charlie,

Can you submit a ticket to support center, I need to ask the programmer to look into this issue.
__________________
Regards,

Steven Wong
Wordpress Consultant
| Blog | Internet Online | AllNicheVideo |

Wanna to get link to 2 PR4/PR3 high traffic sites? Go here to find out how!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 17-07-07
profitweaver profitweaver is offline
Fresh Meat
 
Join Date: Jul 2007
Posts: 2
Thumbs down

Quote:
Originally Posted by WordpressConsultant View Post
Hi Charlie,

Can you submit a ticket to support center, I need to ask the programmer to look into this issue.

!

With respect Steven, I started by posting to the support centre. You told me that the support centre was for sales enquiries only, and to post here, which I did. Now I have to post to the support centre again ......

Please, all I want is the manual instructions for setting up the database for this plugin. You must have them (I assume) because the error message refers to a document for manual installations.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 20-07-07
WordpressConsultant's Avatar
WordpressConsultant WordpressConsultant is offline
Administrator
 
Join Date: Aug 2006
Location: Subang Jaya
Posts: 3,137
Default

Quote:
Originally Posted by profitweaver View Post
!

With respect Steven, I started by posting to the support centre. You told me that the support centre was for sales enquiries only, and to post here, which I did. Now I have to post to the support centre again ......

Please, all I want is the manual instructions for setting up the database for this plugin. You must have them (I assume) because the error message refers to a document for manual installations.

Hi Charlie,

It is my bad to re-direct you to forum earlier on. It is because there are so many people submit to the support center for wordpress theme which is not correct. I have to do that to reduce the workload of support center.

Right now, I can understand better about your problem now. You were saying that the related post plugin doesn't work well with the theme, then, I have the reason to ask to submit to support center, which I need the respective staff to look into it.

Please understand here, I have no intention to lead you to nowhere. I need a proper system to manage the forum and the support center, I hope you can understand on that.

Please post the question to support center again, and put the remark you have submitted the same question to forum with the url. Then, I will put you through the right person.

At the same time, I suggest you also contact the related post developer and find out any solution for this problem. Sometimes the plguins developer also able to help from plugin compatibilities to the theme. Our side will check theme compatibilities to the plugin.

Thank you.
__________________
Regards,

Steven Wong
Wordpress Consultant
| Blog | Internet Online | AllNicheVideo |

Wanna to get link to 2 PR4/PR3 high traffic sites? Go here to find out how!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 20-07-07
ProfitBlogger's Avatar
ProfitBlogger ProfitBlogger is offline
Administrator
 
Join Date: Aug 2006
Posts: 718
Default

Hi Charlie,

I believe I have responded in the support center, please tell me if you're still having issues with the related post plugin.

From your description, it looks like Wordpress is not giving you access to the database. Make sure you're logged in as admin.

You can also do the mod into the database directly.
__________________
Gobala Krishnan
ProfitBlogger
=================================
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 06-09-07
unique unique is offline
Fresh Meat
 
Join Date: Sep 2007
Location: Australia
Posts: 3
Default

If looking for the plugin search 'related posts wasabi' to get current version.
Read me is as below regarding phpMyAdmin fix. Go CPanel, PhpMyAdmin, find the wp MySql db by number (check your wp list for it) and when it gets to run command look for query at the top. Then do as described in read me, as quoted below.

"b) If automatic creation of a full text index fails. You will have to set it up manually. Don't worry it's not hard. Just open your database in phpMySQLadmin and run the following command (cut & paste):

ALTER TABLE `wp_posts` ADD FULLTEXT `post_related` (
`post_name` ,
`post_content`
)

Note: You may have to change wp_posts to something else if you are using a different prefix, which is common when you have multiple WP installs running of the same database."

Hope this helps anyone having the same problem,
Julie
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 08-09-07
WordpressConsultant's Avatar
WordpressConsultant WordpressConsultant is offline
Administrator
 
Join Date: Aug 2006
Location: Subang Jaya
Posts: 3,137
Default

Quote:
Originally Posted by unique View Post
If looking for the plugin search 'related posts wasabi' to get current version.
Read me is as below regarding phpMyAdmin fix. Go CPanel, PhpMyAdmin, find the wp MySql db by number (check your wp list for it) and when it gets to run command look for query at the top. Then do as described in read me, as quoted below.

"b) If automatic creation of a full text index fails. You will have to set it up manually. Don't worry it's not hard. Just open your database in phpMySQLadmin and run the following command (cut & paste):

ALTER TABLE `wp_posts` ADD FULLTEXT `post_related` (
`post_name` ,
`post_content`
)

Note: You may have to change wp_posts to something else if you are using a different prefix, which is common when you have multiple WP installs running of the same database."

Hope this helps anyone having the same problem,
Julie

Hi Julie,

Thanks for sharing, I hope this will able to help Charlie.
__________________
Regards,

Steven Wong
Wordpress Consultant
| Blog | Internet Online | AllNicheVideo |

Wanna to get link to 2 PR4/PR3 high traffic sites? Go here to find out how!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 19-09-07
toreilly toreilly is offline
Fresh Meat
 
Join Date: Sep 2007
Location: Chicago, IL
Posts: 1
Default Related Posts Plugin

I purchased the super adsense sites a couple of days ago and did the first install of a site yesterday. The plugin seems to be activated alright but I'm not sure what exactly it is supposed to do. I was under the impression that it would generate comments to the blog but perhaps I'm dreaming. What exactly is the "Related Posts Plugin" supposed to do?

Thanks.

Tom
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 27-09-07
WordpressConsultant's Avatar
WordpressConsultant WordpressConsultant is offline
Administrator
 
Join Date: Aug 2006
Location: Subang Jaya
Posts: 3,137
Default

Quote:
Originally Posted by toreilly View Post
I purchased the super adsense sites a couple of days ago and did the first install of a site yesterday. The plugin seems to be activated alright but I'm not sure what exactly it is supposed to do. I was under the impression that it would generate comments to the blog but perhaps I'm dreaming. What exactly is the "Related Posts Plugin" supposed to do?

Thanks.

Tom

Hi Tom,

Related post plugin DO NOT generate comments to the blog but display other blog post to suggest to the readers other similar blog post.
__________________
Regards,

Steven Wong
Wordpress Consultant
| Blog | Internet Online | AllNicheVideo |

Wanna to get link to 2 PR4/PR3 high traffic sites? Go here to find out how!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +9. The time now is 03:06 AM.


LinkBacks Enabled by vBSEO 3.0.0 RC4

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29