News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Treasury

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

Previous topic - Next topic

Foreclosurepedia

So, my fix was provided by Resourcez on Treasury's support forum.  It is located here.

The support on the site is phenomenal; however, remember to include a screen shot of the log to help them understand what the issue(s) may be.
Vincit Omnia Veritas

IdanC

Quote from: IdanC on March 18, 2010, 06:27:51 PM
i noticed that when usernames are in utf-8 (like in hebrew or arabic) then the username passes to PayPal scrambled.

solved! - http://docs.moodle.org/en/enrol/paypal

ukhalik2

I have a problem,

after choosing the amount of donation, when someone is redirected to paypal site to donate, my email is shown instead of site logo..
and at bottom, it shows text "Return to [email protected]" and when i click on it, it leads back to my website, I think it should be the name of website there..

here are the screenshotS!

Kimmie

#823
I am running SMF 2.0 RC1.2. Is this mod compatible with it? I also noticed that the screenshot from that site shows the information in a TP block. I dont run TP, I use SimplePortal. How will that work?

More-to-life

Hi Guys

Do to an error with another mod I had to reinstall smf 2.0 RC3 I also reinstalled Treasury mod but this time it won't work

I setup the permissions so everyone can see & use the treasury but I have no menu button so I typed in the treasury URL & all I got was the smf menu & side bars but the middle of the page was blank (no treasury)
I've tried uninstalling & reinstalling everything
I get no errors in the log

Im running the following mods
Ajax Chat
Pretty urls
Tinyportal
Ad mangement


Before my forum reintall everything worked fine with all these mods so im lost

Any ideas?
UK Bike Forum - The biggest motorcycle forum magazine in Wales UK.
Gear Up Magazine - Gear Up Motorcycle Magazine.
United Bikers UK Motorcycle Forum - A Brand New UK Bike Forum.
Used Cars South Wales - Search For Your Next Used Car In Laleston, Bridgend, South Wales.
Bikers Of Wales Motorcycle Website - Motorbike Info
Honda - Honda UK

More-to-life

**SLOVED**

Strange but true it has just appeared after I went into my ftp server & re-freshed the folders :o



UK Bike Forum - The biggest motorcycle forum magazine in Wales UK.
Gear Up Magazine - Gear Up Motorcycle Magazine.
United Bikers UK Motorcycle Forum - A Brand New UK Bike Forum.
Used Cars South Wales - Search For Your Next Used Car In Laleston, Bridgend, South Wales.
Bikers Of Wales Motorcycle Website - Motorbike Info
Honda - Honda UK

DawnsWebDesigns

The package manager hasn't been working.  You have to create a temp dir in your packages folder & chmod it to 777. 

I thought I did it to both my sites running this software but evidently only to one.  I couldn't get it to work w/ this mod.  There's no sql file in this mod package.  I tried to run queries & that didn't work either.

So I decided to add a temp dir & try uploading it again.  Finally it sets up the database (that's all).  I've already uploaded all the files once.  And I've already done all the manual file edits.  However...I can't find the admin button to save my life.  Not in the admin section & not when clicking on donations.  Luckily somebody posted a link to it & I was able to get to it but it'd be a whole lot easier to deal with if there was a link to admin it somewhere.

I uploaded the files again via file manager rather then ftp...in case that was the problem.  That's not the problem.

http://dawnswebdesigns.com/family/forum/

I don't even know if you can see the donation button.  But there's a link to my site in case you need it. :)

Any help would be much appreciated.   :)

kichu

How to Show Donation information Box in Tiny Portal Right Side Block ?

Any Code ?

Kill Em All



My Site: KEAGaming.com

Manual Installation of Mods
Prevent Spam and Forum Attacks
Please do not PM or email me for support unless offered, help should be publicly displayed to others.

- danny

hey.

i've had this error for some time, but just now have had time to come and see if i can get support for it.

this is the error message:
8: Undefined variable: sc
File: .../public_html/Sources/Subs.php
Line: 2852


line 2852 is this:
'treasury_settings' => '<a href="' . $scripturl . '?action=treasuryadmin;sesc=' . $sc . '">' . $txt['treasury_admin'] . '</a>',

any clue what's going on?

thank you in advance.

- danny


Bruno36

hello!

I have an error in my journal, line 1363

http://www.scooter-chinois-4t.com/index.php?action=admin;area=treasury
The database value you're trying to insert does not exist: user_id
Function: donorGroup
Fichier: /home/www/sospc/www/phpbb/Sources/TreasuryAdmin.php
Ligne: 1363

