Posted 13 февраля, 20159 yr comment_80791 Подскажите, есть вот такой вариант: IP.Board 3.3.4 Галерея v4.1.1 Файлы v2.4.1 Календарь v3.2.2 Какова должна быть последовательность при обновлении ядра и компонентов? Возможно ли обновиться до версии 3.4.7 и будут ли работать следующие компоненты с версией 3.4.7: Галерея v5.0.5 Файлы v2.5.4 Спасибо!
13 февраля, 20159 yr comment_80792 Возможно ли обновиться до версии 3.4.7 возможно. будут ли работать следующие компоненты с версией 3.4.7: Галерея v5.0.5 Файлы v2.5.4 будут.
14 февраля, 20159 yr Author comment_80803 А в какой последовательности осуществить обновления? Спасибо :)
14 февраля, 20159 yr Author comment_80805 Залил файлы 3.4.7 итог: Anything, really * @return string * @since 3.0 */ if (!function_exists('json_decode')) { function json_decode( $a, $assoc=false ) { require_once( IPS_KERNEL_PATH . 'PEAR/JSON/JSON.php' );/*noLibHook*/ if ( $assoc === TRUE ) { $json = new Services_JSON( SERVICES_JSON_LOOSE_TYPE ); } else { $json = new Services_JSON(); } return $json->decode( $a ); } } /** * Exception error handler */ function IPS_exception_error( $error ) { @header( "Content-type: text/plain" ); print $error; exit(); } ?> Parse error: syntax error, unexpected '}' in /forum/admin/sources/base/ipsRegistry.php on line 4474
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.