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)

DragonByte Tech 01-18-2016 04:55 PM

For future reference, this is most likely due to the "Force Forum Index" setting. Turning this off will help users who use their CMS as their index page :)


Fillip

IslamicBoard 01-27-2016 08:48 PM

We get errors on some threads saying:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 262616 bytes) in /home/----/public_html/dbtech/dbseo/includes/class_core.php on line 2707

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 8064 bytes) in /home/----/public_html/dbtech/dbseo/includes/filter.php on line 176

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 85 bytes) in /home/----/public_html/dbtech/dbseo/includes/rewrite/thread.php on line 215

djbaxter 01-27-2016 09:01 PM

Quote:

Originally Posted by IslamicBoard (Post 2563609)
We get errors on some threads saying:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 262616 bytes) in /home/----/public_html/dbtech/dbseo/includes/class_core.php on line 2707

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 8064 bytes) in /home/----/public_html/dbtech/dbseo/includes/filter.php on line 176

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 85 bytes) in /home/----/public_html/dbtech/dbseo/includes/rewrite/thread.php on line 215

You need to ask your host to increase your PHP Memory Limit (I have mine set to 256.00 MB but that's on a dedicated server - ask your host to increase it to cover the amounts in the error messages).

IslamicBoard 01-28-2016 02:38 AM

Quote:

Originally Posted by djbaxter (Post 2563611)
You need to ask your host to increase your PHP Memory Limit (I have mine set to 256.00 MB but that's on a dedicated server - ask your host to increase it to cover the amounts in the error messages).

I have increased it and the error is gone, but they say it is not a good measure to do that and we have to find out if there is a memory leak in the functions.

DragonByte Tech 02-01-2016 08:21 PM

DragonByte SEO v2.0.27

New Features:

Datastore
  • Ability to set a different datastore cacher for DBSEO only in config.php by using $config['Datastore']['dbseoclass']

Changed Features:

Meta Descriptions
  • Meta Descriptions no longer include " or " characters

Bug Fixes:
  • Remote titles encoded with UTF-8 will now display correctly when fetched by DBSEO
  • In certain scenarios, the Meta Description for Facebook would not display correctly


Fillip

geosharing 02-04-2016 01:49 PM

i am install dbseo 2.0.20 and my forum directory is forum/forum.php like this now dbseo is install and working but my home page is not working like this forum/forum.php give me this error

This webpage has a redirect loop

The webpage at http://www.geosharing.net/forum/ has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.

then i am disable dbseo then all is working very fine please help me ...

geosharing 02-05-2016 07:45 AM

anybody help me .htaccess for setup my site working ...

SWSUSA 02-08-2016 11:22 AM

This code for nginx.conf
Этот код для nginx.conf

Code:

location ~* \.(png|jpg|jpeg|gif|ico)$
        {
                expires 30d;
                log_not_found off;
        }
        location / {
                try_files $uri $uri/ /dbseo.php?$args;
        }

        location ~ ^((?!dbseo).)*\.php$ {
                rewrite ^/(.*)$ /dbseo.php?$args last;
        }

        location ~* \.(php)$
        {
                fastcgi_index index.php;
                fastcgi_pass unix:/var/run/php5-fpm.sock;
                include /etc/nginx/fastcgi_params;
                fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
                fastcgi_param  SCRIPT_NAME        $fastcgi_script_name;
                fastcgi_param PATH_TRANSLATED $document_root$fastcgi_script_name;
        }

does not work.
не работает.

DragonByte Tech 02-15-2016 08:51 PM

DragonByte SEO v2.0.29

Bug Fixes:
  • URLs lacking protocol definition (starting with //) would not work correctly


Fillip

DragonByte Tech 02-15-2016 08:52 PM

Quote:

Originally Posted by geosharing (Post 2564215)
i am install dbseo 2.0.20 and my forum directory is forum/forum.php like this now dbseo is install and working but my home page is not working like this forum/forum.php give me this error

This webpage has a redirect loop

The webpage at http://www.geosharing.net/forum/ has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.

then i am disable dbseo then all is working very fine please help me ...

Can you please try disabling the Force Forum Directory Index setting and see if this works for you?

Quote:

Originally Posted by SWSUSA (Post 2564446)
This code for nginx.conf
Этот код для nginx.conf

Code:

location ~* \.(png|jpg|jpeg|gif|ico)$
        {
                expires 30d;
                log_not_found off;
        }
        location / {
                try_files $uri $uri/ /dbseo.php?$args;
        }

        location ~ ^((?!dbseo).)*\.php$ {
                rewrite ^/(.*)$ /dbseo.php?$args last;
        }

        location ~* \.(php)$
        {
                fastcgi_index index.php;
                fastcgi_pass unix:/var/run/php5-fpm.sock;
                include /etc/nginx/fastcgi_params;
                fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
                fastcgi_param  SCRIPT_NAME        $fastcgi_script_name;
                fastcgi_param PATH_TRANSLATED $document_root$fastcgi_script_name;
        }

does not work.
не работает.

Please contact your system administrator for assistance with nginx, as it's not a system we are able to fully support at this time unfortunately :(


Fillip


All times are GMT. The time now is 07:25 PM.

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.02203 seconds
  • Memory Usage 1,758KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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