vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - AWCoding- Donation System (https://vborg.vbsupport.ru/showthread.php?t=177437)

Gomojoe 01-30-2011 10:31 PM

So I just installed this mod and confirmed that it works. However, I am having an issue with the donate drop down list. It shows up in the navbar, but when you click it you don't see anything under it.

AWJunkies 02-01-2011 08:15 PM

Quote:

Originally Posted by aymelek (Post 2132927)
I have VB version 3.5.4 and installed the latest version (4.0) which installed perfectly fine, but when I went into the AWCoding Software LITE setting in the adminCP I'm getting a SQL error:


SELECT varname, text
FROM `vb_phrase`
WHERE fieldname = 'awclsettings'
AND languageid IN( -1, 0, 1 )
ORDER BY languageid ASC;

MySQL Error : Unknown column 'fieldname' in 'where clause'

Yes in PRO etc before purchasing it says contact me if below 3.6 There needs to be a few edits to work on 3.5 platform as fields where not present yet. As you see in that error message. You will need to contact me and I can make the edits for you and send you the files.

AWJunkies 02-01-2011 08:20 PM

Quote:

Originally Posted by Gomojoe (Post 2156669)
So I just installed this mod and confirmed that it works. However, I am having an issue with the donate drop down list. It shows up in the navbar, but when you click it you don't see anything under it.

Did you set your permissions correctly for who can see list and donate page? What browser are you using can you send link. I know there is an issue with the drop down a few have reported so I will be looking at it and fixing really soon. Just compiling all the issues to do them all at once.

pjkcards 02-15-2011 10:08 PM

I uploaded the files and installed it, and when I visit the forum I get this error (I installed v4.0.2). Any ideas on how to fix it? Many thanks:
Quote:

Database error in vBulletin 4.0.6:

Invalid SQL:

SELECT
FROM `awcl_payments`
WHERE sid = 'dsl' AND payment_status = 'Completed' AND item_number = 1
AND date_format( from_unixtime( payment_date ), '%m%y' ) = '0211';

MySQL Error : 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 'FROM `awcl_payments`
WHERE sid = 'dsl' AND payment_status = 'Completed'' at line 2
Error Number : 1064
Request Date : Tuesday, February 15th 2011 @ 07:06:17 PM
Error Date : Tuesday, February 15th 2011 @ 07:06:18 PM
Script : http://www.domain.com/testforum/forum/forum.php
Referrer :
IP Address : xxx
Username : xxx
Classname : vB_Database
MySQL Version : 5.0.91-community

pjkcards 03-07-2011 03:46 AM

Can anyone help with this? Thanks in advance!

AWJunkies 03-08-2011 05:26 PM

Quote:

Originally Posted by pjkcards (Post 2170441)
Can anyone help with this? Thanks in advance!

Should not be getting that the FROM information is missing. This seems like you edited the plugin directly. As should not get that at all clearly the FROM info is declared at top of the plugin. I would uninstall and install again.

fxwoody 03-10-2011 10:12 AM

For anyone interested, if you have the vB4 SuperCharged mod. It will conflict with this one as it removes the amount and also the transfer to paypal!

AWJunkies 03-10-2011 04:29 PM

Quote:

Originally Posted by fxwoody (Post 2171790)
For anyone interested, if you have the vB4 SuperCharged mod. It will conflict with this one as it removes the amount and also the transfer to paypal!

It conflicts with my JS as it can not be cached and that mod caches my js. So in that mod you need to exclude my mod from being cached. So it is not my mod conflicting with theirs it is there mod conflicting with mine. So need to add exclusion not to cache my JS on my payment page or turn of JS caching in the mod above.

bashy 03-10-2011 05:27 PM

Hi again, back to this hack as i have just reverted back to 3.8.6 from VB4 to try to upgrade this hack to the latest build but sadly still struggling, it let me upgrade to v3.0.0, but will not let me upgrade to any higher build, it just gives me this DB error

Code:

Database error in vBulletin 3.8.6:

Invalid SQL:
INSERT IGNORE INTO `adv_modules` VALUES( 2000, 'Donation LITE Support SideBar', 'dsl_adv_cmps_sb', 'dsl_adv_cmps_sb.php', 'php_file', 'awcl_dsl_block', '4,6,9,7,10,2,5,1,3', '', 1, 0, '', 1, '', '', 0, '' );

MySQL Error  : Column count doesn't match value count at row 1
Error Number  : 1136
Request Date  : Thursday, March 10th 2011 @ 07:23:08 PM
Error Date    : Thursday, March 10th 2011 @ 07:23:09 PM
MySQL Version : 5.1.54

I think its the same error as shown when i had VB 4 installed and tried to update....

AWJunkies 03-22-2011 04:26 PM

Quote:

Originally Posted by bashy (Post 2171980)
Hi again, back to this hack as i have just reverted back to 3.8.6 from VB4 to try to upgrade this hack to the latest build but sadly still struggling, it let me upgrade to v3.0.0, but will not let me upgrade to any higher build, it just gives me this DB error

Code:

Database error in vBulletin 3.8.6:

Invalid SQL:
INSERT IGNORE INTO `adv_modules` VALUES( 2000, 'Donation LITE Support SideBar', 'dsl_adv_cmps_sb', 'dsl_adv_cmps_sb.php', 'php_file', 'awcl_dsl_block', '4,6,9,7,10,2,5,1,3', '', 1, 0, '', 1, '', '', 0, '' );

MySQL Error  : Column count doesn't match value count at row 1
Error Number  : 1136
Request Date  : Thursday, March 10th 2011 @ 07:23:08 PM
Error Date    : Thursday, March 10th 2011 @ 07:23:09 PM
MySQL Version : 5.1.54

I think its the same error as shown when i had VB 4 installed and tried to update....

That has to do with vBAdvanced CMS. What version of that mod are you on? He may have added a column which is causing the issue.

bashy 03-22-2011 05:23 PM

Ah, VBA is installed but disabled, i dont use it anymore, should i just delete it?

bashy 03-22-2011 05:47 PM

Hi again, just removed VBA and went through the settings but now i get this lol

Code:

Database error in vBulletin 4.1.2:

Invalid SQL:

                                SELECT SUM( mc_gross ) AS amount
                                FROM `awc_payments`
                                WHERE payment_status = 'Completed'
                                AND sid = 'ss'
                                AND date_format( from_unixtime( payment_date ), '%m%y' ) = '0311';

MySQL Error  : Table 'MYDATABASE.awc_payments' doesn't exist
Error Number  : 1146
Request Date  : Tuesday, March 22nd 2011 @ 06:45:25 PM
Error Date    : Tuesday, March 22nd 2011 @ 06:45:25 PM
Script        : http://www.bashys-place.com/forums/forum.php
Referrer      : http://www.bashys-place.com/forums/forum.php


Classname    : vB_Database
MySQL Version : 5.1.55


AWJunkies 03-22-2011 06:50 PM

Quote:

Originally Posted by bashy (Post 2176287)
Hi again, just removed VBA and went through the settings but now i get this lol

Code:

Database error in vBulletin 4.1.2:

Invalid SQL:

                                SELECT SUM( mc_gross ) AS amount
                                FROM `awc_payments`
                                WHERE payment_status = 'Completed'
                                AND sid = 'ss'
                                AND date_format( from_unixtime( payment_date ), '%m%y' ) = '0311';

MySQL Error  : Table 'MYDATABASE.awc_payments' doesn't exist
Error Number  : 1146
Request Date  : Tuesday, March 22nd 2011 @ 06:45:25 PM
Error Date    : Tuesday, March 22nd 2011 @ 06:45:25 PM
Script        : http://www.bashys-place.com/forums/forum.php
Referrer      : http://www.bashys-place.com/forums/forum.php


Classname    : vB_Database
MySQL Version : 5.1.55


That is your error you accidentally turned on ADD AWCoding Subscription System totals to the total of the goal. You need to go back into goals settings and turn off that setting.

bashy 03-22-2011 06:59 PM

That sorted it, thank you very much :)

