osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Fatal error:

This is a discussion on Fatal error: within the Paypal forums, part of the Payment Modules category; Or you are feeding a bad line. I went through the same thing. And I hadn't finished developing that solution ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Features Discussion > Payment Modules > Paypal

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #11  
Old 02-08-2007, 04:13 PM
Member
 
Join Date: Dec 2006
Posts: 74
Thanks: 11
Thanked 16 Times in 4 Posts
Rep Power: 2
Mushroom will become famous soon enough
Default Re: Fatal error:

Or you are feeding a bad line. I went through the same thing. And I hadn't finished developing that solution then.
Go dl v1.4 ( just the one file) and start over. It's possible you missed something. Relax, it's best to work all this out before you go live. I spent most of December configuring and testing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #12  
Old 02-08-2007, 05:14 PM
New Member
 
Join Date: Feb 2007
Posts: 18
Thanks: 3
Thanked 1 Time in 1 Post
Rep Power: 0
Invizix is on a distinguished road
Default Re: Fatal error:

Does my PayPal account need to be setup as a Business Account? As of right now it's a Premier Account.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #13  
Old 02-08-2007, 05:53 PM
Member
 
Join Date: Dec 2006
Posts: 74
Thanks: 11
Thanked 16 Times in 4 Posts
Rep Power: 2
Mushroom will become famous soon enough
Default Re: Fatal error:

Looking at PayPal, I don't see any real difference between yours and a Business Account.
__________________
Now, If I only knew what I was doing!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #14  
Old 02-08-2007, 07:21 PM
New Member
 
Join Date: Feb 2007
Posts: 18
Thanks: 3
Thanked 1 Time in 1 Post
Rep Power: 0
Invizix is on a distinguished road
Default Re: Fatal error:

Well the same Message 3005 issue occured even with the modded module... HOWEVER... I have resolved the issue... it's an error with PayPal, using the invoice variable in the IPN module...

I simply commented out (//) the line:
$parameters['invoice'] = substr($cart_PayPal_IPN_ID, strpos($cart_PayPal_IPN_ID, '-')+1);

in the paypal_ipn.php module, and this got rid of the Message 3005 problem. This line needs to be modified or something, to be more compatible and compliant with PayPal IPN.

However the Vouchers problem is still present (Bugtracker #157) and with the 'fix' applied causes the shopping cart to crash with the Fatal error: Call to a member function on a non-object message... so it's either a problem with the IPN module, or a problem with the Coupon / Gift Vouchers contribution.

Something in which I feel michael_s should look into for the next release, because it is the cause of the Line 521 error.

Other than that, the module works great.

Last edited by Invizix; 02-08-2007 at 07:46 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #15  
Old 02-08-2007, 08:13 PM
Member
 
Join Date: Dec 2006
Posts: 74
Thanks: 11
Thanked 16 Times in 4 Posts
Rep Power: 2
Mushroom will become famous soon enough
Default Re: Fatal error:

> Well the same Message 3005 issue occured even with this new module...
> HOWEVER... I have resolved this issue...
> it's an error with PayPal, using the invoice variable in the IPN module...
>
> I simply commented out (//) the line:
> $parameters['invoice'] = substr($cart_PayPal_IPN_ID, strpos($cart_PayPal_IPN_ID, '-
> ')+1);
That says you are sending a string that PayPal can't/Won't handle. I'd drop back and see what is generated to fill that string.
I use aggregate are you using per item in the Admin config for paypal?

>
> in the paypal_ipn.php module, and this got rid of the Message 3005 problem.
>
> However the Vouchers problem is still present (Bugtracker #157) and with the 'fix' applied causes the shopping cart to crash with the Fatal error: Call to a member function on a non-object message... so it's
> either a problem with the IPN module, or a problem with the Coupon / Gift
> Vouchers contribution.
>
What was the line number? It should have told you the module ( or it was in the address bar ) and the line number that where it crashed.

Have you any other payment modules installed?

I'll have to ponder if I did anything else for the voucher thing. I fixed my voucher problems before I dealt with the PayPal thing.
What happened to me, is PayPal suddenly stopped working. I didn't do a DARN thing. I went to IPN and fought through the same errors you posted.

> Other than that, the module works great.

So you are saying it sucks.
>
What version ARE you running?
__________________
Now, If I only knew what I was doing!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #16  
Old 02-09-2007, 03:34 AM
New Member
 
Join Date: Feb 2007
Posts: 18
Thanks: 3
Thanked 1 Time in 1 Post
Rep Power: 0
Invizix is on a distinguished road
Default Re: Fatal error:

I'm using aggregate for the PayPal IPN module. The PayPal IPN module is the only payment module I currently use. I'm using paypal_ipn.php v1.4-modded (same thing happens with the original paypal_ipn.php also) and osCMax v2 RC3-0-1.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #17  
Old 02-10-2007, 07:36 AM
Member
 
Join Date: Dec 2006
Posts: 74
Thanks: 11
Thanked 16 Times in 4 Posts
Rep Power: 2
Mushroom will become famous soon enough
Default Re: Fatal error:

Did this get sorted out?
__________________
Now, If I only knew what I was doing!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #18  
Old 02-10-2007, 05:01 PM
New Member
 
Join Date: Feb 2007
Posts: 18
Thanks: 3
Thanked 1 Time in 1 Post
Rep Power: 0
Invizix is on a distinguished road
Default Re: Fatal error:

Yeah, but the one line required for me to comment it out for whatever reason, it still send an invoice, etc, so I have no idea what that line is actually used for.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #19  
Old 02-10-2007, 06:49 PM
Member
 
Join Date: Dec 2006
Posts: 74
Thanks: 11
Thanked 16 Times in 4 Posts
Rep Power: 2
Mushroom will become famous soon enough
Default Re: Fatal error:

Looks to me like it sends your invoice number to PayPal.
I'm glad it's working.
__________________
Now, If I only knew what I was doing!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Fatal Error jschafer52 osCMax v2 Installation issues 1 03-20-2006 07:53 AM
Fatal Error [wicked] osCMax v2 Installation issues 1 10-12-2005 01:37 PM
Fatal error uff osCommerce 2.2 Installation Help 4 07-13-2005 04:51 AM
Fatal Error Anonymous osCMax v1.7 Discussion 3 06-17-2004 06:28 AM
fatal error litotes osCommerce 2.2 Installation Help 0 03-09-2004 05:57 PM


All times are GMT -8. The time now is 03:24 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax