vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Board Optimization - vBSEO Search Engine XML Sitemap (https://vborg.vbsupport.ru/showthread.php?t=253516)

Chuta 09-05-2011 01:30 AM

Quote:

Originally Posted by cameraguru (Post 2232589)
Just thought I'd share as I been having the 404 not found error, might help someone else out?
I had to edit my .htaccess file with followsymlinks and add a / at beginning of path to vbseo folder.

#start .htaccess code
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

Hello,

That would be like enabling RewriteBase setting (recommended way):

Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

Thanks for sharing though! :)

Chuta 09-05-2011 01:31 AM

Quote:

Originally Posted by cdoyle (Post 2236158)
Hi,
I've posted about this error in the past but I never got an answer.
My sitemap used to work, then it all of a sudden it started getting error in Google Webmasters.

Any idea why I'm getting errors on some of these files?

Hello cdoyle,

Please hover your mouse over that icon to see the actual error message and supply us what pops up.

Chuta 09-05-2011 01:33 AM

Quote:

Originally Posted by FReeSTER (Post 2236591)
Every time I want to go to vBSEO Sitemaps Result is taking me to the forum like there is no files on the ftp but all the files are there

any ideas?

Hello,

Do you mean the sitemap_index.xml.gz file? i.e http://www.yoursite.com/forum/sitemap_index.xml.gz?.

Chuta 09-05-2011 01:34 AM

Quote:

Originally Posted by dalreardon (Post 2237789)
Hi,

After I install this plugin do I need to turn off the sitemap feature built into VB? Don't want 2 separate sitemaps running at same time or does the software do this for you?

Thanks,
Dale.
http://www.settledin.com.au

Hi Dale,

Yes. They shouldn't run both at once.

Chuta 09-05-2011 01:35 AM

Quote:

Originally Posted by Laurvick (Post 2239845)
Internal Server Error

It tells me that, whenever I try to load the page o_O?

Hello Laurvick,

What page are you referring to?.

Chuta 09-05-2011 01:37 AM

Quote:

Originally Posted by j3suss (Post 2240846)
I have a question...

In Root File Sitemap, I have /public_html/vbseo_sitemap but then in rebuild sitemap:
---------------
The directory to save sitemap files not writable. Please change the permissions on the path to the server can write or enter a different path in the sitemap options.
----------------


But file data I have do permissions 777...

?Can Someperson help me?

Hello,

You need to chmod 777 the "vbseo_sitemap/data/" directory, *not* the whole "vbseo_sitemap/" directory.

Teascu Dorin 09-05-2011 07:17 PM

<span style="text-decoration: line-through">The structure of the archive is very confusing and unordered from what I see !!!</span>

Sorry, my bad. I had something modified in my Winrar program.

Chuta 09-05-2011 07:52 PM

Quote:

Originally Posted by strudinox (Post 2220317)
All links are generated successful however I am having one problem with this mod generating CMS articles URL's correctly. Running 4.1.4

My URLs are pretty standard:
Code:

http://www.gnd-tech.com/content/720-EVGA-GTX-570-Classified-Released

When I run the Generator, it produces URLs that look like this:
Code:

http://www.gnd-tech.com/content.php720-EVGA-GTX-570-Classified-Released
Notice that it's generating "content.php" and not including a /

All the other Mod Rewritten URLS are working fine such as the forums, and blogs.

Hello,

The issue has been corrected. Please download the package again and follow the upgrade instructions supplied within the readme.html file, which is located inside the docs (do not upload) folder.

iyama 09-06-2011 11:16 AM

If i use the regenerator:

Quote:

[homepage] [9,752.4Kb mem used] [0s (+0s)]
[SECTION START] forumdisplay [9,755.3Kb mem used] [0s (+0s)]
[SECTION START] showthread [9,755.6Kb mem used] [0s (+0s)]
[SECTION START] polls [9,755.1Kb mem used] [0s (+0s)]
[create sitemap file] filename: sitemap_forum_1.xml.gz, number of urls: 1 [9,757.3Kb mem used] [0s (+0s)]
[archive homepage] [9,756.4Kb mem used] [0s (+0s)]
[SECTION START] forumdisplay archived [9,758.2Kb mem used] [0s (+0s)]
[SECTION START] showthread archived [9,758.6Kb mem used] [0s (+0s)]
[create sitemap file] filename: sitemap_archive_1.xml.gz, number of urls: 1 [9,759.9Kb mem used] [0s (+0s)]
[SECTION START] tags [9,758.2Kb mem used] [0s (+0s)]
Database error in vBulletin 4.1.5:

Invalid SQL:

SELECT COUNT(*) as cnt,max(lastpost) as lastupdate
FROM thread AS thread
INNER JOIN tagcontent AS tagcontent ON
(tagcontent.tagid = 1 AND tagcontent.contentid = thread.threadid)
WHERE thread.forumid IN()
AND thread.visible = 1
AND thread.sticky IN (0, 1)
AND thread.open <> 10
GROUP BY tagcontent.tagid;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
AND thread.visible = 1
AND thread.sticky IN (0, 1)' at line 5
Error Number : 1064
Request Date : Tuesday, September 6th 2011 @ 08:13:39 AM
Error Date : Tuesday, September 6th 2011 @ 08:13:39 AM
Script : http://www.mysite.info/forum/vbseo_s...eo_sitemap.php
Referrer : http://www.mysite.info/forum/vbseo_s...php?rlist=true

strudinox 09-06-2011 01:30 PM

Quote:

Originally Posted by Chuta (Post 2242317)
Hello,

The issue has been corrected. Please download the package again and follow the upgrade instructions supplied within the readme.html file, which is located inside the docs (do not upload) folder.

Excellent! I can confirm that it is working correctly now. Thanks for the support!


All times are GMT. The time now is 04:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01997 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete