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.
Admin area loses all page content when I install a module.
Re: Admin area loses all content when I install a module.
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
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.
cms version: 1.2.5
Platform: OS X
PHP: 5
MySQL: 5.0.41
Thanks!
Platform: OS X
PHP: 5
MySQL: 5.0.41
Thanks!
Re: Admin area loses all page content when I install a module.
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
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.
yap, i think so to , is memory issue!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