#2372 - Composr 10RC1: upgrade "failed" miserably; several instability issues
| Identifier | #2372 |
|---|---|
| Issue type | Major issue (breaks an entire feature) |
| Title | Composr 10RC1: upgrade "failed" miserably; several instability issues |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core |
| Description | The actual upgrade itself succeeded and looked to me like it went okay. All files transferred and I was able to apply the changes to my code over-rides. However, upon trying to run RC1 on my website, I ran into several issues.
For one, the home page won't even load correctly. It errors with PHP NOTICE [8] Undefined index: p_post__text_parsed in sources/lang.php on line 1156 (version: 10 RC1, PHP version: 5.6.19, URL: /). This error is actually present in the home page of the Admin dashboard as well, and wouldn't be surprised if it's present in other areas as well. Home page also displays a Javascript error 2287: Uncaught ReferenceError: $ is not defined https://lovinity.org/ . Another issue is in-line text editing triggers a massively-huge Javascript error, specifically on editing forum topic titles inline during the test. For example: #0 _generic_exit(Tempcode Object ([code_to_preexecute] => Array ([do_runtime_57020bdf214751.98898020_1] => $tpl_funcs['do_runtime_57020bdf214751.98898020_1']="echo ecv(\$cl,array(),2,\"javascript:NOT_INTEGER\",array());"; ),[seq_parts] => Array ([0] => Array ([0] => Array ([0] => do_runtime_57020bdf214751.98898020_1,[1] => Array (),[2] => 2,[3] => javascript:NOT_INTEGER,[4] => ))),[preprocessable_bits] => Array (),[pure_lang] => 1,[evaluate_echo_offset_group] => 0,[evaluate_echo_offset_inner] => 0,[codename] => :container,[preprocessed] => ,[cached_output] => A field that was supposed to be an integer (for our purposes, a whole number between -2147483648 and 2147483647) was not,[children] => ,[fresh] => ), WARN_SCREEN, ) called at [/var/www/vhosts/lovinity.org/httpdocs/sources/global2.php:887] #1 warn_exit(Tempcode Object ([code_to_preexecute] => Array ([do_runtime_57020bdf214751.98898020_1] => $tpl_funcs['do_runtime_57020bdf214751.98898020_1']="echo ecv(\$cl,array(),2,\"javascript:NOT_INTEGER\",array());"; ),[seq_parts] => Array ([0] => Array ([0] => Array ([0] => do_runtime_57020bdf214751.98898020_1,[1] => Array (),[2] => 2,[3] => javascript:NOT_INTEGER,[4] => ))),[preprocessable_bits] => Array (),[pure_lang] => 1,[evaluate_echo_offset_group] => 0,[evaluate_echo_offset_inner] => 0,[codename] => :container,[preprocessed] => ,[cached_output] => A field that was supposed to be an integer (for our purposes, a whole number between -2147483648 and 2147483647) was not,[children] => ,[fresh] => )) called at [/var/www/vhosts/lovinity.org/httpdocs/sources/failure.php:158] #2 _param_invalid(id, _73, ) called at [/var/www/vhosts/lovinity.org/httpdocs/sources/global2.php:1604] #3 get_param_integer(id) called at [/var/www/vhosts/lovinity.org/httpdocs/forum/pages/modules/topics.php:3348] #4 Module_topics->edit_topic() #5 call_user_func(Array ([0] => Module_topics Object ([title] => ),[1] => edit_topic)) called at [/var/www/vhosts/lovinity.org/httpdocs/forum/pages/modules/topics.php:221] #6 Module_topics->run() called at [/var/www/vhosts/lovinity.org/httpdocs/sources/zones.php:782] #7 load_module_page(forum/pages/modules/topics.php, topics, ) called at [/var/www/vhosts/lovinity.org/httpdocs/sources_custom/site.php:1179] #8 request_page(topics, 1) called at [/var/www/vhosts/lovinity.org/httpdocs/sources/ajax.php:370] #9 fractional_edit_script() called at [/var/www/vhosts/lovinity.org/httpdocs/data/fractional_edit.php:58] A field that was supposed to be an integer (for our purposes, a whole number between -2147483648 and 2147483647) was not |
| Steps to reproduce | |
| Additional information | Failsafe mode was activated on lovinity.org due to the criticality of this issue. |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
I am looking at the JavaScript issue now.
The inline editing issue will be fixed for RC2.
I am also reviewing your error log.
[04-Apr-2016 07:05:15 UTC] PHP Notice: Undefined index: i_caption_text_parsed in /var/www/vhosts/lovinity.org/httpdocs/sources_custom/lang.php on line 1156
All clustered very close to 7AM UTC, but for a number of different *_text_parsed fields.
But I just realised it is in a customised lang.php, and '*_text_parsed' instead of '*__text_parsed', so it was probably a typo in your override.