Forum Replies Created

Viewing 15 replies - 1 through 15 (of 96 total)
  • I have tried this plugin in 3.9.1 and it does not work. I have switched to the twentyfourteen theme and disabled all plugins and it still doesn’t work. Is this a known issue? When I try to visit the gallery or view it, I get the 404 page.

    cybershot

    (@cybershot)

    Downloaded. I will check it out. Thanks

    Thread Starter cybershot

    (@cybershot)

    Oh. I didn’t see the delete button. That would work just fine for me. Thank you

    Thread Starter cybershot

    (@cybershot)

    I was able to get a value for my widget. This is for a sidebar widget I made to get the last amount donated. There might be a better way but this seems to work.

    $rValue = "";
            $query = ("SELECT * FROM wp_sav_postmeta WHERE meta_key = '_dgx_donate_amount';");
            $result = mysql_query($query);
            if ($row = mysql_fetch_array($result)){
                $rValue = $row[3];
    			echo "Last amount donated: $" . $rValue;
    		} else {
    			echo "No donations as of yet.";
    		}
    Thread Starter cybershot

    (@cybershot)

    I figured it out. I was logged into the developer account with a personal account type. I did however set the ipn settings in the seller account. You need to log into the actual developer test site which looks just like the normal paypal account. That is where are the settings are. So I had to log in at sandbox.paypal.com with the seller account that was created at developer.paypal.com. Once logged in, I could see the settings to allow IPN notifications. They were turned off. The donation still failed I think because my developer account was personal even though the test accounts I set up were business. Once I chnanged the settings in the sandbox.paypal.com site, the test of the IPN did work. So I then created a new account at developer.paypal.com using a different email. I set that up as a business account and then created the buyer account and that allowed the donations to show. I am also getting the thank you emails.

    Thread Starter cybershot

    (@cybershot)

    I found some settings in the developer account for turning on IPN notifications. Now in the log after each donation, I get a message that says

    2014-03-01 01:55:23 Donation transaction started
    2014-03-01 01:55:23 Name: jamie johnson
    2014-03-01 01:55:23 Amount: 10
    2014-03-01 01:55:23 IPN: ipn listed in settings
    2014-03-01 01:55:38 —————————————-
    2014-03-01 01:55:38 IPN processing start
    2014-03-01 01:55:39 IPN failed (INVALID) for sessionID dgxdonate_9s2coo0ak5_1393638880
    2014-03-01 01:55:39 IPN processing complete

    Does this information help at all? I feel as if there is more there than when you tried to help earlier.

    Thread Starter cybershot

    (@cybershot)

    unfortunately, the new settings didn’t do anything. I can’t send myself a donation without setting up another paypal account. I don’t want to do that. Thanks for your help in this matter. The support has been great.

    Thread Starter cybershot

    (@cybershot)

    Ya, I tried the backtick thing. still get an empty result set. I can’t even find any data in those tables if I search manually. I an in the options table. I am entering these queries directly in phpmyadmin in the sql tab.

    Thread Starter cybershot

    (@cybershot)

    I sent you the log of the last two transactions

    Thread Starter cybershot

    (@cybershot)

    The log is recording the information. But it doesn’t say completed even though paypal is registering the donation as completed and the funds are being transferred. I also tried these queries that you sent me in another thread and phpmyadmin reported 0 rows affected. The query did succeed but it returned an empty result set. Could this be affecting the backend? Is there a way the tables might not have set up correctly?

    SELECT * FROMwrd_postsWHERE post_type = “dgx-donation” LIMIT 0 , 30

    SELECT * FROMwrd_postmeta` WHERE meta_key = “_dgx_donate_amount”

    Thread Starter cybershot

    (@cybershot)

    where is your email address? There isn’t anything much in the log accept notices that a transaction has started. Its not picking up that the transaction finished. I will email it but I can’t find your email.

    Thread Starter cybershot

    (@cybershot)

    The only thing in my error log ( Seamless Donations -> Error_log ) was this

    [24-Feb-2014 01:36:41 UTC] PHP Notice: Undefined variable: paypalData in /wp-content/plugins/seamless-donations/dgx-donate-paypalstd-ipn.php on line 69

    [24-Feb-2014 02:13:05 UTC] PHP Notice: Undefined variable: paypalData in /wp-content/plugins/seamless-donations/dgx-donate-paypalstd-ipn.php on line 69

    I contacted my hosting which is bluehost. This is what they said

    https://my.bluehost.com/cgi/help/152

    What port does your plugin use?

    I am using version 3.0.1

    Thread Starter cybershot

    (@cybershot)

    I can’t find that post type anywhere in the database

    Thread Starter cybershot

    (@cybershot)

    that would help. But where is that custom post type in the database? I am looking for it. I found the options and I was able to get some but it doesn’t print out what I would like. I get this

    Last amount contributed was 2014-02-22 02:34:24 Amount: 5.00

    I was hoping to find information about the charity it was donated to and just the amount. I created a widget to get this information from the database

    There is a button on the page builder that says “Recommended plugins” this will take you to a plugin that has a visual editor

Viewing 15 replies - 1 through 15 (of 96 total)