bashy 03-23-2011 09:29 PM

Hi....My drop menu is empty, not sure why though cause im sure it had something in there the yesterday, any ideas what may make this happen please?

bashy 03-27-2011 07:31 PM

Hi

I have a chatbox installed and would like the donations goal bar to show above the chatbox, is this possible please, cause at present the chatbox is coming 1st after the navbar, plus the above issue....

dgparent 03-30-2011 09:16 PM

I can't get google to work take me to a page that says :

Oops!
XXX has sent Google a shopping cart with errors in it. We'll contact them to ask that they fix this problem. As this could be a temporary issue, you can go back in your browser to try checking out again

LoveStream 06-05-2011 10:30 AM

Hello.

Thanks for your coding.

But, I come to know this 4.0.2 conflict with Media Library by 8WR's at https://vborg.vbsupport.ru/misc.php?...d=medialibrary

AWCoding Donations system make disable to some of Media Library's menu like admin service.

I hope it should be checked.

Thank you.

kurfer 06-22-2011 11:06 PM

Is there a way to remove the donation goal in the bar/widget? I'd like to just show the donate button and text...

inshooter 07-13-2011 03:52 AM

I need to change the wording. Google Checkout keeps canceling my account because the software reports the payments as a Donation. Google does not allow solicitation of funds (they call it) and have disabled my account several times. I keep telling them I use the software for subscriptions. How do I change the word Donate to Paid?

