vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Give Your Users a Custom Page on Your Site (https://vborg.vbsupport.ru/showthread.php?t=91903)

amykhar 07-21-2005 04:02 PM

OK. We got John sorted out. :) He forgot to upload bitfield_userpage.xml and set his permissions.

Sovereign 07-21-2005 04:26 PM

Quote:

Originally Posted by amykhar
Sovereign, the phrases are duplicated for a reason. One is the default language. One is English. They will run as written.

I always get "Duplicate Key" even when I uninstalled everything...

amykhar 07-21-2005 04:38 PM

If you have a problem with them, just zap one instance.

Amy

Sovereign 07-21-2005 04:42 PM

I did, I know what you're doing (languages) but MySQL on my server keeps whining about duplicate keys.

amykhar 07-21-2005 04:45 PM

Quote:

Originally Posted by Sovereign
I did, I know what you're doing (languages) but MySQL on my server keeps whining about duplicate keys.

In the next release, I'll just stick with the default language.

Amy

arurcard 07-21-2005 08:02 PM

When i get to the upgrade i get to the step "The next step is to perform the necessary queries." I click proceed and get a 404 not found.

amykhar 07-21-2005 08:06 PM

Quote:

Originally Posted by arurcard
When i get to the upgrade i get to the step "The next step is to perform the necessary queries." I click proceed and get a 404 not found.

Redownload the zip. Get the update script, upload it and run it again with do=queries

arurcard 07-21-2005 08:12 PM

found the problem, it goes to upgraduserpage.php instead of upgradeuserpage.php

arurcard 07-21-2005 08:15 PM

Database error in vBulletin 3.5.0 Beta 4:

Invalid SQL:
ALTER TABLE usergroup ADD userpagepermissions INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL;

MySQL Error : Duplicate column name 'userpagepermissions'
Error Number : 1060
Date : Thursday, July 21st 2005 @ 04:14:55 PM
Script : http://forums.drift-forums.com/admin...aduserpage.php
Referrer : http://forums.drift-forums.com/admin...deuserpage.php
IP Address : 69.153.2.97
Username : Rob
Classname : vb_database








amy help!1

amykhar 07-21-2005 08:26 PM

No problem. You already ran that query. Just skip it. Do these manually and you're done. Fix the table prefix part, of course, before you run them. I'm updating the zip now.

Code:

       
      $db->query_write("ALTER TABLE ".TABLE_PREFIX."userpage ADD rating INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL ");
      $db->query_write("ALTER TABLE ".TABLE_PREFIX."userpage ADD views INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL ");
      $db->query_write("ALTER TABLE ".TABLE_PREFIX."userpage ADD numvotes INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL ");
      $db->query_write("ALTER TABLE ".TABLE_PREFIX."userpage ADD votetotal INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL ");



All times are GMT. The time now is 03:33 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.01983 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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