Admin area loses all page content when I install a module.

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
jasonfuzz
New Member
New Member
Posts: 2
Joined: Wed May 14, 2008 5:35 pm

Admin area loses all page content when I install a module.

Post by jasonfuzz »

When I am in the Admin area of the cms and I install a module like; FormBuilder, Blogs Made Simple or Feedback Builder, all of the content in the "pages" area disappears. The site still uses the content in the public site areas, but I cannot see it in the admin area. Then, if I uninstall the module, the content re-appears. Can anyone point me in the right direction?

Thanks in advance.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Admin area loses all content when I install a module.

Post by Nullig »

Since you haven't told us anything about the context, how are we to guess what the problem is?

What version of CMSMS?
Platform (Windows/Linux)?
PHP version?
MySQL version?
etc.

Nullig
jasonfuzz
New Member
New Member
Posts: 2
Joined: Wed May 14, 2008 5:35 pm

Re: Admin area loses all page content when I install a module.

Post by jasonfuzz »

cms version: 1.2.5
Platform: OS X
PHP: 5
MySQL: 5.0.41

Thanks!
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Admin area loses all page content when I install a module.

Post by Nullig »

Do you know what your php memory limit is?

If it's 16M or less, you could try adding:

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

near the top of your config.php file.

Nullig
nuno

Re: Admin area loses all page content when I install a module.

Post by nuno »

Nullig wrote: Do you know what your php memory limit is?

If it's 16M or less, you could try adding:

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

near the top of your config.php file.

Nullig
yap, i think so to , is memory issue!
Post Reply

Return to “CMSMS Core”