the information about the referral page is always the same as the page on which the form was filled out.
Landing page points to some strange page like: / wp-json / contact-form-7 / v1 / contact-forms / 2420 / feedback
There is line 56 in the code which seems to be responsible for this (resets the session) and it looks like a bug – could you fix this?
if (session_status() == PHP_SESSION_ACTIVE) { session_destroy(); }
Best!
]]>We are seeing PHP-FPM child processes take 10 to 30 seconds and more to get a session. It seems to be waiting until the flock is released by the OS.
lstat("/var", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/var/www/vhosts/URL_REDACTED/httpdocs/wp-content/plugins/share-logins/includes/Schedule.php", {st_mode=S_IFREG|0644, st_size=1093, ...}) = 0
lstat("/var/www/vhosts/URL_REDACTED/httpdocs/wp-content/plugins/share-logins/includes", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/var/www/vhosts/URL_REDACTED/httpdocs/wp-content/plugins/share-logins", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/var/www/vhosts/URL_REDACTED/httpdocs/wp-content/plugins", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/var/www/vhosts/URL_REDACTED/httpdocs/wp-content", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/var/www/vhosts/URL_REDACTED/httpdocs", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
lstat("/var/www/vhosts/URL_REDACTED", {st_mode=S_IFDIR|0710, st_size=4096, ...}) = 0
lstat("/var/www/vhosts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/var/www", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/var", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/var/www/vhosts/URL_REDACTED", {st_mode=S_IFDIR|0710, st_size=4096, ...}) = 0
lstat("/var/www/vhosts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/var/www", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/var", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/var/www/vhosts/URL_REDACTED/httpdocs/wp-content/plugins/share-logins/includes/Schedule.php", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=1093, ...}) = 0
fstat(15, {st_mode=S_IFREG|0644, st_size=1093, ...}) = 0
fstat(15, {st_mode=S_IFREG|0644, st_size=1093, ...}) = 0
mmap(NULL, 1093, PROT_READ, MAP_SHARED, 15, 0) = 0x7f3616e0b000
munmap(0x7f3616e0b000, 1093) = 0
close(15) = 0
open("/var/lib/php/session/sess_ht2uft2nq7nd0g3casrc8ge2vg", O_RDWR|O_CREAT|O_NOFOLLOW, 0600) = 15
fstat(15, {st_mode=S_IFREG|0600, st_size=730, ...}) = 0
getuid() = 10000
flock(15, LOCK_EX^Cstrace: Process 13399 detached
Can you please destroy the session in run() if there are no more tasks to schedule or perhaps have a redis setting that will allow redis to manage and store the data?
Thanks,
Wil.
It is very very Big issue.
In this condition Client can’t user any other plugin with sessions.
]]>I get session-destroy error on line 124.
https://www.dropbox.com/s/m5bnxi9un665oo9/Screenshot%202017-12-06%2013.29.54.png?dl=0
]]>When I try to integrate a new form from mautic to wordpress with the plugin, I am getting the following error messages:
[Thu Jul 21 18:38:34.026306 2016] [:error] [pid 4102] [client 192.168.2.2:56449] PHP Warning: session_destroy(): Trying to destroy uninitialized session in /var/www/html/wp/wp-content/plugins/wp-mautic-form-integrator/wp-mautic-form-integrator.php on line 218, referer: https://wp.tecniservicios.local/wp-admin/admin.php?page=haw-mautic-integration-setting
[Thu Jul 21 18:38:38.659009 2016] [:error] [pid 3163] [client 192.168.2.2:56450] PHP Fatal error: Uncaught exception ‘Mautic\\Exception\\UnexpectedResponseFormatException’ with message ‘<!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”>\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL /oauth/v1/request_token was not found on this server.</p>\n</body></html>\n’ in /var/www/html/wp/wp-content/plugins/wp-mautic-form-integrator/lib/Auth/OAuth.php:789\nStack trace:\n#0 /var/www/html/wp/wp-content/plugins/wp-mautic-form-integrator/lib/Auth/OAuth.php(474): Mautic\\Auth\\OAuth->makeRequest(‘https://mautic.t…’, Array, ‘POST’, Array)\n#1 /var/www/html/wp/wp-content/plugins/wp-mautic-form-integrator/lib/Auth/OAuth.php(408): Mautic\\Auth\\OAuth->requestToken()\n#2 /var/www/html/wp/wp-content/plugins/wp-mautic-form-integrator/wp-mautic-form-integrator.php(368): Mautic\\Auth\\OAuth->validateAccessToken()\n#3 /var/www/html/wp/wp-content/plugins/wp-mautic-form-integrator/wp-mautic-form-integrator.php(462): haw_mautic_integration_get_forms_from_server(‘haw-mautic-inte…’)\n#4 [internal fun in /var/www/html/wp/wp-content/plugins/wp-mautic-form-integrator/lib/Auth/OAuth.php on line 789, referer: https://wp.tecniservicios.local/wp-admin/admin.php?page=haw-mautic-integration-setting
[Thu Jul 21 18:38:42.760909 2016] [:error] [pid 1627] [client 192.168.2.2:56454] PHP Fatal error: Uncaught exception ‘Mautic\\Exception\\UnexpectedResponseFormatException’ with message ‘<!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”>\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL /oauth/v1/request_token was not found on this server.</p>\n</body></html>\n’ in /var/www/html/wp/wp-content/plugins/wp-mautic-form-integrator/lib/Auth/OAuth.php:789\nStack trace:\n#0 /var/www/html/wp/wp-content/plugins/wp-mautic-form-integrator/lib/Auth/OAuth.php(474): Mautic\\Auth\\OAuth->makeRequest(‘https://mautic.t…’, Array, ‘POST’, Array)\n#1 /var/www/html/wp/wp-content/plugins/wp-mautic-form-integrator/lib/Auth/OAuth.php(408): Mautic\\Auth\\OAuth->requestToken()\n#2 /var/www/html/wp/wp-content/plugins/wp-mautic-form-integrator/wp-mautic-form-integrator.php(368): Mautic\\Auth\\OAuth->validateAccessToken()\n#3 /var/www/html/wp/wp-content/plugins/wp-mautic-form-integrator/wp-mautic-form-integrator.php(462): haw_mautic_integration_get_forms_from_server(‘haw-mautic-inte…’)\n#4 [internal fun in /var/www/html/wp/wp-content/plugins/wp-mautic-form-integrator/lib/Auth/OAuth.php on line 789, referer: https://wp.tecniservicios.local/wp-admin/admin.php?page=haw-mautic-integration
Any idea how to solve this?
https://www.ads-software.com/plugins/wp-mautic-form-integrator/
]]>Warning: Cannot modify header information – headers already sent by (output started at /home2/prossis/public_html/riverhill/wp-content/plugins/book-a-room/sharedFunctions.php:247) in /home2/prossis/public_html/riverhill/wp-includes/pluggable.php on line 1207
I have deleted and reloaded the plug ins and still have the error. I currently have no other plug in activated.
I did change the room costs, with two events accepted and one pending. The cost did not change in the event.
Any ideas?
https://www.ads-software.com/plugins/book-a-room/
]]>https://www.ads-software.com/extend/plugins/eshop/
]]>