Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Panic: popstack

Quote Reply
Panic: popstack
Hey all. I just upgraded to the latest links sql. It seems to be working fine until I tried to add a payment method.

I went down the list and choose paypal since its simplest. Then I get this error:

panic: POPSTACK Callback called exit. END failed--cleanup aborted at /home/sites/site40/web/cgi/admin/admin.cgi line 20. Callback called exit at /home/sites/site40/web/cgi/admin/admin.cgi line 20. END failed--cleanup aborted at /home/sites/site40/web/cgi/admin/admin.cgi line 25. Callback called exit at /home/sites/site40/web/cgi/admin/admin.cgi line 25. END failed--cleanup aborted at /home/sites/site40/web/cgi/admin/admin.cgi line 20.

Any ideas?

Thanks,

Rob
Quote Reply
Re: [rmurdo] Panic: popstack In reply to
See if this helps

http://www.gossamer-threads.com/forum/Links_SQL_C5/Products_C5/Development,_Plugins_and_Globals_F20/Problem_with_payment_and_NET::SSLeay_modules_%3E%3E_P269993/


HyTC

Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================
Quote Reply
Re: [HyperTherm] Panic: popstack In reply to
Got the answer for ya...

Upgrade to the latest version of perl... 5.006001

I had some of the same problems. Older versions of perl are known for some sort of popstack bug.

I was using Perl Perl 5.005_03 on FreeBSD and the upgrade fixed my problem.

Good luck