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)
-   -   uCash & uShop v2.0.0 (https://vborg.vbsupport.ru/showthread.php?t=107233)

Gio~Logist 02-05-2006 10:37 PM

HERE WE GO GUYS!
Installation should work 100% now!

Here is the updated zip.

NuclioN 02-05-2006 10:37 PM

Quote:

Originally Posted by gio~logist
What happens to you on step 7?

Don't know sir, it now gives an error by step 5:

Database error in vBulletin 3.5.2:

Invalid SQL:
UPDATE forum
SET
`ucash_perthread` = '1',
`ucash_perreply` = '1',
`ucash_perview` = '1';

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

Gio~Logist 02-05-2006 10:40 PM

Quote:

Originally Posted by NuclioN
Don't know sir, it now gives an error by step 5:

Database error in vBulletin 3.5.2:

Invalid SQL:
UPDATE forum
SET
`ucash_perthread` = '1',
`ucash_perreply` = '1',
`ucash_perview` = '1';

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

Do the following to delete all instances of ushop and ucash (this will delete everything in ushop and ucash)

Code:

DELETE *
FROM `yoursite_test`.`datastore`
WHERE `title` LIKE '%ushop%'
OR `data` LIKE '%ushop%'
LIMIT 0 , 30

Then
Code:

DELETE *
FROM `yoursite_test`.`datastore`
WHERE `title` LIKE '%ucash%'
OR `data` LIKE '%ucash%'
LIMIT 0 , 30


Replace yoursite with whatever your databases have before the name.

eNforce 02-05-2006 10:42 PM

It finally installs :D

When I go to update allowed usergroups in the uShop settings I get this:


Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 535

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.usergroupenmasse.php on line 11

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.usergroupenmasse.php on line 15

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.usergroupenmasse.php on line 18

Edit: I clicked Saved Values and now it appears to be working.

ThePimp 02-05-2006 10:45 PM

TADA! Worked! Now, I'll test it and see if it works live.

Thanks!

Gio~Logist 02-05-2006 10:45 PM

Quote:

Originally Posted by eNforce
It finally installs :D

When I go to update allowed usergroups in the uShop settings I get this:


Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 535

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.usergroupenmasse.php on line 11

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.usergroupenmasse.php on line 15

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.usergroupenmasse.php on line 18

Edit: I clicked Saved Values and now it appears to be working.


If anyone gets that error just go to update in mass >> save values. That will fix it.

Wachtmeister 02-05-2006 10:48 PM

Will this work with table prefixes? When i read the error messages, i guess it will not... ?

NuclioN 02-05-2006 10:49 PM

Got it installed now :) Tnx for your great support.

Gio~Logist 02-05-2006 10:49 PM

Quote:

Originally Posted by Wachtmeister
Will this work with table prefixes? When i read the error messages, i guess it will not... ?


It should :p

Gio~Logist 02-05-2006 10:50 PM

Quote:

Originally Posted by NuclioN
Got it installed now :) Tnx for your great support.

:p Thank you for your patience.


All times are GMT. The time now is 03:24 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.02479 seconds
  • Memory Usage 1,743KB
  • 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
  • (2)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