You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mess with file style after any automatic update in this file. So maintainers should fix template of this file or autoupdater (I don't know exactly).
As well, after any auto update of any file with locales the first string with <?php deletes comments for file (for example in Russian I put my author label in comment in 1st line after <?php
What steps will reproduce the problem?
Open the file: protected/humhub/modules/marketplace/messages/ru/base.php OR THIS FILE ON ANY LOCALE
What is the expected result?
File style looks like:
'Module successfully disabled!' => 'Модуль успешно отключен!',
'Module successfully enabled!' => 'Модуль успешно подключен!',
'No active Professional Edition license found!' => 'Активная лицензия Professional Edition не найдена!',
'The license could not be activated:' => 'Лицензию не удалось активировать:',
'The license was successfully activated!' => 'Лицензия успешно активирована!',
'The license was successfully removed!' => 'Лицензия успешно удалена!',
'--- Disable module: {moduleId} ---' => '--- Отключение модуля: {moduleId} ---',
'--- Enable module: {moduleId} ---' => '--- Включение модуля: {moduleId} ---',
What do you get instead?
'
Module successfully disabled!
' => 'Модуль успешно отключен!',
'
Module successfully enabled!
' => 'Модуль успешно подключен!',
'
No active Professional Edition license found!
' => 'Активная лицензия Professional Edition не найдена!',
'
The license could not be activated:
' => 'Лицензию не удалось активировать:',
'
The license was successfully activated!
' => 'Лицензия успешно активирована!',
'
The license was successfully removed!
' => 'Лицензия успешно удалена!',
'--- Disable module: {moduleId} ---
' => '--- Отключение модуля: {moduleId} ---',
'--- Enable module: {moduleId} ---
' => '--- Включение модуля: {moduleId} ---',
Additional info
Q
A
HumHub version
Current
PHP version
No matter
Operating system
No matter
Note: Also provide the full error stacks from Administration --> Information --> Logging and errors from your browser console if possible.
Note: Please use the community site for any questions on customizing HumHub.
The text was updated successfully, but these errors were encountered:
hide-me
changed the title
Mess with file style: protected/humhub/modules/marketplace/messages/ru/base.php
Mess with file style: protected/humhub/modules/marketplace/messages/ANY_LOCALE/base.php
Feb 18, 2025
<?php
deletes comments for file (for example in Russian I put my author label in comment in 1st line after<?php
What steps will reproduce the problem?
Open the file: protected/humhub/modules/marketplace/messages/ru/base.php
OR THIS FILE ON ANY LOCALE
What is the expected result?
File style looks like:
What do you get instead?
Additional info
The text was updated successfully, but these errors were encountered: