Page 1 of 1

frontend-installation not properly done

Posted: Sun Feb 11, 2007 12:55 pm
by Valkyrier
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

Re: frontend-installation not properly done

Posted: Mon Mar 19, 2007 12:40 am
by Nullig
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 ...

Code: Select all

ini_set("memory_limit", "16M");
at the beginning of my config.php and it worked fine after that.

Nullig

Re: frontend-installation not properly done

Posted: Mon Mar 19, 2007 2:15 am
by calguy1000
Use 1.1.3 Beta1, Beta2 is broken