pancakes

MicrostockGroup Sponsors


Author Topic: LEO, HELP - Problems with Symbiostock Theme 2.6.3  (Read 3623 times)

0 Members and 1 Guest are viewing this topic.

« on: August 30, 2013, 17:04 »
0
Still getting this error. Code noise is ok but it means I can't be certain that the changes I made have been saved.

Warning:  Missing argument 2 for wpdb::prepare(), called in /home3/cathysl1/public_html/wp-content/themes/symbiostock/inc/classes/network-manager/network-manager.php on line 822 and defined in /home3/cathysl1/public_html/wp-includes/wp-db.php on line 992
 
 Warning:  Cannot modify header information - headers already sent by (output started at /home3/cathysl1/public_html/wp-includes/wp-db.php:992) in /home3/cathysl1/public_html/wp-includes/pluggable.php on line 87
« Last Edit: August 31, 2013, 06:37 by cathyslife stockphotos.com »


« Reply #1 on: August 30, 2013, 17:09 »
0
After updating to 2.6.1 (no premium plugin) I made a test purchase. Payments went through just fine and I got the emails. But the image doesnt move to the download area, after multiple refreshes and about 15 minutes passing.

I just updated to 2.6.3, checked again, and I still cannot download that image I purchased yesterday. It is still showing in the Cart, not Download area.
« Last Edit: August 30, 2013, 17:20 by cathyslife stockphotos.com »

Leo Blanchette

« Reply #2 on: August 30, 2013, 17:21 »
0
Still getting this error. Code noise is ok but it means I can't be certain that the changes I made have been saved.

Warning:  Missing argument 2 for wpdb::prepare(), called in /home3/cathysl1/public_html/wp-content/themes/symbiostock/inc/classes/network-manager/network-manager.php on line 822 and defined in /home3/cathysl1/public_html/wp-includes/wp-db.php on line 992
 
 Warning:  Cannot modify header information - headers already sent by (output started at /home3/cathysl1/public_html/wp-includes/wp-db.php:992) in /home3/cathysl1/public_html/wp-includes/pluggable.php on line 87



Can you please tell me which screen these errors are showing on? Your line numbers mentioned relate to this function (which does not touch the database) hence I could not properly address it.

Below function is responsible for getting your google coords, which is just a cute thing that shows up in the author area:

   
Code: [Select]
public function get_coords( $address )
    {
        if ( !empty( $address ) ) {
            $address = str_replace( " ", "+", $address ); // replcae all the white space with "+" sign to match with google search pattern
           
            $url = "http://maps.google.com/maps/api/geocode/json?sensor=false&address=$address";
           
            $response = file_get_contents( $url );
           
            $json = json_decode( $response, TRUE ); //generate array object from the response from the web           
           
            return serialize( $json );
        } //!empty( $address )
    }

Second just to verify, can some others do some test purchases? I had addressed the simple issue which accidentally dropped the process of converting the sale here:

functions.php file, of premium version:

Code: [Select]
function ss_apply_purchased_license($user_products)
{
    $user_id = ipn_user_id( );
   
    return $user_products;
}
add_filter( 'ss_user_cart_before_transfer' , 'ss_apply_purchased_license' );

Was previously something like this:
Code: [Select]
function ss_apply_purchased_license($user_products)
{
    $user_id = ipn_user_id( );

}
add_filter( 'ss_user_cart_before_transfer' , 'ss_apply_purchased_license' );

Where the "user_products" were not delivered back to the filter, and thus nothing was delivered. As mentioned, a small one-liner development oversight.

At this point though (left to my own imagination) it seems both problems your having would only occur in back versions.

I have to re-address Jean's site, but I'll continue to look in this today. Also anyone else please verify your transactions are in working order.

[edit] both problems were addressed in the past: the db one quite a while ago, the transaction one a few days ago.

Leo Blanchette

« Reply #3 on: August 30, 2013, 17:24 »
0
Since your sending me login credentials I'll look at it now.

« Reply #4 on: August 30, 2013, 17:31 »
0
Still getting this error. Code noise is ok but it means I can't be certain that the changes I made have been saved.

Warning:  Missing argument 2 for wpdb::prepare(), called in /home3/cathysl1/public_html/wp-content/themes/symbiostock/inc/classes/network-manager/network-manager.php on line 822 and defined in /home3/cathysl1/public_html/wp-includes/wp-db.php on line 992
 
 Warning:  Cannot modify header information - headers already sent by (output started at /home3/cathysl1/public_html/wp-includes/wp-db.php:992) in /home3/cathysl1/public_html/wp-includes/pluggable.php on line 87


