Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I saw that autom8_log function is in autom8_utilities.php file, but it's not included in the first three functions where it is used (autom8_functions.php).
Maybe Gandalf have to fix this or maybe I have not patched my files successfully.
That's a correct find. I will update the code as soon as I find time. In the meantime, you may insert those lines on your won. It's "only" the logging function that breaks
R
terziyski wrote:After adding:
include_once($config["base_path"]."/plugins/autom8/autom8_utilities.php");
(missed in first 4 functions) everything is OK.
Thanks R
Sorry that I am writing in this topic, but I decided not to open a new one for my question.
Here I have applied a tree rule which did not worked. I have used Perl zero-width negative look-ahead assertion.
Is there any limitations regarding usage of regex matches in the plugin?
terziyski wrote:Sorry that I am writing in this topic, but I decided not to open a new one for my question.
Here I have applied a tree rule which did not worked. I have used Perl zero-width negative look-ahead assertion.
Is there any limitations regarding usage of regex matches in the plugin?
I'm using MySQL regexp operator. So you will find your answer in the MySQL documentation related to your MySQL version
R.