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)
-   -   PayPal Donations For vBulletin 3.5.0 (https://vborg.vbsupport.ru/showthread.php?t=91567)

Thheizz 10-02-2005 09:07 AM

Something strange happened to my forumlay-out (see screenshot), after the installation. Does anybody know this problem? And is there a solution for it?
Next to this Mod i use vBadvanced CMPS v2.0.0 (vB 3.5)

If you know, please let me know. I would really appreciate that!

got1-2 10-02-2005 10:07 AM

well, i have tried all the tips suggested..and still get nothing in the admincp, and donate.php is empty..

Looks like i will have to wait for a Gold release thats working fully...
I did use it on 307..and worked great..so was a little dissapoited this never worked...

curriertech 10-02-2005 01:53 PM

Quote:

Originally Posted by Carl Anderson
Where do you get the screen you are looking at in your pic... I also can go to donate.php on my system and see it and I have settings under my vBoptions in the admin - but do not see the pic you are showing.... No where do I see the buttons for goals and the others that you have?

Do you have the 'paypal donations' section in your AdminCP? I don't mean the one under all settings, but the one on the left menu column? If not, you need to fix the xml file as addressed within the last few pages and reinstall.

curriertech 10-02-2005 02:00 PM

Quote:

Originally Posted by Thheizz
Something strange happened to my forumlay-out (see screenshot), after the installation. Does anybody know this problem? And is there a solution for it?
Next to this Mod i use vBadvanced CMPS v2.0.0 (vB 3.5)

If you know, please let me know. I would really appreciate that!

Revert your postbit or postbit_legacy (depending on which threaddisplay you're using), then open that template and find the IM icons line (aim, yahoo, etc), and put this below it:
Code:

<!-- DONATIONS -->
                                        <if condition="$post['donor'] == '1'"><if condition="$post['showdonor'] == '1'"><div><a href="$vboptions[bburl]/donate.php"><img src="$stylevar[imgdir_button]/donate_donor.gif" border="0"></a></div></if></if>
<!-- END DONATIONS -->

The uninstaller doesn't remove this code, so every time you reinstall it adds this code to that template again, and eventually breaks the layout or shows multiple icons per user.

Thheizz 10-02-2005 02:02 PM

Thanx, i'll do that as soon as i'm back home! Thanx a lot !!!

curriertech 10-02-2005 02:04 PM

Quote:

Originally Posted by got1-2
well, i have tried all the tips suggested..and still get nothing in the admincp, and donate.php is empty..

Looks like i will have to wait for a Gold release thats working fully...
I did use it on 307..and worked great..so was a little dissapoited this never worked...

Did you edit the xml file? vBulletin needs to be changed to vbulletin (it's a case issue) in the product line near the top. That's the only thing preventing the admincp section from being installed correctly.

Bubble #5 10-02-2005 03:16 PM

Quote:

Originally Posted by FleaBag
Patiently awaiting the 3.5.0 GOLD version. :) Nice hack.

What he said ^

:)

Thheizz 10-02-2005 03:33 PM

Quote:

Originally Posted by FastCougar
Yes, I keep getting the exact same message and it's very frustrating!!!

At what point of the installation you get that message?
After the script places the tables?

FastCougar 10-03-2005 03:20 PM

Quote:

Originally Posted by Thheizz
At what point of the installation you get that message?
After the script places the tables?

I can't recall off-hand, but it was near the end of the process. After getting the error, I would refresh the admin and see the options to "unistall" and would run that just fine. I am however VERY new to PHP & MySQL & vBulletin (I'm a ColdFusion Developer on Window's systems ... ColdFusion/MSSQL/FuseTalk advanced user).

imported_magjr 10-04-2005 12:02 AM

Hello,

I'm running vbulleting 3.5 GOLD and have the same problem as rodway. He said he fixed it, but he also was having several problems after his initial one. When I go to http://www.*************.com/forums/ppverify.php I get this error message:

Code:

Database error in vBulletin 3.5.0:

Invalid SQL:
INSERT INTO donation_paypalipn (

Any ideas for me?

Actually, here's the mysql email error message:

Code:

Database error in vBulletin 3.5.0:

Invalid SQL:
INSERT INTO donation_paypalipn (
`txn_id`, `userid`, `test_ipn`, `notify_version`, `verify_sign`,
`first_name`, `last_name`, `payer_business_name`, `address_name`,
`address_street`, `address_city`, `address_state`, `address_zip`,
`address_country`, `address_status`, `payer_email`, `payer_id`,
`payer_status`, `business`, `receiver_email`, `receiver_id`,
`item_name`, `ip_address`, `quantity`, `invoice`,
`memo`, `tax`, `option_name1`, `option_selection1`, `option_name2`,
`option_selection2`, `payment_date`, `parent_txn_id`, `txn_type`,
`payment_type`, `payment_status`, `pending_reason`, `reason_code`,
`mc_gross`, `mc_fee`, `mc_currency`, `mc_handling`, `mc_shipping`,
`settle_amount`, `settle_currency`, `exchange_rate`, `case_id`,
`case_type`, `case_creation_date`, `valid`
) VALUES (
'', '0', '0', '0', '',
'', '', '', '',
'', '', '', '',
'', '', '', '',
'', '', '', '',
'', '', '0', '',
'', '0', '', '', '',
'', '', '', '',
'', '', '', '',
'0', '0', '', '0', '0',
'0', '', '0', '',
'', '', '0'
);;

MySQL Error  : Duplicate entry '' for key 1
Error Number : 1062
Date        : Monday, October 3rd 2005 @ 08:09:55 PM
Script      : http://www.******.com/forums/ppverify.php
Referrer    : http://www.******.com/forums/ppverify.php
IP Address  : 12.123.124.1
Username    : yoa momma
Classname    : vb_database

Thanks


All times are GMT. The time now is 10:51 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.01535 seconds
  • Memory Usage 1,753KB
  • 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
  • (3)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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