I think I have a problem that's previously been reported, but as of yet unfixed.
I can login fine with the default account, but when adding a second user, when I try and login, after inputting the username and password, get stuck in an infinite loop.
(2012-09-29, 17:19:31)islander Wrote: If I attempt to change the admin language, I end up with a white screen, and can go no further.
If I remove the plugin, everything functions correctly again.
I has this issues too, I reported it @ the gsblog thread, but it's related to the "multi" too (I had to comment out the calls to the permissions function) but had more issues with it (maybe it's only the gsblog itself) - as some plugins worked suddenly with English and not my chosen language.
hello,
I'd like to give access to a single private page via password:
what I thought is:
1.create a private page (let's call it Y) DONE
2.create a user who can only see pages DONE
3.create an alternative login page with precompiled username http://www.lamichetta.it/admin/iscrizioni.php DONE
4.redirect after logging in to the private page Y NEEDS TO BE DONE
How can I achieve point 4 skipping page ".../admin/pages.php", that would show too many things?
The goal is making it the as simple as possible for dumb users.
I am having trouble trying to use this plug-in. I have GS 3.1.2 and Multi User 1.8.2. After copying the unzipped plug-in to my plugins directory, I cannot get an admin page. All I get is the message, "Unable to load XML file!". If I delete the plug-in, I get the admin page back (as it was before attempting Multi User installation). What am I doing wrong?
(2013-01-22, 14:57:45)leestwise Wrote: I am having trouble trying to use this plug-in. I have GS 3.1.2 and Multi User 1.8.2. After copying the unzipped plug-in to my plugins directory, I cannot get an admin page. All I get is the message, "Unable to load XML file!". If I delete the plug-in, I get the admin page back (as it was before attempting Multi User installation). What am I doing wrong?
...lee
did you pay attention to the way it is unzipped?
Mine is working with user-management.php in the PLUGIN folder root and then folder USER-MANAGEMENT as a child of PLUGIN.
(2013-01-22, 14:57:45)leestwise Wrote: I am having trouble trying to use this plug-in. I have GS 3.1.2 and Multi User 1.8.2. After copying the unzipped plug-in to my plugins directory, I cannot get an admin page. All I get is the message, "Unable to load XML file!". If I delete the plug-in, I get the admin page back (as it was before attempting Multi User installation). What am I doing wrong?
...lee
did you pay attention to the way it is unzipped?
Mine is working with user-management.php in the PLUGIN folder root and then folder USER-MANAGEMENT as a child of PLUGIN.
2013-01-23, 08:10:10 (This post was last modified: 2013-01-23, 08:11:20 by leestwise.)
(2013-01-22, 14:57:45)leestwise Wrote: I am having trouble trying to use this plug-in. I have GS 3.1.2 and Multi User 1.8.2. After copying the unzipped plug-in to my plugins directory, I cannot get an admin page. All I get is the message, "Unable to load XML file!". If I delete the plug-in, I get the admin page back (as it was before attempting Multi User installation). What am I doing wrong?
...lee
I may have figured out what my problem is. I don't think Multi-User 1.8.2 can handle usernames that are more than one word (my admin name is 2 words), which GS 3.1.2 handles quite well by replacing a space with a dash (-) for the XML username file. MU breaks the system by not following suit. Now, I just need to figure out how to change my admin name to one word without screwing up the website!
OK. Changing my username in the XML file from "first last" to "first_last" and the XML filename from "first-last.xml" to "first_last.xml" worked. The MU plug-in really ought to handle what GS allows, but this'll do until it does.
I installed a GS v3.2.1 on my desktop computer and I found some issues with Multi-User v1.8.2 plugin and GS Blog v1.5 plugin activated.
Configuration: Windows 7, xampp 1.7.4, php 5.3.5
1. It was not possible to create a new user due to error
Fatal error: Call to a member function addChild() on a non-object in {getsimple folder}\plugins\user-managment.php on line 1282
This error appears only after activation of GS Blog v1.5 plugin. It's fixed by adding a global variable declaration of $perm to public function mmAddUser()
2. There are a lot of notifications about undefined index for each permission which is not checked.
3. Menu Manager (menu-manager.php) persmissions are not managed. It is not possible to deny menu order updates.
I'm attaching updated files with issues 1 and 3 fixed, together with bg_BG translation.
This plugin loads its own ckeditor on every page, its used for the user bio, so that's wrong.
3.2.2 also adds a comma in front of it before inserting into the js, I will fix this in 3.2.3 asap.
This plugin does not actually load cke on all pages as I mentioned earlier, it is just using its own logic to set the editor globals, which conflicts with changes made to core because core never sets them up until it uses them.
It also does not check to see if they are set before overwriting them so this plugin will break the new globals in 3.2.2 since it does it site wide. There might be other plugins that do the same.
(2013-05-01, 20:48:34)zhivko Wrote: 1. It was not possible to create a new user due to error
Fatal error: Call to a member function addChild() on a non-object in {getsimple folder}\plugins\user-managment.php on line 1282
This error appears only after activation of GS Blog v1.5 plugin. It's fixed by adding a global variable declaration of $perm to public function mmAddUser()
Thanks Zhivko! I've been having this problem with several of my client websites - worked like a charm!!
(2013-05-01, 20:48:34)zhivko Wrote: 1. It was not possible to create a new user due to error
Fatal error: Call to a member function addChild() on a non-object in {getsimple folder}\plugins\user-managment.php on line 1282
This error appears only after activation of GS Blog v1.5 plugin. It's fixed by adding a global variable declaration of $perm to public function mmAddUser()
Thanks Zhivko! I've been having this problem with several of my client websites - worked like a charm!!
Oops, I spoke too soon...this fix actually caused another issue. The Blog Manager buttons (Posts, Create Post, Categories, etc.) are gone and I receive the following error. Any idea how this can be fixed? Thanks!
Warning: include(../admin/inc/timezone_options.txt) [function.include]: failed to open stream: No such file or directory in /home/a7456010/public_html/plugins/user-managment.php on line 643
I guess it happens only for user without any restrictions set - in this case <PERSMISSIONS> is never set to username.xml file. A workaround could be to set some restriction for this user and then do remove restriction.
The xml file will have all