Skip to main content
Topic: German language files (informal) for 1.1.9 (Read 406 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: German language files (informal) for 1.1.9

Reply #30

That is a php 8 :bug:  that you found :cry:

There are two bugs
line 2035 reads $js_rules = ''; and needs to be $js_rules = [];
line 2043 reads $js_labels = ''; and needs to be $js_labels = [];

Re: German language files (informal) for 1.1.9

Reply #31

Don't cry, Spuds

Noone is using this for sure....at least my members don't....

There is the entire part missing for creating rules on the new server....i just compared it with my "old forum"

 

Re: German language files (informal) for 1.1.9

Reply #32

@Spuds

I dared to try this changings now. This section for creating rules is there now  and it seems to work.
But I cannot complete this action with rules and labels completly.
The name of the rule has to be now in such [NAME] if i create a new one? (see screenshot)

rules.jpg





There is another error now in the log in PersonalMessage.controller.php on line 2186
it says: Warning: A non-numeric value encountered
Code: [Select]
if ($type === 'lab' && (!isset($this->_req->post->labdef[$ind]) || !isset($context['labels'][$this->_req->post->labdef[$ind] - 1])))