Edit: Never Mind I am an idiot! - I changed the name of the field in the settings screen from ucash to bitbucks, and it fubared it.... I used the term "bitbucks" back in the store hack that Lesane did, and my members were familar wih the term.. *sheesh*
And it DID say ~Only modify this if you know what you are doing!~
Well, that'll teach me.. !
Once I changed it back to ucash - Issue Sorted!
================================================== =
Quote:
Originally Posted by Gallio
..........
These errors are all happening in uShop Admin panel.
This error is happening in uShop Manager
This error in uShop In Mass
This error in Update Alow Usergrope
This error in Add Category
This error in add action
Can anyone help me please? :nervous:
Ok sports fans, I too have this error.
1) Verified I had the latest download - vB3.5.3_uShop_uCash_v2.00 from the top of this thread
2) Verified each .php script was uploaded to the correct directories
3) Checked the permissions on each folder and script associated with ushop/ucash (755)
4) Installer ran cleanly - No ugly messages/errors
5) Template Updates applied just fine...
6) Ushop/Ucash Options in the admincp settings works ok..
I am using a patched version of VB 3.5.0 that was supposed to make it same-same as 3.5.3...
Any Ideas? - It's got to be somethig dumb I did, I know...
Invalid SQL:
UPDATE ushop_action SET quantity=defaultquantity WHERE defaultquantity > quantity;
MySQL Error : Table 'thesato_forums.ushop_action' doesn't exist
Error Number : 1146
Date : Saturday, February 11th 2006 @ 12:32:29 PM
Script : http://www.thesato.com/ushop.php
Referrer :
IP Address : 24.127.172.133
Username : Saizuchi
Classname : vb_database
How can I correct this? Nevermind on that I used the mysql_schema.php to add the tables that were skipped. But now I get this.
Code:
Warning: implode(): Bad arguments. in /includes/functions_ushop.php on line 70
Line 70:
$condition = "actionid IN ('".implode("','", $getactions)."')";
Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 86
Line 86:
foreach ($catsa as $actionid => $cats) {
Warning: Cannot modify header information - headers already sent by (output started at includes/class_core.php:2983) in /ushop.php on line 143
Line 143:
header("Location: $_SERVER[PHP_SELF]");
How can I correct this? Nevermind on that I used the mysql_schema.php to add the tables that were skipped. But now I get this.
Code:
Warning: implode(): Bad arguments. in /includes/functions_ushop.php on line 70
Line 70:
$condition = "actionid IN ('".implode("','", $getactions)."')";
Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 86
Line 86:
foreach ($catsa as $actionid => $cats) {
Warning: Cannot modify header information - headers already sent by (output started at includes/class_core.php:2983) in /ushop.php on line 143
Line 143:
header("Location: $_SERVER[PHP_SELF]");
Help me please.
This is an error you get in the install?
Are you sure you're using the zip located at the top of the thread, becuase i have yet to see someone geta problem during install.
It skipped ushop_action to ushop_history and there is nothing in them because I had to use the mysql_schema.php to install them. Not I get that error. Installation work 90% but I wonder if you can emaile me with INSERT Query for the ushop_actions. >_< First eStore/eBux messes up my site and now I get uShop/uCash working but it's only shows the points. @_@ Some day I will die updating hacks with vBulletin 105.4.10 (This version doesn't exist...yet)
It skipped ushop_action to ushop_history and there is nothing in them because I had to use the mysql_schema.php to install them. Not I get that error. Installation work 90% but I wonder if you can emaile me with INSERT Query for the ushop_actions. >_< First eStore/eBux messes up my site and now I get uShop/uCash working but it's only shows the points. @_@ Some day I will die updating hacks with vBulletin 105.4.10 (This version doesn't exist...yet)
Try just deleting all instances of ushop and ucash from your db and then re install. It sounds like you just messed up during the install.