Hi!
Finally, after some server-problems, the basic CMSMS-Site is running quite well.
Now, I wanted to add the frontend-module to create a member-section (together with customcontent)
I tried several different installation, both versions (1.1.2 & 1.1.3 beta) and the XML-Installation as well as the "manual installation" by uploading the folder, the result was allways the same:
No problem during the installation and the basic page "Frontend User Management" in the admin menu was shown up. But no one of the links shown on this page is working!! (properties / groups / Users / Admin / Preferences...)
As the admin, I've got all the neccessary permissions
I've got no clue, why it doesn't work! There is no error message shown up!
Does anyone knows this problem?
Greets from switzerland
Chris
frontend-installation not properly done
Re: frontend-installation not properly done
I bet it's a memory issue. Do you know what the PHP memory limit is set to? 8M? 16M?
I had the same problem and when I looked at the page source, could see that it had hit the limit.
I put ...
at the beginning of my config.php and it worked fine after that.
Nullig
I had the same problem and when I looked at the page source, could see that it had hit the limit.
I put ...
Code: Select all
ini_set("memory_limit", "16M");
Nullig
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: frontend-installation not properly done
Use 1.1.3 Beta1, Beta2 is broken
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.