1343:    $isgroup = $smcFunc['db_query']('', '
1344:       SELECT id_group 
1345:       FROM {db_prefix}membergroups
1346:       WHERE id_group = {int:group_id}
1347:       LIMIT 1',
1348:       array(
1349:          'group_id' => $group_id,
1350:       )
1351:    );
1352:    # Check the user is not in a group.
1353:    $requesta = $smcFunc['db_query']('', '
1354:       SELECT additional_groups
1355:       FROM {db_prefix}members
1356:       WHERE FIND_IN_SET({int:donor_group}, additional_groups)
1357:          AND id_member = {int:user_id}
1358:       LIMIT 1',
1359:       array(
1360:          'donor_group' => $group_id,
1361:          'user_id' => $user_id,
1362:       )
==>1363:    );
1364:    $ingroupa = $smcFunc['db_num_rows']($requesta);
1365: 
1366:    $grouplog = '';
1367:    # Do we want anonymous users added to groups?
1368:    if ($tr_config['group_anonymous'] == 0  && $option_seleczion1 == 'No') {
1369:       $grouplog .= $custom.' not added to Donor Group - anonymous disallowed.';
1370:    }
1371:    elseif (empty($isgroup)) {
1372:       $grouplog .= 'Donor group does not exist.<br />';
1373:    }
1374:    elseif ($ingroupa) {
1375:       $grouplog .= $custom . ' is already a Donor group member';
1376:       # If using duration limited
1377:       if ($tr_config['group_duration']) {
1378:          $request2 = $smcFunc['db_query']('', '
1379:             SELECT id 
1380:             FROM {db_prefix}treas_subscribers 
1381:             WHERE user_id = {int:userid} 
1382:                AND group_id = {int:groupid} 
1383:             LIMIT 1',
Bruno36 the French
SMF 2.0.9

- danny

Quote from: ~aLEX on June 02, 2010, 10:13:05 PM
hey.

i've had this error for some time, but just now have had time to come and see if i can get support for it.

this is the error message:
8: Undefined variable: sc
File: .../public_html/Sources/Subs.php
Line: 2852


line 2852 is this:
'treasury_settings' => '<a href="' . $scripturl . '?action=treasuryadmin;sesc=' . $sc . '">' . $txt['treasury_admin'] . '</a>',

any clue what's going on?

thank you in advance.

Quote from: ~aLEX on June 05, 2010, 04:58:28 PM
any help? :-\

Liam.

Well ~aLEX, did it install fine, without any errors?

It seems like $sc isn't being defined, mind attaching your whole Subs.php?

Cory94bailly

I really hope I can get some quick help with this..



I'm getting that while trying to install the mod. I tried uploading multiple times and clicking the 'Install' link multiple times.

- danny

Quote from: Liam. on June 08, 2010, 12:01:05 PM
Well ~aLEX, did it install fine, without any errors?

It seems like $sc isn't being defined, mind attaching your whole Subs.php?

by all means. if you find out what's causing it, i'd love to know.

Bruno36

Hello!

The dates are in English and not in french
Bruno36 the French
SMF 2.0.9

Matt.B

hi people are donating but cant see it on the meter

Debug mode activated

SMF2 Treasury mod

PayPal Instant Payment Notification script

See below for status:
----------------------------------------------------------------
Curl isn't available.
Opening connection via http and validating request with PayPal...

OK!

Selecting database......

Executing test query....

PASSED!

PayPal Receiver Email: [email protected]

Is this really your PayPal Email address?
Logging events....

1 event inserted into the log.

----------------------------------------------------------------
If you don't see any error messages, you should be good to go!


when i clicked PayPal IPN notify file
Click here to test IPN ipntreas.php.

Donate with PayPal!
June Goal: $100.00
Due Date: Jun 30
Total Receipts: $0.00
PayPal Fees: $0.00
Net Balance: $0.00
Below Goal: $100.00
Site Currency: USD

thats what it shows

C4G-TK

I just got help for a problem recently at the Author's site.  Support was VERY quick and helpful.  If you need help, I suggest going there.  Sometimes it is difficult to give support in so many areas, but being able to go to keep the support in one place (like the Author's site) is very beneficial.  This way all the answers are found in one place and not scattered amongst other places.  Be sure to read or search for your answer before asking though.

http://resourcez.biz/index.php

-img removed-

xReaperx

Is there a treasury that is compatible with Simple portal? I want to add a block on my simple portal for this but i think it is only compatible for TP.

Advertisement: