vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - Living Avatars (https://vborg.vbsupport.ru/showthread.php?t=146200)

weetabx 11-23-2008 06:39 PM

cant get this to install on vb3.74 just keeps coming up with mysql error :(

akoj 11-24-2008 03:47 AM

Quote:

Originally Posted by akoj (Post 1650870)
I see this has been asked several times by other members but there has not been an answer posted yet as to what could be the issue here. Everything worked great on my forum for over a year now until today when I got a "You do not have access to this area" message. Nothing has been changed on the forum so I am not sure what could have caused this. Reinstalled and still do not have access.

OK, I fixed this. I am going to attempt to explain how I did it. I am sure that there is a much easier way but I am not very good at db stuff so it was a lot of trial and error for me.

I dropped the table la_admin
Rebuilt it manually using the MYSQL operatons to recreate the table using 3 fields. Using MYSQL insert I recreated the field values using the info that I found in the install.php file.
Code:

  $DB->query("CREATE TABLE " . TABLE_PREFIX . "admins (
  userid    TINYINT(3)  UNSIGNED NOT NULL DEFAULT 0,
  username  VARCHAR(64)          NOT NULL DEFAULT '',
  email      VARCHAR(64)          NOT NULL DEFAULT '',
  PRIMARY KEY (userid)
  ) " );

Then I just inserted myself and the other admins in the values. I had to go about creating the table manually because I kept getting syntax errors with the code above.

Anyway, I now have access back and I hope that helps someone else out with the same problem

akoj 01-03-2009 04:53 PM

Quote:

Originally Posted by UncoderMom (Post 1668244)
Come back to us subduck!!

I'm ready to make some new packs! hehe

Your forum is offline :(

If subduck is no longer supporting this, is there a way to have another coder expand on it? I am willing to pay at this point.

UncoderMom 01-03-2009 05:34 PM

Quote:

Originally Posted by akoj (Post 1700460)
If subduck is no longer supporting this, is there a way to have another coder expand on it? I am willing to pay at this point.

If you are operating on your DB rebuild, what exactly is it that you need help with?

subduck 01-03-2009 06:15 PM

The site will be opening again this month :)

UncoderMom 01-03-2009 06:17 PM

Yay!!!!

akoj 01-03-2009 06:18 PM

I am concerned about it breaking again when we upgrade to 3.8. Anyone done this yet with LA? My members have also suggested several enhancements such as the ability to return and trade limited edition items. I use it in conjunction with vbcredits. I have a great graphics person who has extended our collection of items considerably and it is an integral part of our forums.

akoj 01-03-2009 06:19 PM

Quote:

Originally Posted by subduck (Post 1700554)
The site will be opening again this month :)

THANK YOU!!!! I am happy to help support this mod. Do you plan to have it compatible with 3.8? Will you be working on trading or returning items?

ToyotaDiesel 01-04-2009 03:43 AM

TOO COOL

Installed!

Working fine so far on 3.8.0 RC2

Digital Jedi 01-04-2009 04:28 AM

Quote:

Originally Posted by subduck (Post 1700554)
The site will be opening again this month :)

Good to know. I've been wanting to do a major series of packs for the next version.


All times are GMT. The time now is 02:30 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.02830 seconds
  • Memory Usage 1,740KB
  • 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
  • (5)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