Not sure how this happened and it's possible it was a mod I installed but you might want to check your install just in case:
In emailer.php:
Find Line 241:
include('includes/smtp.' . $phpEx);
Replace with:
include('smtp.' . $phpEx);
the includes/emailer.php file is open and in the includes directory there is not another includes directory -- it was looking for /includes/includes/smtp.php which of course doesn't exist.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum