[SOLVED] - Intermittent error 500 with IE7 when saving with TinyMCE 2.0 editor - Joomla! Forum - community, help and support
hi,
i running august 22 nightly build, , error 500 (with message "article must have text") periodically when using ie7 tinymce 2.0. not error firefox 2, nor error ie7 , xstandard 2.0. when error occurs, browser address bar set to:
"http:///index.php"
instead of expected:
"http:///index.php?view=article&id=58&itemid=1&option=com_content".
it not clear causes error, though reducing amount of text in page seems cause more increasing amount of text. however, page has fair bit of text, when error occurs. see full text of error page below.
dennis
vvvvvvvvvvvvvvvvvvvvvvvvvv
500 - error has occured
an error has occurred while processing request.
please try 1 of following pages:
home page
if difficulties persist, please contact system administrator of site.
article must have text
^^^^^^^^^^^^^^^^^^
i running august 22 nightly build, , error 500 (with message "article must have text") periodically when using ie7 tinymce 2.0. not error firefox 2, nor error ie7 , xstandard 2.0. when error occurs, browser address bar set to:
"http://
instead of expected:
"http://
it not clear causes error, though reducing amount of text in page seems cause more increasing amount of text. however, page has fair bit of text, when error occurs. see full text of error page below.
dennis
vvvvvvvvvvvvvvvvvvvvvvvvvv
500 - error has occured
an error has occurred while processing request.
please try 1 of following pages:
home page
if difficulties persist, please contact system administrator of site.
article must have text
^^^^^^^^^^^^^^^^^^
fyi, i've tracked down far save() function in controller.php. line:
$post['text'] = jrequest::getvar('text', '', 'post', 'string', jrequest_allowraw);
returns empty string. indeed, when down road $model->store() calls $article->check(), latter accurately reports article has no text. (whether check idea subject discussion. )
also, should have mentioned i've reproduced when invoking editor front end, not administrator.
dennis
$post['text'] = jrequest::getvar('text', '', 'post', 'string', jrequest_allowraw);
returns empty string. indeed, when down road $model->store() calls $article->check(), latter accurately reports article has no text. (whether check idea subject discussion. )
also, should have mentioned i've reproduced when invoking editor front end, not administrator.
dennis
Comments
Post a Comment