Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

problems creating account after ssl install


Guest

Recommended Posts

Posted

Hello all... After installing ssl and enabling it I am experiencing a few problems. When users try and create an account the following error message occurs:

Fatal error: Cannot instantiate non-existent class: email in /home/digispan/public_html/secure/includes/functions/general.php on line 991

I have noticed in the admin section that accounts are created, yet that error message is generated, any ideas on making this work properly?

 

Also when existing users try and login using loginbox they are directed to a page not found. Then by pressing back they are logged in... I cant seem to located these problems, help would be appreciated.

 

 

The site is www.digispan.net

login: [email protected]

password: testing

Posted

This error message seems to appear when it tries to send email from the secure site. This is my line 991 in general.php:

$message = new email(array('X-Mailer: osCommerce Mailer'));

- no email is sent.

 

thanks in advance

Posted

first problem has been fixed. Yet the second one I still cannot pinpoint... any suggestions... When users try and login it directs to page cannot be found, when in fact /sucure/login.php exists.

  • 7 months later...
Posted
This error message seems to appear when it tries to send email from the secure site. This is my line 991 in general.php:

$message = new email(array('X-Mailer: osCommerce Mailer'));

- no email is sent.

 

thanks in advance

I am experiencing this problem how did you fix it? :huh:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...