Can you please tell me which screen these errors are showing on? Your line numbers mentioned relate to this function (which does not touch the database) hence I could not properly address it.


When I make a change to my Profile page and hit Save or whatever the button says, I get this error.

Leo Blanchette

« Reply #5 on: August 30, 2013, 17:33 »
0
TY looking at it now

« Reply #6 on: August 30, 2013, 17:35 »
0
Ok I am not on a pc at the moment where I usually do my test purchases, but I did a test purchase on my android device using Firefox browser and the image was transferred to download area after refresh..

Leo Blanchette

« Reply #7 on: August 30, 2013, 17:35 »
0
Can you resave? I'm not getting errors anywhere. (Do whatever you did to cause the error)

« Reply #8 on: August 30, 2013, 17:40 »
0
Can you resave? I'm not getting errors anywhere. (Do whatever you did to cause the error)

Nope, didnt get error that time.

I will try and make another test purchase, too.

Leo Blanchette

« Reply #9 on: August 30, 2013, 17:43 »
0
Hold on I'm just reinstalling your premium plugin for good measure.

Leo Blanchette

« Reply #10 on: August 30, 2013, 17:43 »
0
You should be all set now. Gotta run!

« Reply #11 on: August 30, 2013, 17:49 »
0
I just did a test purchase on my site.

Bought one single image and one collection (12 image files) in one cart. It all worked perfectly smooth. Very nice.

Well, except the Paypal auto return did not work, but it has actually never worked on my site.

« Reply #12 on: August 30, 2013, 17:49 »
0
Test purchases are not working.  :(

« Reply #13 on: August 30, 2013, 19:09 »
0
I did some test purchases yesterday (when I still had 2.6.1) using PayPal's test site. I thought perhaps I'd done something wrong because the purchase appeared to work looking at the PayPal end but nothing moved out of the cart on my site.

I now have 2.6.3 but figured I'd hold off on testing anything again until I get a fix from Leo for the problems relating to my site URL being handled wrong ('cause it's messing up enough things that I considered it might have messed up the PayPal stuff too)

« Reply #14 on: August 30, 2013, 19:44 »
0
no errors on my end at all

Leo Blanchette

« Reply #15 on: August 30, 2013, 23:38 »
0
I did some test purchases yesterday (when I still had 2.6.1) using PayPal's test site. I thought perhaps I'd done something wrong because the purchase appeared to work looking at the PayPal end but nothing moved out of the cart on my site.

I now have 2.6.3 but figured I'd hold off on testing anything again until I get a fix from Leo for the problems relating to my site URL being handled wrong ('cause it's messing up enough things that I considered it might have messed up the PayPal stuff too)

Your issue is set! jsnover happens to be the one site in 95 that used a certain set-up technique (legit, but rare) and threw off the paths. Thats fixed now. We just have to work out the networking-connection issue now which is similar.

« Reply #16 on: August 31, 2013, 02:39 »
0
Now if only those three test purchases that Leo made while fixing this were three real purchases :)

Thanks for that fix.

Leo Blanchette

« Reply #17 on: August 31, 2013, 03:29 »
0
Now if only those three test purchases that Leo made while fixing this were three real purchases :)

Thanks for that fix.

The fun part of all of this is having access to all these awesome images using monopoly money!

« Reply #18 on: August 31, 2013, 06:15 »
0
Leo it would be most appreciated if you would fix my site. Or tell me what the problem is so I can fix it. Purchases still do not move to download area. I am having the same problem as jsnover, above.
« Last Edit: August 31, 2013, 07:48 by cathyslife stockphotos.com »

« Reply #19 on: August 31, 2013, 08:08 »
0


 

Related Topics

  Subject / Started by Replies Last post
5 Replies
3134 Views
Last post May 20, 2013, 11:39
by cascoly
4 Replies
2176 Views
Last post June 18, 2013, 11:07
by Redneck
3 Replies
1984 Views
Last post July 25, 2013, 08:42
by LoneWolfMuskoka
14 Replies
3612 Views
Last post August 30, 2013, 16:37
by cascoly
78 Replies
15769 Views
Last post November 08, 2013, 18:45
by cathyslife

Sponsors

Mega Bundle of 5,900+ Professional Lightroom Presets

Microstock Poll Results

Sponsors