Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vHosting Lite Details »»
vHosting Lite
Version: 1.4.0, by harmor19 harmor19 is offline
Developer Last Online: May 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.3 Rating:
Released: 08-21-2006 Last Update: 04-18-2007 Installs: 101
 
No support by the author.

vHosting is no longer available for download.

Show Your Support

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

Comments
  #72  
Old 08-24-2006, 11:03 PM
BETIServices's Avatar
BETIServices BETIServices is offline
 
Join Date: Aug 2006
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now I'm getting the following:

PHP Code:
Database error in vBulletin 3.6.0:

Invalid SQL:
CREATE TABLE `temp_host_request` (
 `
requestidmediumint(10unsigned NOT NULL auto_increment,
 `
useridint(20unsigned NOT NULL default '',
 `
planidint(20unsigned NOT NULL default '',
 `
titlevarchar(120NOT NULL default '',
 `
subdomainvarchar(200NOT NULL default '',
 `
host_usernamevarchar(200NOT NULL default '',
 `
host_passwordvarchar(7NOT NULL default '',
 
PRIMARY KEY  (`requestid`)
);;

MySQL Error  Invalid default value for 'userid'
Error Number 1067
Date         
ThursdayAugust 24th 2006 07:59:48 PM 
Reply With Quote
  #73  
Old 08-24-2006, 11:04 PM
BETIServices's Avatar
BETIServices BETIServices is offline
 
Join Date: Aug 2006
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another Error:

PHP Code:
Database error in vBulletin 3.6.0:

Invalid SQL:
CREATE TABLE `hosting_plans` (
 `
planidmediumint(10unsigned NOT NULL auto_increment,
 `
titlevarchar(120NOT NULL default '',
 `
postsvarchar(120NOT NULL default '',
 `
webspacevarchar(120NOT NULL default '',
 `
transfervarchar(120NOT NULL default '',
 `
emailvarchar(120NOT NULL default '',
 `
ftpvarchar(120NOT NULL default '',
 `
subdomainvarchar(120NOT NULL default '',
 `
mysqldatabasesvarchar(120NOT NULL default '',
 `
addonvarchar(120NOT NULL default '',
 `
parkedvarchar(120NOT NULL default '',
 
PRIMARY KEY  (`planid`)
);;

MySQL Error  Table 'hosting_plans' already exists
Error Number 
1050
Date         
ThursdayAugust 24th 2006 07:55:13 PM 
Reply With Quote
  #74  
Old 08-24-2006, 11:36 PM
harmor19 harmor19 is offline
 
Join Date: Apr 2005
Posts: 1,324
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BETIServices
Now I'm getting the following:

PHP Code:
Database error in vBulletin 3.6.0:

Invalid SQL:
CREATE TABLE `temp_host_request` (
 `
requestidmediumint(10unsigned NOT NULL auto_increment,
 `
useridint(20unsigned NOT NULL default '',
 `
planidint(20unsigned NOT NULL default '',
 `
titlevarchar(120NOT NULL default '',
 `
subdomainvarchar(200NOT NULL default '',
 `
host_usernamevarchar(200NOT NULL default '',
 `
host_passwordvarchar(7NOT NULL default '',
 
PRIMARY KEY  (`requestid`)
);;

MySQL Error  Invalid default value for 'userid'
Error Number 1067
Date         
ThursdayAugust 24th 2006 07:59:48 PM 
I guess it needs a value.

First run the "uninstall_hosting.xml" again. Download the attachment in this post and import it as a product.
Reply With Quote
  #75  
Old 08-25-2006, 02:13 AM
BETIServices's Avatar
BETIServices BETIServices is offline
 
Join Date: Aug 2006
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by harmor19
I guess it needs a value.

First run the "uninstall_hosting.xml" again. Download the attachment in this post and import it as a product.
Yes, install is o.k now
Reply With Quote
  #76  
Old 08-25-2006, 02:15 AM
harmor19 harmor19 is offline
 
Join Date: Apr 2005
Posts: 1,324
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BETIServices
Yes, install is o.k now
Glad to hear it.

Please click the "Install" button. It's located below the page navigation.
Reply With Quote
  #77  
Old 08-25-2006, 02:18 AM
BETIServices's Avatar
BETIServices BETIServices is offline
 
Join Date: Aug 2006
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well new problem, I click on Hosting Options:
Them I get the following:
Quote:
Sorry, you don't have permission to access the administrative controls on this page.

If you need to access this page, ask your lead administrator to enable your permissions for this page using the Administrator Permissions section of the control panel.

I go to the Administrator Permissions section and select Can Administer Hosting to yes but it will not do anything

Yes, I will click install as soon is installed.
Reply With Quote
  #78  
Old 08-25-2006, 02:23 AM
harmor19 harmor19 is offline
 
Join Date: Apr 2005
Posts: 1,324
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BETIServices
Well new problem, I click on Hosting Options:
Them I get the following:



I go to the Administrator Permissions section and select Can Administer Hosting to yes but it will not do anything

Yes, I will click install as soon is installed.
Make sure you have uploaded the files in the xml folder to public_html/forum_root/includes/xml/

Make sure you have updated the bitfields. It explains how in the instructions.
Reply With Quote
  #79  
Old 08-25-2006, 02:38 AM
BETIServices's Avatar
BETIServices BETIServices is offline
 
Join Date: Aug 2006
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had done all that:

here is another error:

Quote:
Database error in vBulletin 3.6.0:

Invalid SQL:
UPDATE administrator SET
### Bitfield: administrator.adminpermissions ###
adminpermissions = IF(adminpermissions & 4, adminpermissions, adminpermissions + 4),
adminpermissions = IF(adminpermissions & 8, adminpermissions, adminpermissions + 8),
adminpermissions = IF(adminpermissions & 16, adminpermissions, adminpermissions + 16),
adminpermissions = IF(adminpermissions & 32, adminpermissions, adminpermissions + 32),
adminpermissions = IF(adminpermissions & 64, adminpermissions, adminpermissions + 64),
adminpermissions = IF(adminpermissions & 128, adminpermissions, adminpermissions + 128),
adminpermissions = IF(adminpermissions & 256, adminpermissions, adminpermissions + 256),
adminpermissions = IF(adminpermissions & 512, adminpermissions, adminpermissions + 512),
adminpermissions = IF(adminpermissions & 1024, adminpermissions, adminpermissions + 1024),
adminpermissions = IF(adminpermissions & 2048, adminpermissions, adminpermissions + 2048),
adminpermissions = IF(adminpermissions & 4096, adminpermissions, adminpermissions + 4096),
adminpermissions = IF(adminpermissions & 8192, adminpermissions, adminpermissions + 8192),
adminpermissions = IF(adminpermissions & 16384, adminpermissions, adminpermissions + 16384),
adminpermissions = IF(adminpermissions & 65536, adminpermissions, adminpermissions + 65536),
adminpermissions = IF(adminpermissions & 32768, adminpermissions, adminpermissions + 32768),
### Bitfield: administrator.hostingadminperms ###
hostingadminperms = IF(hostingadminperms & 1, hostingadminperms, hostingadminperms + 1),
cssprefs = 'vBulletin_3_Manual'
WHERE userid = 1;

MySQL Error : Unknown column 'hostingadminperms' in 'field list'
Error Number : 1054
Date : Thursday, August 24th 2006 @ 11:37:36 PM
Reply With Quote
  #80  
Old 08-25-2006, 02:53 AM
harmor19 harmor19 is offline
 
Join Date: Apr 2005
Posts: 1,324
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Let's try this again shall we.

Uninstall vHosting from your product manager and import the attached version.
You'll need to update the bitfields again.
Reply With Quote
  #81  
Old 08-25-2006, 04:28 AM
BETIServices's Avatar
BETIServices BETIServices is offline
 
Join Date: Aug 2006
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did not work either!

Maybe attaching some pictures for you will help!

Pictures attached:
Attachment 52640

Attachment 52641

Attachment 52642
Reply With Quote
Reply


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 03:12 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04835 seconds
  • Memory Usage 2,347KB
  • Queries Executed 25 (?)
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
  • (3)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)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