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)
-   -   Major Additions - [DBTech] DragonByte SEO v2 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=308615)

Macgiber 04-12-2014 10:08 PM

Database error in vBulletin 4.2.2:

Invalid SQL:

INSERT IGNORE INTO vbdbtech_dbseo_urlhistory
(setting, regexpformat, rawformat)
VALUES(
'Announcement_Announcement',
'forum(\\d+)/announcement(\\d+)\\.html',
'forum%forum_id%/announcement%announcement_id%.html'
);

MySQL Error : Table 'domar76.vbdbtech_dbseo_urlhistory' doesn't exist
Error Number : 1146
Request Date : Saturday, April 12th 2014 @ 04:07:02 PM
Error Date : Saturday, April 12th 2014 @ 04:07:02 PM
Script : http://unknownzone.net/dbseocp/index.php?do=save
Referrer : http://unknownzone.net/dbseocp/index...lrewrite_forum
IP Address : 24.48.210.172
Username : unknown
Classname : vB_Database
MySQL Version : 5.0.96-log

DragonByte Tech 04-12-2014 10:11 PM

Quote:

Originally Posted by Macgiber (Post 2492890)
Database error in vBulletin 4.2.2:

This means the install didn't complete successfully. Please reinstall the product.


Fillip

microscopes 04-13-2014 02:02 PM

I purchased the pro version.

However, under Sitemap File Path settings it says:

Error:
You did not enter a valid value for this setting.

microscopes 04-13-2014 02:18 PM

Also, turning this mod on makes the forum not usable.

Not Found

The requested URL /forum5/ was not found on this server.

Apache Server at www.buffalorange.com Port 80

DragonByte Tech 04-13-2014 02:27 PM

Could you please post Pro support queries in our Pro support forum? We can't support the Pro version here on vB.org, sorry :(


Fillip

Macgiber 04-13-2014 05:16 PM

any way to configure the lite because it gives me error 404 thanks as always

DragonByte Tech 04-13-2014 05:20 PM

Make sure you've applied the .htaccess edit as per the instructions.

Fillip

Macgiber 04-13-2014 05:27 PM

which should I use which is not .htaccess

Macgiber 04-13-2014 05:31 PM

Code:

# RewriteBase /forum/

# If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
# Options -MultiViews

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
RewriteRule ^blogs/.* blog.php [QSA]
RewriteRule ^entries/.* entry.php [QSA]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# MVC
RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]

# Check MVC result
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)$ - [NC,L]
RewriteRule ^(.*)$ - [R=404,L]

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]

this is correct for the product?

DragonByte Tech 04-13-2014 05:41 PM

Use this:
Code:

# RewriteBase /forum/

# If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off.
# Options -MultiViews

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]


Fillip


All times are GMT. The time now is 04:37 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.01765 seconds
  • Memory Usage 1,742KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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