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)

rajubd 11-14-2010 06:34 PM

when try to generate site map showing this
Code:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

how much server load it takes?

Chuta 11-14-2010 07:55 PM

Quote:

Originally Posted by cherylferraro (Post 2121850)
I have been testing this and observed that this error also happens when ? or ' are used in a thread title on vb4 forums that are not using vbseo to rewrite their thread titles. My forums using vbseo have not had this problem because vbseo has already removed those characters from thread titles.

I like the mod but it's a little cumbersome to have to edit common punctuation from thread titles to get it to work if that is the way it will be released to non vbseo users.

I'll flag your issue to our developers for further investigation.

Chuta 11-14-2010 07:58 PM

Quote:

Originally Posted by cdoyle (Post 2121821)
Here is what I see
Code:

Database error in vBulletin 4.0.8:

Invalid SQL:

                        SELECT ap.*,p.caption
                        FROM albumpicture ap
                        LEFT JOIN picture p on p.pictureid=ap.pictureid
                        WHERE state = 'visible' AND albumid = '1';


Please paste the full error for further troubleshooting.

Chuta 11-14-2010 07:59 PM

Quote:

Originally Posted by rajubd (Post 2121854)
when try to generate site map showing this
Code:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

how much server load it takes?

Hello,

Please check your server error log for further information. With just that we can't assist you.

Chuta 11-14-2010 08:01 PM

Quote:

Originally Posted by Jigsaw! (Post 2121744)
Whenever i visit the following links, It say's Oops! This link appears to be broken. Also receiving an error when posting to Google, I posted sitemap_index.xml.gz got a 404 error.

Code:

www.myforum.com/sitemap_index.xml.gz
www.myforum.com/sitemap_forum_1.xml.gz
www.myforum.com/sitemap_archive_1.xml.gz
www.myforum.com/sitemap_member_1.xml.gz
www.myforum.com/sitemap_blog_1.xml.gz
www.myforum.com/sitemap_group_1.xml.gz
www.myforum.com/sitemap_cms_1.xml.gz


Make sure you are sending to Google the correct URL. I mean, if you have vBulletin installed on root, the URL to send should be:

Code:

http://www.yourdomain.com/sitemap_index.xml.gz
If you have vBulletin installed on a folder, the URL to send should be:

Code:

http://www.yourdomain.com/forum-name-directory/sitemap_index.xml.gz

★Slap 11-14-2010 08:04 PM

Quote:

Originally Posted by Chuta (Post 2121880)
Make sure you are sending to Google the correct URL. I mean, if you have vBulletin installed on root, the URL to send should be:

Code:

http://www.yourdomain.com/sitemap_index.xml.gz
If you have vBulletin installed on a folder, the URL to send should be:

Code:

http://www.yourdomain.com/forum-name-directory/sitemap_index.xml.gz

My forum is installed on root and i used the domain, However it shows a 404 Error message. And I am 100% sure on how i should send my forum link to Google if its root or not.
HTML Code:

http://www.yourdomain.com/sitemap_index.xml.gz

cdoyle 11-14-2010 08:20 PM

Quote:

Originally Posted by Chuta (Post 2121877)
Please paste the full error for further troubleshooting.

Code:

<!--
Database error in vBulletin 4.0.8:

Invalid SQL:

                        SELECT ap.*,p.caption
                        FROM albumpicture ap
                        LEFT JOIN picture p on p.pictureid=ap.pictureid
                        WHERE state = 'visible' AND albumid = '1';

MySQL Error  : Table 'caraudi_caraudiocentral.albumpicture' doesn't exist
Error Number  : 1146
Request Date  : Sunday, November 14th 2010 @ 05:19:32 PM
Error Date    : Sunday, November 14th 2010 @ 05:19:32 PM
Script        : http://www.caraudiocentral.net/forums/vbseo_sitemap/vbseo_sitemap.php
Referrer      : http://www.caraudiocentral.net/forums/vbseo_sitemap/
IP Address    : 216.39.156.35
Username      : Unregistered
Classname    : vB_Database
MySQL Version :
-->


briansol 11-14-2010 08:53 PM

Quote:

Originally Posted by Jigsaw! (Post 2121881)
My forum is installed on root and i used the domain, However it shows a 404 Error message. And I am 100% sure on how i should send my forum link to Google if its root or not.
HTML Code:

http://www.yourdomain.com/sitemap_index.xml.gz

Please make sure the htaccess file is in place and that your server supports mod_rewrite. If you're not using apache, you will need to install the other webserver rule that matches your webserver platform.

briansol 11-14-2010 08:57 PM

Quote:

Originally Posted by cdoyle (Post 2121886)
Code:

<!--
Database error in vBulletin 4.0.8:

Invalid SQL:

                        SELECT ap.*,p.caption
                        FROM albumpicture ap
                        LEFT JOIN picture p on p.pictureid=ap.pictureid
                        WHERE state = 'visible' AND albumid = '1';

MySQL Error  : Table 'caraudi_caraudiocentral.albumpicture' doesn't exist
Error Number  : 1146
Request Date  : Sunday, November 14th 2010 @ 05:19:32 PM
Error Date    : Sunday, November 14th 2010 @ 05:19:32 PM
Script        : http://www.caraudiocentral.net/forums/vbseo_sitemap/vbseo_sitemap.php
Referrer      : http://www.caraudiocentral.net/forums/vbseo_sitemap/
IP Address    : 216.39.156.35
Username      : Unregistered
Classname    : vB_Database
MySQL Version :
-->


this table does not exist in vb4. Please make sure you've imported the product file with overwrite.

If that does not work, you can disable user albums from running in your task.

★Slap 11-14-2010 09:05 PM

Quote:

Originally Posted by briansol (Post 2121902)
Please make sure the htaccess file is in place and that your server supports mod_rewrite. If you're not using apache, you will need to install the other webserver rule that matches your webserver platform.

The htaccess file is in place, and the server has apache, and the server does support mod_rewrite.


All times are GMT. The time now is 11:11 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.02291 seconds
  • Memory Usage 1,760KB
  • 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
  • (10)bbcode_code_printable
  • (2)bbcode_html_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