Page 1 of 1

FEU Installation Issues - Admin panel not working at all

Posted: Wed Mar 12, 2008 1:52 pm
by chef
Hi all,

I am an absolute noob to CMSMS and loving it  ;D

I am using CMS123 with FEU 1.4 and CMSMailer 1.73.13. The modules install without issue however when I click on the
"Users & Groups" and "FrontEnd User Management" the module admin panel opens up with nothing selectable...

ie. There are no options (links) to add properties as per instructions, and none of the menus display anything different.

I have reviewed forums for similar issues and the viewed video instructions to no avail. Not sure what to do to get this module operating or where to start troubleshooting.

I did have some permission issues however I believe I have managed to sort all those out.

Help Please. Any suggestions eagerly awaited. ???

Re: FEU Installation Issues - Admin panel not working at all

Posted: Wed Mar 12, 2008 2:36 pm
by calguy1000
i bet if you checked your error log you'd find out that you're having a memory limit error.

Re: FEU Installation Issues - Admin panel not working at all

Posted: Wed Mar 12, 2008 9:29 pm
by chef
calguy1000 wrote: i bet if you checked your error log you'd find out that you're having a memory limit error.
Unfortunately I do not have access to the provider server error logs to review.

From the setup menu the memory allocation was:

You have 16M Checking PHP memory limit (min 8M, recommend 16M)

Would this be enough for FEU ?

Re: FEU Installation Issues - Admin panel not working at all

Posted: Wed Apr 09, 2008 12:29 pm
by chef
Can anyone offer any advice for me. I am still not able to get this module working at all.
It installs fine, and none of the menus will respond and everything is blank except the menu itself. I do not have access to the server to get any logs as the provider does not permit this. Every other aspect of the CMS including other modules are working without issue.

Frontend User Management Help |  Community Help (new window)
User PropertiesGroupsUsersUser HistoryAdminPreferencesLogin TemplateLogout TemplateChange Settings TemplateForgot Password TemplatesLost Username TemplateView User Template

Re: FEU Installation Issues - Admin panel not working at all

Posted: Wed Apr 09, 2008 2:46 pm
by Nullig
Try bumping up your memory limit by adding the following near the top of your config.php file:

ini_set("memory_limit", "32M");

Nullig

Re: FEU Installation Issues - Admin panel not working at all

Posted: Wed Apr 09, 2008 3:56 pm
by thoms
I don't think it's a memory problem. I'm running a site with quite more modules and have only 16MB.

But IF it is the problem, just try to uninstall modules not necessary (e.g. theme manager, module manager, possibly print, search).

I'd just reinstall the CMS and modules and see if it works.

Thomas

Re: FEU Installation Issues - Admin panel not working at all

Posted: Sat Apr 12, 2008 4:55 am
by chef
Thank you both for your suggestions....

I have removed several modules as well as added the ini_set("memory_limit", "32M");
to the config.ini. Still no Joy.

Can someone suggest another module or plugin or other process that can be used to create a
restricted members only page with individual logins for members?

I have just about given up on getting Front End Users to work for me. :-(
I appreciate any suggestions you may have....

Here is what I am running.
CMS Made Simple 1.2.3 "Black Rock"

Captcha 0.3.1
CMSMailer 1.73.13
FileManager 0.2.2
FrontEndUsers 1.4.2
HitCounter 1.0.4
MenuManager 1.5
ModuleManager 1.1.4 Not Installed
News 2.6.1 Installed
nuSOAP 1.0.1 Installed
Printing 0.2.1 Not Installed
Search 1.4.1 Installed
SelfRegistration 1.1.5 Not Installed
ThemeManager 1.0.8
TinyMCE 2.2.8

Re: FEU Installation Issues - Admin panel not working at all

Posted: Mon Apr 14, 2008 3:55 pm
by Pierre M.
chef wrote:
calguy1000 wrote: i bet if you checked your error log you'd find out that you're having a memory limit error.
Unfortunately I do not have access to the provider server error logs to review.
You NEED this log information to diagnose problems. This is why it is a requirement :
http://wiki.cmsmadesimple.org/index.php ... quirements

Guessing may help but knowing for sure should save your time. If you don't get enough from your current hoster consider paying another.

Pierre M.

Re: FEU Installation Issues - Admin panel not working at all

Posted: Tue Apr 15, 2008 11:04 am
by r0yb
The ini_set("memory_limit", "32M"); line in my CMS MS config.php seems to have fixed the problem for me.

Hope that or something else helps anyone else who has similar problems.