Birdblog is telling me it cannot find usermng on my
server, but the file is there. This is keeping me from
adding multiple users to the blog! Please help!
I found the solution to this problem on my own, after a
couple of hours of searching through the .php files and the
template files for all the files connected to the user.php
and usermng.php files. If you go into the template for 'add
user' in the admin CP section of the templates, you'll see
the form action link is wrong. It tells the form to add a
user to the file 'usermng' but it is missing the .php at the
end of the filename. Once you add this and save the
template, adding new users works like a charm.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
I found the solution to this problem on my own, after a
couple of hours of searching through the .php files and the
template files for all the files connected to the user.php
and usermng.php files. If you go into the template for 'add
user' in the admin CP section of the templates, you'll see
the form action link is wrong. It tells the form to add a
user to the file 'usermng' but it is missing the .php at the
end of the filename. Once you add this and save the
template, adding new users works like a charm.