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)
-   -   Show Thread Enhancements - [DBTech] AJAX Threads v1 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=271205)

DragonByte Tech 06-20-2012 11:48 AM

Thread starters can choose to disable the addon via the form they see while posting the thread :)


Fillip

LouiseWilson 07-15-2012 06:56 AM

I'm using forum version 4.2.0 P2
DBTech - AJAX Threads > Forum Manager & Usergroup Manager

Im getting
Fatal error: Class 'AJAXTHREADS' not found in /home/xxxxxxx/public_html/dbtech/ajaxthreads/actions/admin/forum.php on line 21

solution ?

Thank you

DragonByte Tech 07-16-2012 11:41 AM

If you are using the i.s.s.w "security" product, please disable it.

If not, try disabling all other plugins that run on admin_global except for DBTech mods, until you get AJAX Threads working. You'll then have found the culprit :)


Fillip

anymvs 07-19-2012 09:20 PM

well seems that something is going wrong with .php file or I made a mistake::

I get the following error when I am trying to install xml file...

Code:

/xx/xx/xx/xx/dbtech/ajaxthreads/includes/class_install.php appears to be missing!
file is there, I can even edited with vi, and see the contents. I have check any permission type to be sure that is not as, "read only". I set the correct permissions to be able vbulletin take action, restarting nginx server twice and reloaded at the same time, and at the end, I disable any kind of mod in vbulletin but still the problem isn't fix. I just want to know (since am not expert with php language ) why class_install.php doesn't have "end brackets" ?? for example <?php ....code here ..... ?> <<---- is not appear on .php file I don't have other thoughts about what may occur that kind of error, so I just thought a good idea is to ask first before to edit a code that isn't mine..... :)

Thank you

DragonByte Tech 07-19-2012 09:32 PM

Can you post or PM the URL to your site so I can see if it's uploaded to the correct dir?

The ?> is not needed for PHP scripts to function, in fact there's rumours it's becoming deprecated :)


Fillip

anymvs 07-20-2012 12:43 AM

Thanks for helping me... :) You gave me an idea with that, and I check the folder by typing the url into the address bar of my browser, and yes nginx wasn't able to get access into the folder "includes" I had miss to two - three folder that permissions are wrong, so vbulletin wasn't able to see the file of the folder.. Now I fix the first problem but when I am trying to save updates on AJAX thread field,(admincp) I got the following email from localhost,
Code:

Invalid SQL:
UPDATE forum SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
        `dbtech_ajaxthreads_cannotautoupdate` = '0'
WHERE forumid = 1;

MySQL Error  : Unknown column 'dbtech_ajaxthreads_cannotautoupdate' in 'field list'
Error Number  : 1054

Is required to set columns or table in mysql databases ?? Also, keep in mind that I closed port 3306 for world, so only localhost can be able to handle/access on database so a good idea to know the file of the mod, (as now I am thinking, it's 4:30am here ;) ) that's call mysql database to add column rows (or more general a new table) with that way I can configure , user & pass of database, and the port number proper, so database be able to respond back. Now may I am wrong or something, I really don't know how vbulletin mod's works, basically I am trying to understand. So if you have any ideas please let me know, if you need further informations, feel free to ask me:) ..... Oh at the end, please don't give the proper attention to my words, may confuse you :) Always thinking the most impossible situations, and always problems are more easier :P

Thanks for your support!!

DragonByte Tech 07-21-2012 01:55 PM

Run these:
Code:

ALTER TABLE forum ADD dbtech_ajaxthreads_cannotautoupdate ENUM('0', '1') NOT NULL DEFAULT '0'
Code:

ALTER TABLE forum ADD dbtech_ajaxthreads_cannotmanualupdate ENUM('0', '1') NOT NULL DEFAULT '0'
Code:

ALTER TABLE thread ADD dbtech_ajaxthreads_refreshthread ENUM('0','1') DEFAULT '1'
Code:

ALTER TABLE thread ADD dbtech_ajaxthreads_refreshthread_override ENUM('0','1') DEFAULT '0'
That should fix it :)


Fillip

Popa Andrei 07-23-2012 09:48 PM

How can i make that LIVE text be more "LIVE" because if i go on a post and exit it it`s still showing the image for like 5 minutes or so.
Or event better how do i make the image not show at all.

DragonByte Tech 07-24-2012 10:24 PM

You can disable the image by disabling the Forum Display: Append Image plugin :)


Fillip

Popa Andrei 07-24-2012 10:33 PM

Done it,thank you.I wanted to disable it because if you want to edit the title throw double click on the forumdisplay page you will se the source of the image as text in the title field to.


All times are GMT. The time now is 10:26 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.01322 seconds
  • Memory Usage 1,738KB
  • 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
  • (6)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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