HappyParrot Posted March 25, 2006 Posted March 25, 2006 Everything seemed to work just fine while, the shop was on regular server. I've bought shared SSL certificate from my provider and was given a path to new location. I had to copy part of the files there to make it work. Most of the site seems to be working right, but there is that problem: when a new user tries to register himself and presses submit he gets the following error: Warning: reset() [function.reset]: Passed variable is not an array or object in /var/www/html/myaddr/includes/classes/email.php on line 70 Warning: Variable passed to each() is not an array or object in /var/www/html/myaddr/includes/classes/email.php on line 71 Fatal error: Call to a member function on a non-object in /var/www/html/myaddr/includes/functions/general.php on line 1117 *I've replased mysite name dir with 'myaddr' I've checked and the user is created in the db, the only thing that is not done, is confirmation mail being sent to user. BTW: From address exists on server. line 70: is the call to reset($headers); line 71: is the while loop start...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.