Page 1 of 1

Complete change of admin layout and few bugs after installation of FormBuilder..

Posted: Tue Dec 11, 2007 8:23 pm
by tesoro
I am running CMS Made Simple 1.04 "Lanai".
Last night I tried to install FormBuilder. After installation the admin layout changed completely to white background and list... like if styles went missing :o

Then few bugs showed up, such as the one U get when I click on Modules link: "Fatal error: Call to undefined function: restrictunknownparams() in /usr/home/xxxxx/domains/xxxxx.com/public_html/modules/FormBuilder/FormBuilder.module.php on line 149"

The "Module Manager" links opens, however the FormBuilder module does not show as being installed.

The Wysiwyg Editor in "Pages" editing stopped showing.... and many other smaller bugs which are limiting the functionality of the CMS.


I tried to delete FormBuilder via FTP but the server wouldn't allow me to do it. I tried to do it via FileManager in DirectAdmin, same "unable to delete".

Any advice on how at least restore the admin to its previous layout and functionality will be much appreciated.

Thanks!

Re: Complete change of admin layout and few bugs after installation of FormBuilder..

Posted: Fri Dec 28, 2007 3:57 pm
by janspeer
I have the same problem after trying to load 'picture album' with the Module Manager. I guess as soon as I load anything with the module manager I will have this problem. Pls help.

Re: Complete change of admin layout and few bugs after installation of FormBuild

Posted: Fri Dec 28, 2007 9:52 pm
by Nullig
You may have insufficient memory for php to run properly. Is your php memory_limit set to 8M? If so, you can try adding the following line near the top of your config.php file.

Code: Select all

ini_set("memory_limit", "32M");
Nullig

Re: Complete change of admin layout and few bugs after installation of FormBuilder..

Posted: Fri Dec 28, 2007 11:02 pm
by calguy1000
Check your httpd error logs they will tell you what the problem is