Bugs in version 5.12.3.0

  • Автор темы Автор темы VladZen
  • Дата начала Дата начала

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 831
Реакции
6 040
Баллы
113
Bugs, errors and problems in version 5.12.3.0.
 
When i am trying to run the following piece of code in PHP CodeEditor:

$instance->WebRTCWorkMode = ZennoLab\InterfacesLibrary\Enums\Browser\WebRTCMode::Emulate;
$instance->GetWebRTCAdresses($a,$b,$c);
$instance->SetWebRTCAdresses($a,$b,$c);

I am getting the following error:
No accessible overload of method 'ZennoLab\CommandCenter\Instance::SetWebRTCAdresses' is compatible with the specified arguments

Kindly look into that
 
When you use methods on PHP, it's necessary to specify all the arguments:
SetWebRTCAdresses(string ipv4Address, string ipv6Address = default(string), string ipv4Nat = default(string), WebRTCMode mode = WebRTCMode.Emulate)

Only C# allows to miss default parameters.
 
Hello,

I have a problem when reading a cell from database.
The cell contain '(?<=<article)[\w\W]*?(?=</article>)' without the quotes.
It creates a blank cell on the table when using mysql request like 'select * from table name where id=3' or 'select data1,data2 from table where id=3'. It works only when I make a request like 'select data1 from table where id=3'

As you can see in the pictures the 'regexline' column is offset by 1
 

Вложения

  • 06122017bug1a.png
    06122017bug1a.png
    16,3 KB · Просмотры: 580
  • 06122017bug1b.png
    06122017bug1b.png
    21,3 KB · Просмотры: 586
I have a mysql database with a cell that has type date. If the date is like for example '2017-11-30', it's working.
If the date is '0000-00-00' there is an error in zenoposter. The same requests are working in sql in mysql.
 
Ok thanks

Also I have a problem with some rss feed. The page isn't loading in project maker. Haven't tried it in zennoposter. I use the last version. I'm sending you the url in PM
 
When I click in ZP on the icon for opening the BotUI next to a project, the BotUI is not opened. There is just a message "Opening settings" for a second and that's it.

Please fix.
 
I'll ask developers to investigate it. Do you get this problem with certain project or with any, where BotUI is used?

Now it seems, when I open the BotUI beforehand from a project where it works it then opens also on my first project (where I sent you the report.zip) but don't save any input-data and transfer it to the variables of my project. Hope this helps to fix the problem.
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)