Hi,
New to CMS MS, hoping it can do what Joomla and all the other CMS out there can't. As of so far it looks promising.
However I'm having an issue with FrontEndUser, after install it seems to be fine. Then I go to the admin page for it and see several tabs to select from (User Properties, Groups, Users...) however that is all I see.
Clicking on one of the tabs produces no results, just stays on the admin page for FEU. Anyone else encountered this or have any suggestions?
Attached is a screenshot of what I see in my browser.
The tabs don't even appear to be links, just div tags around them. Firefox doesn't give me any errors but IE says there are errors when I attempt to click one one of the tabs, not sure what errors as it doesn't specify.
Thanks!
Thanks!
FrontEnd User trouble on admin page after install
Re: FrontEnd User trouble on admin page after install
I have since fixed this problem.
The issue seemed to be memory allocation.
This was suggested by another user in another thread :
adding ini_set("memory_limit", "32M"); close to the top of the config.php file.
Seems to have fixed the issue.
The issue seemed to be memory allocation.
This was suggested by another user in another thread :
adding ini_set("memory_limit", "32M"); close to the top of the config.php file.
Seems to have fixed the issue.