![]() |
|
Google SEO 1.6.5 - Printable Version +- MyBB Community Forums (http://community.mybb.com) +-- Forum: Resources (/forum-8.html) +--- Forum: Plugins & Code Modifications (/forum-73.html) +---- Forum: Releases (/forum-102.html) +---- Thread: Google SEO 1.6.5 (/thread-101262.html) |
RE: Google SEO 1.6.1 - Chris Seman - 11-02-2011 08:44 PM Nvm....fixed. RE: Google SEO 1.6.1 - ILM16 - 11-03-2011 12:16 AM Had an issue upgrading, went to my plugins page to see this: Code: Warning [2] require_once(/home/manutdzo/public_html/inc/plugins/pluginlibrary.php) [function.require-once]: failed to open stream: No such file or directory - Line: 84 - File: inc/plugins/google_seo/plugin.php PHP 5.2.17 (Linux)RE: Google SEO 1.6.1 - pyridine - 11-03-2011 12:22 AM ... as mentioned many times in this thread, you need PluginLibrary4. RE: Google SEO 1.6.1 - crazy4cs - 11-03-2011 05:22 AM (10-29-2011 10:43 AM)crazy4cs Wrote: Seems doesn't go well on localhost. I was thinking to perform an upgrade to 1.6.4 which uses Google SEO. I also installed new test board on localhost, but doesn't seem to work, is it normal?Hello. RE: Google SEO 1.6.1 - ranjani - 11-03-2011 05:40 AM ^ using htaccess on localhost appears to be a complex task ... (eg. see this issue) RE: Google SEO 1.6.1 - GhostMaster - 11-03-2011 03:14 PM Hi, im developing a forum at this adress: http://forum.redlinepctech.com ,and i'm using this SEO plugin, and i need to redirect all http://www.forum. to http://forum. ,whats the best redirect 301 to use with this plugin? I tryed to add a normal redirect and seems that cause some trouble to the plugin. Thanks. RE: Google SEO 1.6.1 - frostschutz - 11-10-2011 03:36 PM @Ghostmaster, a normal redirect will work fine. A normal redirect looks like this in .htaccess: Code: RewriteCond %{HTTP_HOST} !^www\.your-current-domain\.com$MyBB 1.6.5 breaks the 404 widget in some places, this is due to changes in MyBB's hook system. I'll update this plugin after the MyBB 1.6.5 release, along with several other bugfixes. RE: Google SEO 1.6.1 - crazy4cs - 11-10-2011 03:52 PM @frost: How about this?: http://community.mybb.com/thread-101262-post-780336.html#pid780336 RE: Google SEO 1.6.1 - frostschutz - 11-10-2011 04:15 PM URL not found means that the URL rewrite does not work. Check your .htaccess and/or webserver configuration. RE: Google SEO 1.6.1 - crazy4cs - 11-10-2011 04:28 PM Then it maybe just a localhost issue right? I tried it on localhost before upgrading it on actual server and that is why I was worried. What you think? |