Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vBadvanced CMPS
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
vBadvanced CMPS - Old Support Thread Details »»
vBadvanced CMPS - Old Support Thread
Version: , by Intex Intex is offline
Developer Last Online: Apr 2014 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 06-03-2004 Last Update: Never Installs: 0
 
No support by the author.

Tigga - let me be the first to say what an absolutely outstanding hack this is. I've been using it now for about a month (or whenever you first released it on your website).

Installed and working great on 3.0.1. Fantastic work !!!! Waiting to vote for it on 'Hack of the Month'.



* Intex clicks INSTALL. Even though it was installed a few weeks ago .

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #382  
Old 11-14-2004, 03:11 PM
BaBa2002 BaBa2002 is offline
 
Join Date: Nov 2001
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

after that the vbadvanced works perfect for a few weeks
i got now this problem
can anybody help me fixing this?

Code:
Database error in vBulletin 3.0.3:

Invalid SQL: 
			SELECT IF(votenum >= 1, votenum, 0) AS votenum, IF(votenum >= 1 AND votenum != 0, votetotal / votenum, 0) AS voteavg,
			thread.threadid, thread.title, replycount, postusername, postuserid, thread.dateline AS postdateline, thread.lastposter, thread.lastpost, IF(views<=replycount, replycount+1, views) AS views, forumid, post.postid, pagetext, allowsmilie
			, showsignature, usertextfield.signature
  		,thread.iconid AS threadiconid, iconpath AS threadiconpath 
  		, avatarpath, NOT ISNULL(avatardata) AS hascustom, customavatar.dateline AS avatardateline, avatarrevision 
  		, NOT ISNULL(subscribethread.subscribethreadid) AS subscribed  
  		, attachment.filename, attachment.filesize, attachment.visible, attachmentid, counter, thumbnail, LENGTH(thumbnail) AS thumbnailsize
			FROM thread AS thread
			LEFT JOIN post AS post ON (post.postid = thread.firstpostid) 
  		LEFT JOIN icon USING (iconid) 
  		LEFT JOIN attachment AS attachment ON (post.postid = attachment.postid) 
			LEFT JOIN user AS user ON (user.userid = post.userid)
			
			LEFT JOIN usertextfield AS usertextfield ON (post.userid = usertextfield.userid)
  		
				LEFT JOIN avatar as avatar ON (avatar.avatarid = user.avatarid)
				LEFT JOIN customavatar as customavatar ON (customavatar.userid = user.userid)
			 
  		 LEFT JOIN subscribethread AS subscribethread ON (subscribethread.threadid = thread.threadid AND subscribethread.userid = '1') 
			LEFT JOIN deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread')
			WHERE forumid IN(14,15) AND thread.visible = 1 AND thread.open != 10 AND deletionlog.primaryid IS NULL
			GROUP BY post.postid
			ORDER BY  postdateline DESC 
			LIMIT 4
mysql error: Got error 28 from table handler

mysql error number: 1030
  #383  
Old 11-15-2004, 01:59 PM
h75's Avatar
h75 h75 is offline
 
Join Date: Sep 2004
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nobody can't help me? or is it dispensable?????? :disappointed:
https://vborg.vbsupport.ru/showpost....&postcount=377

Pllllllleeeeeeaaaaaaaaccccceee :disappointed:
  #384  
Old 11-15-2004, 02:18 PM
Torqued Torqued is offline
 
Join Date: Oct 2004
Location: Houston, TX
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

h75:

you may want to ask at http://www.vbadvanced.com/ as well.
  #385  
Old 11-15-2004, 02:22 PM
h75's Avatar
h75 h75 is offline
 
Join Date: Sep 2004
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I also postet it there, but the Thread was not considered!

http://www.vbadvanced.com/forum/show...7707#post17707
  #386  
Old 11-15-2004, 06:24 PM
Action-N's Avatar
Action-N Action-N is offline
 
Join Date: Jan 2002
Location: Pasco, WA
Posts: 225
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by h75
I also postet it there, but the Thread was not considered!

http://www.vbadvanced.com/forum/show...7707#post17707
Don't be a whiner, whiners don't get helped as you can see. Reading the errors it looks like like there is an HTML table tag that doesn't get closed. So start opening some templates an track it down yourself, maybe you'll learn something.
  #387  
Old 11-16-2004, 03:45 PM
SamirDarji SamirDarji is offline
 
Join Date: Apr 2004
Posts: 645
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try also checking the database itself for errors.
  #388  
Old 11-17-2004, 12:35 AM
h75's Avatar
h75 h75 is offline
 
Join Date: Sep 2004
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found that ++++ty error!!!

WRONG!!! :ninja:
Quote:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder"width="100%">
RIGHT!!!
Quote:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
CHANGE THIS IS ANY TEMPLATES please !!!!
  #389  
Old 11-17-2004, 05:31 AM
sjenkins sjenkins is offline
 
Join Date: Nov 2004
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Guys,
Doing something really wrong...I am getting a message :

Warning: main(./includes/init.php): failed to open stream: No such file or directory in /home/sjenkins/public_html/upload/admincp/global.php on line 50

Fatal error: main(): Failed opening required './includes/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/sjenkins/public_html/upload/admincp/global.php on line 50

Any thoughts ?
  #390  
Old 11-17-2004, 05:52 AM
COTTEN COTTEN is offline
 
Join Date: Nov 2004
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I need a lil help....I did the whole edit in dreamweaver and everything seems to be working on the forum and everywhere else.....BUT...this is what I get when I hit the home page......

Fatal error: Call to undefined function: print_portal_output() in /home/httpd/vhosts/rideartcustoms.com/httpdocs/index.php on line 27

do I need to edit on note pad and redo it all or what...?

please help.... :disappointed:
  #391  
Old 11-17-2004, 07:42 AM
traderx's Avatar
traderx traderx is offline
 
Join Date: Jul 2003
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sjenkins
Guys,
Doing something really wrong...I am getting a message :

Warning: main(./includes/init.php): failed to open stream: No such file or directory in /home/sjenkins/public_html/upload/admincp/global.php on line 50

Fatal error: main(): Failed opening required './includes/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/sjenkins/public_html/upload/admincp/global.php on line 50


Any thoughts ?
hmmm what the deal with the upload folder.... that might be it
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:04 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.06801 seconds
  • Memory Usage 2,325KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete