Treasury

Started by Resourcez, December 13, 2007, 12:47:26 AM

Previous topic - Next topic

Resourcez

I've no intention of posting it here as well as on my site - as with most sites, attachments are only accessible by registered users.

Wait a week or so and you can use SMF2 RC2 - they appear to have fixed their bug.
If you have everything under control, you're not moving fast enough.
Bugs HereSupport HereDonationsProPackage Parser
TP 1.1 • SMF 1.1.21/2.0.9 • MySQL 5.6.23 PHP 5.4.42 Apache 2.4.12
(PMs not responded to - I provide a support site)

akl

Can I transfer all my data [forum  posts etc] to 2 RC2?

Vyache

#762
I get this error under totals under treasury controls,

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY null
LIMIT 0, 10' at line 5
File: /hsphere/local/home/swimstro/theswimstrongfoundation.org/network/Sources/TreasuryAdmin.php
Line: 378

Why do I get this?

AjaxChat - SMF 2.0 RC2 Edition Download.
mrtrc266 ~AJAX Chat Intergration FAQ's & Tips-N-Tricks~

lelkins

Quote from: Resourcez on October 06, 2009, 06:54:35 AM
I've no intention of posting it here as well as on my site - as with most sites, attachments are only accessible by registered users.

Wait a week or so and you can use SMF2 RC2 - they appear to have fixed their bug.
I have RC2 and tried to install Treasury and had the problem with sql table not existing so the problem still exists.
I uploaded the file from your site though and it worked perfectly. Thanks!

Resourcez

#764
Reverted to separate versions:
v1.01 for SMF 1.1.x
v2.01 for SMF 2RC2

Amongst other things, "ORDER by" fixed when viewing totals.

RC2 does not have the "problem with sql table not existing" issue so I'm not sure what that problem was.

I don't provide support here - just advice on releases.
If you have everything under control, you're not moving fast enough.
Bugs HereSupport HereDonationsProPackage Parser
TP 1.1 • SMF 1.1.21/2.0.9 • MySQL 5.6.23 PHP 5.4.42 Apache 2.4.12
(PMs not responded to - I provide a support site)

Eclipse16V

hmmmm
same Problem with the new version.
:(
I worked with:
SMF 2 in German

Shop:
SID Giessen

Resourcez

Re-adjusted, until they change their minds again.
If you have everything under control, you're not moving fast enough.
Bugs HereSupport HereDonationsProPackage Parser
TP 1.1 • SMF 1.1.21/2.0.9 • MySQL 5.6.23 PHP 5.4.42 Apache 2.4.12
(PMs not responded to - I provide a support site)

Vyache

Quote from: Resourcez on November 17, 2009, 05:48:42 AM
Reverted to separate versions:
v1.01 for SMF 1.1.x
v2.01 for SMF 2RC2

Amongst other things, "ORDER by" fixed when viewing totals.

RC2 does not have the "problem with sql table not existing" issue so I'm not sure what that problem was.

I don't provide support here - just advice on releases.

Hmm not sure,

When I go to the menu with totals and click on it I get that error. It could be because I had this Treasury before. The tables never got removed from the last version, but I do not see why that would be an issue.

AjaxChat - SMF 2.0 RC2 Edition Download.
mrtrc266 ~AJAX Chat Intergration FAQ's & Tips-N-Tricks~

dakpluto

#768
Parse error: syntax error, unexpected T_VARIABLE in ***site address***/ipntreas.php on line 296

It seems to start with the { on line 282 not closing properly, but I can't find the error myself yet.

Without a doubt the error is somewhere in here:

{
$updateSQL = $smcFunc['db_query']('', '
UPDATE {db_prefix}treas_donations
SET payment_status = {string:paystat}, mc_fee = {string:payfee}, settle_amount = {string:settle}, exchange_rate = {string:exchange}
WHERE txn_id = '$txn_id',
array(
'paystat' => $payment_status,
'payfee' => $payment_fee,
'settle' => $settle_amount,
'exchange' => $exchange_rate,
)
);
";
dprt($updateSQL.'<br />', _INF);
paypalUpdate($updateSQL);
dprt('SQL echeck cleared = ' . $ResultSQL . '<br />', _INF);
if ($tr_config['group_use'] == 1 && $tr_config['group_id'] > 1) {
dprt(donorGroup($id_member, $custom, $payment_date, $option_seleczion1) . '<br />', _INF);
} else {
dprt('Donor groups not activated.<br />', _INF);
}
}
elseif ($NumDups != 0)


EDIT, ok, I can establish that $updateSQL = $smcFunc['db_query']('', ' is not closing properly.  There is a missing ' that I don't know where it goes.

dakpluto

Found it!

Change line 296 to:

WHERE txn_id = "$txn_id"',

tonnybarros


Resourcez

Treasury for SMF 2RC2 updated to v2.02.
If you have everything under control, you're not moving fast enough.
Bugs HereSupport HereDonationsProPackage Parser
TP 1.1 • SMF 1.1.21/2.0.9 • MySQL 5.6.23 PHP 5.4.42 Apache 2.4.12
(PMs not responded to - I provide a support site)

wilsy

Quote from: Resourcez on November 21, 2009, 11:11:55 PM
Treasury for SMF 2RC2 updated to v2.02.

Thanks for updating this.

I'm getting this error on a clean install of 2RC2

Table 'rewind01_smf1.treas_finance' doesn't exist
File: /home/rewind01/public_html/forum/Packages/temp/install.php
Line: 167



Busy RewindBikers offered to Good Home! 1000+ members, loads of mods, SMF Gallery PRO, TinyPortal installed with great use of blocks, ultimate profiles, PAID SUBSCRIPTIONS (works flawlessly), great theme, 1,500 posts per month - PM or email me if interested.

ActivePatriot

I'm getting this error

Unknown system variable 'lc_time_names'
File: /home/vg008web10/25/12/3031225/web/forum/Sources/Treasury.php
Line: 97

on a clean install of 2RC2 with Treasury 2.02 installed.

tried uninstalling and reinstalling Treasury, no luck

packages installed previous to Treasury

1. SMF Articles 1.1.2   
2. eNinja - Admin Notes 0.9.1     
3. Contact Form 1.1 
4. Global Headers Footers



justin0305

Is it possible to display the chart that is on the treasury main page somewhere else on my site as well?  I have tried but have not been able to get it to work.  If someone could help me that would be great!

ActivePatriot

Quote from: ActivePatriot on November 22, 2009, 02:59:26 PM
I'm getting this error

Unknown system variable 'lc_time_names'
File: ../forum/Sources/Treasury.php
Line: 97

on a clean install of 2RC2 with Treasury 2.02 installed.

tried uninstalling and reinstalling Treasury, no luck

packages installed previous to Treasury

1. SMF Articles 1.1.2   
2. eNinja - Admin Notes 0.9.1     
3. Contact Form 1.1 
4. Global Headers Footers


When I click on the Donations tab, I get this error.
Anyone have any ideas?

dakpluto

Quote from: justin0305 on November 23, 2009, 01:35:19 PM
Is it possible to display the chart that is on the treasury main page somewhere else on my site as well?  I have tried but have not been able to get it to work.  If someone could help me that would be great!

This.

I'd like to be able to do this without having to use a portal.

justin0305

Quote from: dakpluto on November 24, 2009, 03:54:00 PM
Quote from: justin0305 on November 23, 2009, 01:35:19 PM
Is it possible to display the chart that is on the treasury main page somewhere else on my site as well?  I have tried but have not been able to get it to work.  If someone could help me that would be great!

This.

I'd like to be able to do this without having to use a portal.

Same here! Anyone able to help?

LC

Quote from: ActivePatriot on November 23, 2009, 03:22:19 PM
Quote from: ActivePatriot on November 22, 2009, 02:59:26 PM
I'm getting this error

Unknown system variable 'lc_time_names'
File: ../forum/Sources/Treasury.php
Line: 97

on a clean install of 2RC2 with Treasury 2.02 installed.

tried uninstalling and reinstalling Treasury, no luck

packages installed previous to Treasury

1. SMF Articles 1.1.2   
2. eNinja - Admin Notes 0.9.1     
3. Contact Form 1.1 
4. Global Headers Footers


When I click on the Donations tab, I get this error.
Anyone have any ideas?
Same here. Glad I'm not the only one. :P

ArkServer

I keep getting this error when i want to install it:

Table 'x.smf_treas_config' doesn't exist
File: /home/a/public_html/microsoft.com/Packages/temp/install.php
Line: 92

Advertisement: