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)
-   -   New Posting Features - [DBTech] Advanced User Tagging v3 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=242733)

DragonByte Tech 06-08-2016 01:17 PM

Quote:

Originally Posted by VitalityX (Post 2571738)
I'm having an issue on 4.2.3, my host is Hostgator. Experiencing 500 server errors on all pages in the ACP and also when a user receives a tagged notification, so seems to be originating with the usertag.php file. They can tag users fine and view their mentions tab in their profiles, so I'm not sure what the issue is.

Could you please contact your host and ask them to find the real error message behind the 500 Internal Server Error? It's probably a PHP error somewhere, but your host doesn't display them to the public so I can't assist until they find the real error message.

Sorry I couldn't be of more help :(


Fillip

logic@ 06-22-2016 12:43 PM

Hello. MYSQL error when attempting to view people's profiles. Help me please.

Code:

Database error in vBulletin 4.2.3:

Invalid SQL:

                                (
                               
                                SELECT
                                        post.pagetext AS message,
                                        post.title AS posttitle,
                                        post.visible AS postvisible,
                                        thread.title AS threadtitle,
                                        thread.visible,
                                        thread.forumid,
                                        mention.dateline,
                                        mention.postid,
                                        mention.type,
                                        user.userid,
                                        user.username,
                                        user.usergroupid,
                                        user.infractiongroupid,
                                        user.displaygroupid,
                                        mentioned.userid AS mentioneduserid,
                                        mentioned.username AS mentionedusername,
                                        mentioned.usergroupid AS mentionedusergroupid,
                                        mentioned.infractiongroupid AS mentionedinfractiongroupid,
                                        mentioned.displaygroupid AS mentioneddisplaygroupid
                                       
                                FROM prxdbtech_usertag_mention AS mention
                                LEFT JOIN prxpost AS post ON (post.postid = mention.postid)
                                LEFT JOIN prxthread AS thread ON (thread.threadid = post.threadid)
                                LEFT JOIN prxuser AS user ON (user.userid = mention.userid)
                                LEFT JOIN prxuser AS mentioned ON (mentioned.userid = mention.mentionedid)
                                WHERE (mention.mentionedid = 1 OR mention.userid = 1)
                                        AND mention.type = 'post'
                                ORDER BY dateline DESC
                                LIMIT 0, 20
                        ) UNION ALL (
                                        SELECT
                                                blog_text.pagetext AS message,
                                                blog_text.title AS posttitle,
                                                IF(blog_text.state = 'visible', 1, 0) AS postvisible,
                                                blog.title AS threadtitle,
                                                IF(blog.state = 'visible', 1, 0) AS visible,
                                                0 AS forumid,
                                                mention.dateline,
                                                mention.postid,
                                                mention.type,
                                                user.userid,
                                                user.username,
                                                user.usergroupid,
                                                user.infractiongroupid,
                                                user.displaygroupid,
                                                mentioned.userid AS mentioneduserid,
                                                mentioned.username AS mentionedusername,
                                                mentioned.usergroupid AS mentionedusergroupid,
                                                mentioned.infractiongroupid AS mentionedinfractiongroupid,
                                                mentioned.displaygroupid AS mentioneddisplaygroupid
                                               
                                        FROM prxdbtech_usertag_mention AS mention
                                        LEFT JOIN prxblog_text AS blog_text ON (blog_text.blogtextid = mention.postid)
                                        LEFT JOIN prxblog AS blog ON (blog.blogid = blog_text.blogid)
                                        LEFT JOIN prxuser AS user ON (user.userid = mention.userid)
                                        LEFT JOIN prxuser AS mentioned ON (mentioned.userid = mention.mentionedid)
                                        WHERE (mention.mentionedid = 1 OR mention.userid = 1)
                                                AND mention.type = 'blog'
                                        ORDER BY dateline DESC
                                        LIMIT 0, 20
                               
                                )
                                ORDER BY dateline DESC;

MySQL Error  : Illegal mix of collations for operation 'UNION'
Error Number  : 1271
Request Date  : Wednesday, June 22nd 2016 @ 02:41:37 PM
Error Date    : Wednesday, June 22nd 2016 @ 02:41:37 PM
Classname    : vB_Database
MySQL Version : 5.5.50-cll


DragonByte Tech 06-22-2016 01:18 PM

If you have changed the collation of your database tables but did not change the default value for your database, the AUT tables / fields will be created with the DB default (most likely latin1_swedish_ci).

You'll need to use phpMyAdmin or a similar tool to inspect the collation of your tables and ensure that not only the default value for your database is set correctly, but that all tables and columns generated by modifications have been edited to your new collation.

Fillip

logic@ 06-22-2016 01:44 PM

1 Attachment(s)
PhpMyadmin table settings;

https://vborg.vbsupport.ru/attachmen...1&d=1466610129

DB Settings: latin1_swedish_ci

zapiy 06-30-2016 06:42 AM

Should this mod cause a drop menu to appear as you type the username after the @ so you can get the correct username?

charlesr 06-30-2016 11:16 AM

Nope. You just type it. Including spaces etc.

DragonByte Tech 06-30-2016 12:17 PM

Quote:

Originally Posted by zapiy (Post 2572639)
Should this mod cause a drop menu to appear as you type the username after the @ so you can get the correct username?

No, it doesn't, sorry :(


Fillip

taravasya 07-14-2016 08:28 PM

Hello! Is there any way exist to search for existing hash-tags? I know about possibility to click on hash-tag in post-body... but i`m lookink for somthing about page with whole existing hash-tags.

DragonByte Tech 07-14-2016 08:31 PM

Quote:

Originally Posted by taravasya (Post 2573263)
Hello! Is there any way exist to search for existing hash-tags? I know about possibility to click on hash-tag in post-body... but i`m lookink for somthing about page with whole existing hash-tags.

There's a browsable page in the front-end, but there's no search interfaces in the front-end or admincp unfortunately :(


Fillip

Alan_SP 07-16-2016 03:42 PM

This was one of feature requests I made for this mod, you can check it on DBTech's forum. There's also some other feature request related to hash tags.


All times are GMT. The time now is 12:04 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.02230 seconds
  • Memory Usage 1,763KB
  • 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
  • (1)bbcode_code_printable
  • (3)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