fxwoody 10-07-2011 09:24 AM

Quote:

Originally Posted by AWJunkies (Post 2171958)
It conflicts with my JS as it can not be cached and that mod caches my js. So in that mod you need to exclude my mod from being cached. So it is not my mod conflicting with theirs it is there mod conflicting with mine. So need to add exclusion not to cache my JS on my payment page or turn of JS caching in the mod above.

Ok, that would make sense!
I will see what we can do about this conflict.

Now, since the mod is cached, would it be why when i use the sidebar, as soon as we go into a thread or anywhere in the forum and then reload the index page, the widget disappear?
Only way i can see it back in sidebar is to go into Forum Blocks Manager and purge cache or else it doesn't show.

I removed the other hack so there is no more conflict with it.
Any idea on this one AWJ ? Because i don't need the bar but would like only the sideblock :(

tks

Gn_Snake 02-19-2012 03:25 PM

Isn't supported this plugin ?

Alfa1 02-19-2012 06:14 PM

The developer has not been online since last year.

shona 03-26-2012 10:37 AM

Quote:

Originally Posted by AWJunkies (Post 2157498)
Did you set your permissions correctly for who can see list and donate page? What browser are you using can you send link. I know there is an issue with the drop down a few have reported so I will be looking at it and fixing really soon. Just compiling all the issues to do them all at once.

I am having the same problem.

If "Insert Donation Drop Menu" is set to any of the navtab_ options, it will show a main tab with "Donate" written on it, but there will be no dropdown menu under it.

If I set it to any of the navbar_ options, it works perfectly including showing the dropdown menu under it with "Donate", "Donation List" etc.

vbulletin version is 4.1.9 and it does this in Firefox, Chrome, Safari and IE 8 (all on PC)

hope that helps
shona

boomcar68 04-14-2012 01:55 PM

Purshased today the PRO version.
But there is no download link!!
Checking if there is an download link a few hours later,now i see the site is down for a couple of hours?
What is going on?
Do i need to cancel the payment at paypal?

Doctor Death 04-14-2012 07:03 PM

I would cancel.

Their new version breaks the entire site under 4.1.XX when using the mobile skin. They wont return emails and they wont provide any realistic support to their product.

If you go to their website, you will see many people are frustrated that their stuff doesnt work.

They are quick to take your cash however.

Nightridr 07-25-2012 10:52 AM

I have a quick question.

Is there a way to put an image along side the"make a donation"image that links to the subscription section of Vbulletin?

What I'm trying to do is have both images along side each other, one linking to the donation mod and the other linking to the Vbulletin subscription section. The reason for this is so that members don't have to go to their usercp to subscribe. I know its a little off key but we would like to give members the option to choose.

I have tried but I will admit my coding skills are not great.


All times are GMT. The time now is 04:59 PM.

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.02045 seconds
  • Memory Usage 1,814KB
  • 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
  • (4)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (27)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