Page 1 of 1
Admin area loses all page content when I install a module.
Posted: Mon Jun 02, 2008 9:00 pm
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.
Re: Admin area loses all content when I install a module.
Posted: Mon Jun 02, 2008 9:04 pm
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
Re: Admin area loses all page content when I install a module.
Posted: Mon Jun 02, 2008 9:27 pm
by jasonfuzz
cms version: 1.2.5
Platform: OS X
PHP: 5
MySQL: 5.0.41
Thanks!
Re: Admin area loses all page content when I install a module.
Posted: Mon Jun 02, 2008 9:30 pm
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
Re: Admin area loses all page content when I install a module.
Posted: Mon Jun 02, 2008 9:33 pm
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!