Guest Posted November 21, 2003 Posted November 21, 2003 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
Guest Posted November 21, 2003 Posted November 21, 2003 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
Guest Posted November 21, 2003 Posted November 21, 2003 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.
nuketemala Posted November 21, 2003 Posted November 21, 2003 I do the same problem when using ssl, and a new user logiin I get the error page 404, after looking at the address field, I notice that the full path is missing one folder. ex. https://sslxxx.securehostxxxx.com/my-store/index.php ( missign /myidhere ) https://sslxxx.securehostxxxx.com/~myidhere...store/index.php ( full path to my store)
Guest Posted July 13, 2004 Posted July 13, 2004 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:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.