MyBB Community Forums

Full Version: Uninstall-Install
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hello

Im totally noob but please help me Undecided

I have mybb installed, Wordpress too (A friend of mine did that for me)
But I have a lot of problems like:

1. First I couldnt login at all
2. Then I could but again after log out when I login it says successful but when redirects me to the index page its still not logged in (I did the coockie things but no success)
3. If you choose "Forgot password" then I says email sent but in my inbox nothing comes
4. If anyone register they dont receive the verification email

Now with all this stuff I decided to uninstall everything (MyBB & WP) and then reinstall "Only" MyBB.
(Please notice the uninstallation too)
Please can you guide me like a kid ? For Christ sake I have only till tomorrow Sad

Its MySQL version 5.1.65-cll
grand-hall.ir/forum/index.php
Also
forum.grand-hall.ir
Uninstalling wouldn't have been necessary, at all. If you would have provided your forum URL we could have checked your cookie settings.

Regarding mails not being sent, see: [Docs: Help-Mail]
Oh yes im sorry,

grand-hall.ir/forum/index.php
Also
forum.grand-hall.ir
You have to choose a forum URL. Is it /forum/ or forum.grand-hall.ir? You can't use both. Your forum URL refers to forum.grand-hall.ir but your cookie settings refer to grand-hall.ir/forum/
Also for EMail problem, when I run that .php from my browser it shows all the codes inside:

<?php
error_reporting(E_ALL);

$to = '[email protected]';

if(mail($to, 'Testing mail', 'This is a mailing test to see if PHP mail works.'))
{
echo 'Mail was sent by PHP';
}
else
{
echo 'PHP could not send the mail';
}
?>

Or its me doing it wrong
Did you upload it along with MyBB or did you try to open it from your computer?

It should have run correctly if you ran it from your hosting account and the file extension ends with .php
(2012-10-12, 09:18 AM)Nathan Malcolm Wrote: [ -> ]You have to choose a forum URL. Is it /forum/ or forum.grand-hall.ir? You can't use both. Your forum URL refers to forum.grand-hall.ir but your cookie settings refer to grand-hall.ir/forum/

Now the same login problem with AdminCP Sad
Keeps me loging in without loging in
Yes, because your cookie settings are incorrect. You need to either set your forum URL to http://grand-hall.ir/forum/ or set your cookie domain to .grand-hall.ir and your cookie path to /

Please see: http://community.mybb.com/thread-126359.html
(2012-10-12, 09:22 AM)Nathan Malcolm Wrote: [ -> ]Did you upload it along with MyBB or did you try to open it from your computer?

It should have run correctly if you ran it from your hosting account and the file extension ends with .php

[Image: 74197162069840133013.gif]

I copied the url and paste into browser, Aks for user and pass then opens it up with the codes inside.

(2012-10-12, 09:24 AM)Nathan Malcolm Wrote: [ -> ]Yes, because your cookie settings are incorrect. You need to either set your forum URL to http://grand-hall.ir/forum/ or set your cookie domain to .grand-hall.ir and your cookie path to /

Please see: http://community.mybb.com/thread-126359.html

Wait let me try that with filezilla
http://grand-hall.ir/forum/inc/New%20Text%20Document.php

It says that mail was sent by PHP. Can you check your spam/junk folder to see if it got caught by a spam filter?

Also knowing which web host you're using would be helpful.
Pages: 1 2 3