getting this error when signing up: Fatal error: Cannot redeclare _pear_call_destructors() (previously declared in /public_html/amember/plugins/payment/google_checkout/PEAR/PEAR.php:765) in /usr/local/lib/php/PEAR.php on line 842 I have submitted a support ticket for this. i see others are having the same problem but there is no solution here. I cant get them to answer my tickets??? Did I make a mistake by paying them $180???
Alexander, There's a number of threads about this error here and now I'm encountering it. Is it possible to just include the modified file here so we don't have to submit tickets? Perhaps make it available only to forum users that are in the customer group like myself?
Try to edit /amember/config.inc.php and add this at the top of the file: Code: <? ini_set("include_path", "."); ?> Let me know if this will not help.
I tried that, now I get this error: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/factors/public_html/amember/config.inc.php:5) in /home/factors/public_html/amember/common.inc.php on line 1718
@christine_baker: first keep in mind that this thread is from 2009 so the references may be different from your version of aMember. That being said, for the error you are getting, open the config.inc.php and common.inc.php files and ensure there are no extra spaces at the top or bottom of the file. If there are remove them and resave.