Page 1 of 1
[SOLVED!] TinyMCE Install error... any thoughts?
Posted: Sun Jul 27, 2008 2:28 am
by WDA1
when trying to use the builtin installer of tinymce this error is recieved:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2821835 bytes) in /home2/wdaoneco/public_html/site/modules/nuSOAP/classes/nusoap.php on line 6255
Any thoughts?
Re: TinyMCE Install error... any thoughts?
Posted: Sun Jul 27, 2008 1:04 pm
by WDA1
...anyone?
Re: TinyMCE Install error... any thoughts?
Posted: Sun Jul 27, 2008 6:24 pm
by baresi
More info on your setup would be helpful but thats a server side issue, PHP is running out of memory for some reason.
If you host allows try increasing your memory by using an .htaccess file:
php_value memory_limit 64M
or
php_value memory_limit 128M
Re: TinyMCE Install error... any thoughts?
Posted: Sun Jul 27, 2008 7:03 pm
by WDA1
Can you tell me what extra info you may need? I'm playing liason between the forum and my designer. We tried that and the entire site crashed and we got:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,
webmaster@wda1.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
....what else can I give you to help this?
Re: TinyMCE Install error... any thoughts?
Posted: Sun Jul 27, 2008 7:14 pm
by baresi
Not sure why you get an internal server error by adding that htaccess, unless you overwrote an existing htaccess with some settings. You may need to remove the php_value and then if you can use the support tool at
http://forum.cmsmadesimple.org/index.ph ... 849.0.html and paste the info (or at least post the operating system, php version, mysql version, cmsms version, modules installed)
Re: TinyMCE Install error... any thoughts?
Posted: Sun Jul 27, 2008 7:37 pm
by WDA1
From the designer:
We didnt overwrite an existing htaccess.
OS: Linux
php version: 5.2.6
mysql: 5.0.45-community-log
cmsms: 1.3.1
modules:
capcha
cgextensions
cmsmailer
companydirectory
customcontent
filemanager
frontendusers
menumanager
modulemanager
news
nusoap
printing
search
selfregistration
sitemapmadesimple
thememanager
tinymce
Re: TinyMCE Install error... any thoughts?
Posted: Sun Jul 27, 2008 7:50 pm
by baresi
For the original error you could also try putting this line near the top of your config.php, instead of the htaccess, and see if that helps
ini_set("memory_limit", "64M");
Also, just in case, some ftp clients do not show or list htaccess files and may over write an existing one even without prompting you.
Re: TinyMCE Install error... any thoughts?
Posted: Sun Jul 27, 2008 9:01 pm
by WDA1
THAT DID IT!!
Much Much Much thanks!!!
cheers...
andrew
WDA1.com