kitsguru wrote:I did a new install 2.10.7 and after getting everything working, and adding several users I noticed I wasn't getting the user list and the side menu was gone. I had it at one time.
After reading this post I went back and checked my config and the only thing I had changed was
define("PLUGIN_ROOTDIR","plugins");
I had uncommented this and commented out the line above
#define("PLUGIN_ROOTDIR","/var/www/html/phplistplugins)";
so I could see the sample plugins. When I reset the commented lines to original but with my correct path everything worked correctly.
Linux
MySQL 4.1.20
PHP Version 4.3.9
Apache/2.0.52 (CentOS)
I have a very simple installation without any plugins, and the installation is hosted in an environment I don't very limited capabilities to see/change things. Anyhow, I had the same problem, no users visible. What did the trick was to comment out the plugin rootdir in config.php, i.e.:
# uncomment this one to see the examples in the system (and then comment the
# one above)
define("PLUGIN_ROOTDIR","plugins");
->
# uncomment this one to see the examples in the system (and then comment the
# one above)
#define("PLUGIN_ROOTDIR","plugins");
Linux 2.6.24.2-g-r3 #1 SMP
MySQL: Server version: 4.1.22-standard
PHP: 4.4.2
Apache: Don't know...