I updated the function.php file to the latest version and that fixed the "please login again" error. Now I'm getting an error that says "Invalid Login and/or Password!"
I saw that the Jacksonville site works, and I wondered what I'm doing wrong.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
One, I removed the closing php tag from header.php I kept getting errors at the top of the page, this took care of it.
Two, the loging errors were caused by this line
$password=md5($password)
It's in the function.php file
I was quite pleased that I got it working. This is exactly what I wanted my site to do. Before everyone had to create several accounts. One for their band, the bulletin board, email, etc.
I'm finally getting everything consolidated.
I hope more development is done to this project.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I updated the function.php file to the latest version and that fixed the "please login again" error. Now I'm getting an error that says "Invalid Login and/or Password!"
I saw that the Jacksonville site works, and I wondered what I'm doing wrong.
I got my site working.
Two things:
One, I removed the closing php tag from header.php I kept getting errors at the top of the page, this took care of it.
Two, the loging errors were caused by this line
$password=md5($password)
It's in the function.php file
I was quite pleased that I got it working. This is exactly what I wanted my site to do. Before everyone had to create several accounts. One for their band, the bulletin board, email, etc.
I'm finally getting everything consolidated.
I hope more development is done to this project.
Thanks