MyBB Community Forums

Full Version: [SOLVED] Member.php 'Can't open file' Help?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

When guests are registering on my forums they're experiencing an error.
After filling out the registration form they click submit then get a
'Can't Open File' on page Member.php

I re-uploaded the member.php file and the htaccess due to recently installing a Google SEO mod, just incase that could of been the problem.

---
Stopforumspam plugin has some issues, preventing members from signing up giving a 'Can't open file' error.
To solve i created a sfs_log.php,
Inside -
 <?php die(); ?> 
And install into the Root of the forums.

If the issue persists remove the plugin.
Make sure that member.php is set at chmod of 644.
I've set it at 644 and still shows the same error :/
Indeed weird, but this is noy a myBB error. Contact you host.. Also when you register, make sure the page on which it says that is yours. This happened to couple members before, and they were hacked.
Solved Thank you for the support.