interconnectit / Search-Replace-DB

This script was made to aid the process of migrating PHP and MySQL based websites. Works with most common CMSes.
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
GNU General Public License v3.0
4k stars 855 forks source link

always problems with wp_options table #335

Closed alexgarciab closed 4 years ago

alexgarciab commented 4 years ago

Every time I try to find and replace something on a Wordpress Database, I get the same error on the wp_options table, which is:

syntax error, unexpected '\' (T_NS_SEPARATOR), expecting '{'

This is not allowing me to find and replace on the wp_options table, as the script gets interrupted. Any idea why this is happening and how to fix it?

Thanks

JonnyTech commented 4 years ago

Which version of PHP and what type of table (InnoDB, MyISAM)? Can you show full log?

alexgarciab commented 4 years ago

PHP version: PHP 7.3.17 Table type: InnoDB

When I enable verbose and debug, I don't see more than that error on the wp_options table.

gianluigi-icit commented 4 years ago

might be one of yours plugins, are you using elementor? there was a similar issue reported a while ago.

alexgarciab commented 4 years ago

No, I am not using Elementor. Is there a way to debug in which row of the table is the error happening?

gianluigi-icit commented 4 years ago

there was also a tool for migrating websites that was causing the problems, try to create a test database with only that table, also try to play with the function recursive_unserialize_replace and print some records

alexgarciab commented 4 years ago

Is the function "recursive_unserialize_replace" something native to this script? I don't see it as an argument or option to run the script via command line.

gianluigi-icit commented 4 years ago

sorry I just assumed you were prepared to edit the tool's code :)

I am sure it's one of your plugins, could you list them?

alexgarciab commented 4 years ago

No, I am not a programmer, that's why I am asking for help.

Is there a way to show debug logs on the row that caused the error, on the table?

abeljouve commented 4 years ago

I have encountered this problem many times, and after a bit of debugging I found that the error occurs on the column option_value for the option name elementor_log. This is the serialized date the I found in the option value:

a:42:{s:32:"64a79f568fe56c57e46176eee192eea0";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-02-27 14:53:34";s:7:"*type";s:5:"error";s:10:"*message";s:33:"Invalid LatLng object: (NaN, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:194;s:14:"*times_dates";a:42:{i:0;s:19:"2020-05-28 12:46:18";i:1;s:19:"2020-05-28 12:46:19";i:2;s:19:"2020-05-28 12:46:23";i:3;s:19:"2020-05-28 12:46:25";i:4;s:19:"2020-05-28 12:46:26";i:5;s:19:"2020-05-28 12:46:27";i:6;s:19:"2020-05-28 12:46:29";i:7;s:19:"2020-05-28 12:46:30";i:8;s:19:"2020-05-28 12:46:31";i:9;s:19:"2020-05-28 12:46:32";i:10;s:19:"2020-05-28 12:46:33";i:11;s:19:"2020-05-28 12:46:34";i:12;s:19:"2020-05-28 12:46:53";i:13;s:19:"2020-05-28 12:46:56";i:14;s:19:"2020-05-28 12:46:59";i:15;s:19:"2020-05-28 12:47:00";i:16;s:19:"2020-05-28 12:47:01";i:17;s:19:"2020-05-28 12:47:02";i:18;s:19:"2020-05-28 12:47:04";i:19;s:19:"2020-05-28 12:47:06";i:20;s:19:"2020-05-28 12:47:11";i:21;s:19:"2020-05-28 12:47:12";i:22;s:19:"2020-05-28 12:47:18";i:23;s:19:"2020-05-28 12:50:04";i:24;s:19:"2020-05-28 12:50:08";i:25;s:19:"2020-05-28 12:50:09";i:26;s:19:"2020-05-28 12:50:11";i:27;s:19:"2020-06-19 11:30:07";i:28;s:19:"2020-06-19 11:30:13";i:29;s:19:"2020-06-19 11:30:15";i:30;s:19:"2020-06-19 11:30:38";i:31;s:19:"2020-06-19 11:30:39";i:32;s:19:"2020-06-19 11:30:40";i:33;s:19:"2020-06-19 11:30:41";i:34;s:19:"2020-06-19 11:30:42";i:35;s:19:"2020-06-19 11:30:43";i:36;s:19:"2020-06-19 11:30:44";i:37;s:19:"2020-06-19 11:30:45";i:38;s:19:"2020-06-19 11:31:07";i:39;s:19:"2020-06-19 11:31:11";i:40;s:19:"2020-06-19 11:31:14";i:41;s:19:"2020-06-19 11:31:15";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1582815214";s:7:"message";s:33:"Invalid LatLng object: (NaN, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"10b0707a9b88ed73a40c5a908430c1a4";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-02-27 14:57:42";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (45.549459, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-02-27 14:57:42";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1582815462";s:7:"message";s:39:"Invalid LatLng object: (45.549459, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"02c7ca72e97fb82a515fb4a975bda1da";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:5:"36480";s:7:"*file";s:98:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/plugins/elementor/assets/js/editor.min.js";s:7:"*line";s:2:"31";s:7:"*date";s:19:"2020-02-28 09:14:33";s:7:"*type";s:5:"error";s:10:"*message";s:14:"n is undefined";s:7:"*meta";a:0:{}s:8:"*times";i:4;s:14:"*times_dates";a:4:{i:0;s:19:"2020-02-28 09:14:33";i:1;s:19:"2020-03-03 14:20:09";i:2;s:19:"2020-03-24 10:12:30";i:3;s:19:"2020-03-24 10:53:45";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1582881273";s:7:"message";s:14:"n is undefined";s:3:"url";s:98:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/plugins/elementor/assets/js/editor.min.js";s:4:"line";s:2:"31";s:6:"column";s:5:"36480";}}s:32:"4af5bd4009a4247ec9d392c9fe35cce9";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:5:"36487";s:7:"*file";s:98:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/plugins/elementor/assets/js/editor.min.js";s:7:"*line";s:2:"31";s:7:"*date";s:19:"2020-03-24 13:54:26";s:7:"*type";s:5:"error";s:10:"*message";s:49:"Cannot read property \'0\' of undefined";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-03-24 13:54:26";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1585058066";s:7:"message";s:39:"Cannot read property \'0\' of undefined";s:3:"url";s:98:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/plugins/elementor/assets/js/editor.min.js";s:4:"line";s:2:"31";s:6:"column";s:5:"36487";}}s:32:"7daa8ecaf3147dad6bcc36d0c312e2c8";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:6:"156869";s:7:"*file";s:107:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/plugins/elementor/assets/js/editor-document.min.js";s:7:"*line";s:1:"2";s:7:"*date";s:19:"2020-03-31 09:34:41";s:7:"*type";s:5:"error";s:10:"*message";s:25:"this.storage is undefined";s:7:"*meta";a:0:{}s:8:"*times";i:2;s:14:"*times_dates";a:2:{i:0;s:19:"2020-03-31 09:34:41";i:1;s:19:"2020-06-11 14:18:00";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1585647281";s:7:"message";s:25:"this.storage is undefined";s:3:"url";s:107:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/plugins/elementor/assets/js/editor-document.min.js";s:4:"line";s:1:"2";s:6:"column";s:6:"156869";}}s:32:"e9b2fbfaaa7f7d50221e1aea66cc8c5f";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-04-06 13:13:23";s:7:"*type";s:5:"error";s:10:"*message";s:40:"Invalid LatLng object: (46.6299306, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:3;s:14:"*times_dates";a:3:{i:0;s:19:"2020-04-06 13:13:23";i:1;s:19:"2020-04-06 13:13:26";i:2;s:19:"2020-04-06 13:13:28";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1586178803";s:7:"message";s:40:"Invalid LatLng object: (46.6299306, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"c6fafb36222d424be01956162f2262b6";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-04-06 13:41:30";s:7:"*type";s:5:"error";s:10:"*message";s:40:"Invalid LatLng object: (46.6301906, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-04-06 13:41:30";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1586180490";s:7:"message";s:40:"Invalid LatLng object: (46.6301906, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"42290308c51d4da2688731e621750cd2";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-04-06 14:08:32";s:7:"*type";s:5:"error";s:10:"*message";s:40:"Invalid LatLng object: (46.6283373, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:4;s:14:"*times_dates";a:4:{i:0;s:19:"2020-04-06 14:08:32";i:1;s:19:"2020-04-06 14:08:34";i:2;s:19:"2020-04-06 14:08:35";i:3;s:19:"2020-04-06 14:08:37";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1586182112";s:7:"message";s:40:"Invalid LatLng object: (46.6283373, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"033bc11230e27170de4a66a53c768ddc";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-04-08 14:23:56";s:7:"*type";s:5:"error";s:10:"*message";s:48:"Invalid LatLng object: (43.272759021507134, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-04-08 14:23:56";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1586355836";s:7:"message";s:48:"Invalid LatLng object: (43.272759021507134, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"1713ef5020d1e993c7804e8c6cc30b4f";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-04-09 09:32:54";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (43.272914, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-04-09 09:32:54";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1586424774";s:7:"message";s:39:"Invalid LatLng object: (43.272914, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"6d28a029918c1f273af469e307ef4616";O:31:"Elementor\Core\Logger\Items\PHP":9:{s:7:"*file";s:122:"/var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/custom-icons.php";s:7:"*line";i:180;s:7:"*date";s:19:"2020-04-09 16:35:11";s:7:"*type";s:7:"warning";s:10:"*message";s:49:"unlink(pre-leger4.jpg): No such file or directory";s:7:"*meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\Core\Logger\Manager";s:4:"type";s:2:"->";}}}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-04-09 16:35:11";}s:7:"*args";a:5:{s:4:"type";s:7:"warning";s:7:"message";s:49:"unlink(pre-leger4.jpg): No such file or directory";s:4:"file";s:122:"/var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor-pro/modules/assets-manager/asset-types/icons/custom-icons.php";s:4:"line";i:180;s:5:"trace";b:1;}}s:32:"75b1032fa23067ce7fa2b14bc7edfd7e";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-04-09 14:57:06";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (43.626817, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-04-09 14:57:06";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1586444226";s:7:"message";s:39:"Invalid LatLng object: (43.626817, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"b714bef41169a5a8c4be89dcd06a1443";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-04-14 13:05:17";s:7:"*type";s:5:"error";s:10:"*message";s:37:"Invalid LatLng object: (43.4344, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-04-14 13:05:17";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1586869517";s:7:"message";s:37:"Invalid LatLng object: (43.4344, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"58ebdf6ccf9d90e9d235369543ee0627";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-04-14 13:37:51";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (43.464982, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-04-14 13:37:51";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1586871471";s:7:"message";s:39:"Invalid LatLng object: (43.464982, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"3224e99c77392d308a80d11e9e8eb6de";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-04-16 13:02:59";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (45.957221, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-04-16 13:02:59";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1587042179";s:7:"message";s:39:"Invalid LatLng object: (45.957221, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"368910ee053aadf02e2a5377e8e06f7c";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-04-17 09:23:42";s:7:"*type";s:5:"error";s:10:"*message";s:38:"Invalid LatLng object: (45.54187, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-04-17 09:23:42";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1587115422";s:7:"message";s:38:"Invalid LatLng object: (45.54187, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"065d31872023887900a6f7ef1e2df05e";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-04-17 10:25:52";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (48.763805, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-04-17 10:25:52";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1587119152";s:7:"message";s:39:"Invalid LatLng object: (48.763805, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"a66e97c60a4cf4d5089faf6bdf58faf1";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-04-20 10:36:39";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (45.854722, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:3;s:14:"*times_dates";a:3:{i:0;s:19:"2020-04-20 10:36:39";i:1;s:19:"2020-04-20 10:36:41";i:2;s:19:"2020-04-20 10:36:42";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1587378999";s:7:"message";s:39:"Invalid LatLng object: (45.854722, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"8a0aebe01514d03734eb5742176d084c";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-04-20 12:22:03";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (45.839096, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:2;s:14:"*times_dates";a:2:{i:0;s:19:"2020-04-20 12:22:03";i:1;s:19:"2020-04-20 12:22:07";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1587385323";s:7:"message";s:39:"Invalid LatLng object: (45.839096, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"8bd9f27a3bde797846cf4ec8dc16e5c6";O:31:"Elementor\Core\Logger\Items\PHP":9:{s:7:"*file";s:101:"/var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor-custom-widgets/widgets/related-posts.php";s:7:"*line";i:99;s:7:"*date";s:19:"2020-04-20 14:23:07";s:7:"*type";s:6:"notice";s:10:"*message";s:108:"Non-static method ElementorPro\Modules\QueryControl\Module::get_query_args() should not be called statically";s:7:"*meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\Core\Logger\Manager";s:4:"type";s:2:"->";}}}s:8:"*times";i:5029;s:14:"*times_dates";a:42:{i:0;s:19:"2020-06-22 08:56:08";i:1;s:19:"2020-06-22 08:56:08";i:2;s:19:"2020-06-22 08:56:08";i:3;s:19:"2020-06-22 08:56:08";i:4;s:19:"2020-06-22 08:56:08";i:5;s:19:"2020-06-22 08:56:08";i:6;s:19:"2020-06-22 08:56:08";i:7;s:19:"2020-06-22 08:56:09";i:8;s:19:"2020-06-22 08:56:09";i:9;s:19:"2020-06-22 08:56:09";i:10;s:19:"2020-06-22 08:56:09";i:11;s:19:"2020-06-22 08:56:09";i:12;s:19:"2020-06-22 08:56:10";i:13;s:19:"2020-06-22 08:56:10";i:14;s:19:"2020-06-22 08:56:10";i:15;s:19:"2020-06-22 08:56:10";i:16;s:19:"2020-06-22 08:56:10";i:17;s:19:"2020-06-22 08:56:10";i:18;s:19:"2020-06-22 08:56:11";i:19;s:19:"2020-06-22 08:56:11";i:20;s:19:"2020-06-22 08:56:11";i:21;s:19:"2020-06-22 08:56:11";i:22;s:19:"2020-06-22 08:56:11";i:23;s:19:"2020-06-22 08:56:11";i:24;s:19:"2020-06-22 08:56:11";i:25;s:19:"2020-06-22 08:56:57";i:26;s:19:"2020-06-22 08:57:07";i:27;s:19:"2020-06-22 09:02:12";i:28;s:19:"2020-06-22 09:03:06";i:29;s:19:"2020-06-22 09:44:54";i:30;s:19:"2020-06-22 09:53:14";i:31;s:19:"2020-06-22 09:54:17";i:32;s:19:"2020-06-22 09:56:14";i:33;s:19:"2020-06-22 09:56:55";i:34;s:19:"2020-06-22 09:56:56";i:35;s:19:"2020-06-22 10:05:19";i:36;s:19:"2020-06-22 10:06:48";i:37;s:19:"2020-06-22 10:07:13";i:38;s:19:"2020-06-22 10:07:45";i:39;s:19:"2020-06-22 10:07:45";i:40;s:19:"2020-06-22 10:09:04";i:41;s:19:"2020-06-22 10:17:43";}s:7:"*args";a:5:{s:4:"type";s:6:"notice";s:7:"message";s:108:"Non-static method ElementorPro\Modules\QueryControl\Module::get_query_args() should not be called statically";s:4:"file";s:101:"/var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor-custom-widgets/widgets/related-posts.php";s:4:"line";i:99;s:5:"trace";b:1;}}s:32:"2a3fb36ce91a91c7fd828aa639a8745b";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-04-21 14:51:23";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (47.967545, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-04-21 14:51:23";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1587480683";s:7:"message";s:39:"Invalid LatLng object: (47.967545, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"7fa070c714fdf3a18e7bb3895c49c631";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-04-21 15:47:53";s:7:"*type";s:5:"error";s:10:"*message";s:32:"Invalid LatLng object: (47, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-04-21 15:47:53";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1587484073";s:7:"message";s:32:"Invalid LatLng object: (47, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"a0c299d4625c4903498243fb5264ee53";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-04-28 12:55:55";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (48.066897, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-04-28 12:55:55";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1588078555";s:7:"message";s:39:"Invalid LatLng object: (48.066897, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"ea8d8783ef923e5d5effe44ecc4e5470";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-05-04 14:21:50";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (49.355214, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-05-04 14:21:50";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1588602110";s:7:"message";s:39:"Invalid LatLng object: (49.355214, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"ba0eeff76ca88a413ef5de2e5a86ae78";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-05-19 09:58:42";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (45.726026, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-05-19 09:58:42";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1589882322";s:7:"message";s:39:"Invalid LatLng object: (45.726026, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"5d30c515a111441f58173afc894d3a2f";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-05-28 12:50:30";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (47.543286, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-05-28 12:50:30";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1590670230";s:7:"message";s:39:"Invalid LatLng object: (47.543286, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"5c4c1e101a60cadc3999240864426de3";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-05-29 08:59:41";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (48.743793, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:2;s:14:"*times_dates";a:2:{i:0;s:19:"2020-05-29 08:59:41";i:1;s:19:"2020-05-29 08:59:42";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1590742781";s:7:"message";s:39:"Invalid LatLng object: (48.743793, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"d3af0db776eb46831905784ae74c3a3e";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-06-04 08:46:19";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (45.944129, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-06-04 08:46:19";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1591260379";s:7:"message";s:39:"Invalid LatLng object: (45.944129, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"4fcee8fd7e61dd505c456cc782155fa2";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-06-05 14:08:29";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (46.581272, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-06-05 14:08:29";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1591366109";s:7:"message";s:39:"Invalid LatLng object: (46.581272, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"cb55bd82deb5a4e931e6a60aa99eb7bf";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:6:"102261";s:7:"*file";s:98:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/plugins/elementor/assets/js/editor.min.js";s:7:"*line";s:2:"31";s:7:"*date";s:19:"2020-06-08 15:30:40";s:7:"*type";s:5:"error";s:10:"*message";s:31:"this.ui.mediaImage is undefined";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-06-08 15:30:40";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1591630240";s:7:"message";s:31:"this.ui.mediaImage is undefined";s:3:"url";s:98:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/plugins/elementor/assets/js/editor.min.js";s:4:"line";s:2:"31";s:6:"column";s:6:"102261";}}s:32:"c76e5942b88f2f60b555c2dcece9fbcb";O:31:"Elementor\Core\Logger\Items\PHP":9:{s:7:"*file";s:91:"/var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor/includes/managers/controls.php";s:7:"*line";i:694;s:7:"*date";s:19:"2020-06-08 17:56:38";s:7:"*type";s:7:"warning";s:10:"*message";s:42:"array_merge(): Argument #2 is not an array";s:7:"*meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\Core\Logger\Manager";s:4:"type";s:2:"->";}}}s:8:"*times";i:692;s:14:"*times_dates";a:42:{i:0;s:19:"2020-06-22 08:53:42";i:1;s:19:"2020-06-22 08:53:43";i:2;s:19:"2020-06-22 08:53:44";i:3;s:19:"2020-06-22 08:53:52";i:4;s:19:"2020-06-22 08:53:59";i:5;s:19:"2020-06-22 08:54:00";i:6;s:19:"2020-06-22 08:54:06";i:7;s:19:"2020-06-22 08:54:07";i:8;s:19:"2020-06-22 08:54:08";i:9;s:19:"2020-06-22 08:54:09";i:10;s:19:"2020-06-22 08:54:11";i:11;s:19:"2020-06-22 08:54:17";i:12;s:19:"2020-06-22 08:54:21";i:13;s:19:"2020-06-22 08:56:07";i:14;s:19:"2020-06-22 08:56:11";i:15;s:19:"2020-06-22 08:56:16";i:16;s:19:"2020-06-22 08:56:19";i:17;s:19:"2020-06-22 08:56:34";i:18;s:19:"2020-06-22 08:56:38";i:19;s:19:"2020-06-22 08:56:39";i:20;s:19:"2020-06-22 08:56:41";i:21;s:19:"2020-06-22 08:56:49";i:22;s:19:"2020-06-22 08:56:55";i:23;s:19:"2020-06-22 08:57:01";i:24;s:19:"2020-06-22 08:57:03";i:25;s:19:"2020-06-22 08:57:03";i:26;s:19:"2020-06-22 08:57:10";i:27;s:19:"2020-06-22 08:57:12";i:28;s:19:"2020-06-22 08:57:19";i:29;s:19:"2020-06-22 08:57:25";i:30;s:19:"2020-06-22 08:57:26";i:31;s:19:"2020-06-22 08:57:30";i:32;s:19:"2020-06-22 08:58:32";i:33;s:19:"2020-06-22 08:58:38";i:34;s:19:"2020-06-22 09:00:12";i:35;s:19:"2020-06-22 09:01:56";i:36;s:19:"2020-06-22 09:03:18";i:37;s:19:"2020-06-22 09:03:28";i:38;s:19:"2020-06-22 09:03:29";i:39;s:19:"2020-06-22 09:03:40";i:40;s:19:"2020-06-22 09:03:42";i:41;s:19:"2020-06-22 10:06:51";}s:7:"*args";a:5:{s:4:"type";s:7:"warning";s:7:"message";s:42:"array_merge(): Argument #2 is not an array";s:4:"file";s:91:"/var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor/includes/managers/controls.php";s:4:"line";i:694;s:5:"trace";b:1;}}s:32:"02e938e9f0be4b11ee1dd344934e2695";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-06-08 15:57:39";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (50.048596, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-06-08 15:57:39";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1591631859";s:7:"message";s:39:"Invalid LatLng object: (50.048596, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"01aba51ba4d3bbc09a18a1d638147073";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-06-09 08:55:42";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (48.862725, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-06-09 08:55:42";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1591692942";s:7:"message";s:39:"Invalid LatLng object: (48.862725, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"ae01dd563e78491b3c4d95b5ce2fb0f8";O:32:"Elementor\Core\Logger\Items\Base":7:{s:7:"*date";s:19:"2020-06-10 10:40:22";s:7:"*type";s:4:"info";s:10:"*message";s:50:"Elementor data updater process has been completed.";s:7:"*meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.8.3";s:2:"to";s:6:"2.9.11";}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-06-10 10:40:22";}s:7:"*args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:5:"2.8.3";s:2:"to";s:6:"2.9.11";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"63dba7845a0dd7d2996c18192587be68";O:31:"Elementor\Core\Logger\Items\PHP":9:{s:7:"*file";s:80:"/var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor/includes/plugin.php";s:7:"*line";i:567;s:7:"*date";s:19:"2020-06-10 10:40:27";s:7:"*type";s:5:"error";s:10:"*message";s:1023:"Uncaught Error: Class 'Elementor\System_Info\Main' not found in /var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor/includes/plugin.php:567
Stack trace:
#0 /var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor/includes/plugin.php(480): Elementor\Plugin->init_components()
#1 /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/class-wp-hook.php(288): Elementor\Plugin->init('')
#2 /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array)
#3 /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#4 /var/www/XXXXX/XXXXXXXXXXXXX/wp-settings.php(523): do_action('init')
#5 /var/www/XXXXX/XXXXXXXXXXXXX/wp-config.php(93): require_once('/var/www/XXXXX/...')
#6 /var/www/XXXXX/XXXXXXXXXXXXX/wp-load.php(37): require_once('/var/www/XXXXX/...')
#7 /var/www/XXXXX/XXXXXXXXXXXXX/wp-admin/admin-ajax.php(22): require_once('/var/www/XXXXX/...')
#8 {main}
  thrown";s:7:"*meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\Core\Logger\Manager";s:4:"type";s:2:"->";}}}s:8:"*times";i:2;s:14:"*times_dates";a:2:{i:0;s:19:"2020-06-10 10:40:27";i:1;s:19:"2020-06-10 10:40:28";}s:7:"*args";a:5:{s:4:"type";s:5:"error";s:7:"message";s:951:"Uncaught Error: Class 'Elementor\System_Info\Main' not found in /var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor/includes/plugin.php:567
Stack trace:
#0 /var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor/includes/plugin.php(480): Elementor\Plugin->init_components()
#1 /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/class-wp-hook.php(288): Elementor\Plugin->init('')
#2 /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array)
#3 /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#4 /var/www/XXXXX/XXXXXXXXXXXXX/wp-settings.php(523): do_action('init')
#5 /var/www/XXXXX/XXXXXXXXXXXXX/wp-config.php(93): require_once('/var/www/XXXXX/...')
#6 /var/www/XXXXX/XXXXXXXXXXXXX/wp-load.php(37): require_once('/var/www/XXXXX/...')
#7 /var/www/XXXXX/XXXXXXXXXXXXX/wp-admin/admin-ajax.php(22): require_once('/var/www/XXXXX/...')
#8 {main}
  thrown";s:4:"file";s:80:"/var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor/includes/plugin.php";s:4:"line";i:567;s:5:"trace";b:1;}}s:32:"7933a931d258e53a0cb8f6b72dd3e87f";O:31:"Elementor\Core\Logger\Items\PHP":9:{s:7:"*file";s:109:"/var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor-custom-widgets/widgets/image-gallery-default.php";s:7:"*line";s:0:"";s:7:"*date";s:19:"2020-06-10 11:34:12";s:7:"*type";s:7:"warning";s:10:"*message";s:210:"Declaration of ElementorCustomWidgets\Widgets\Image_Gallery_Default::add_lightbox_data_to_image_link($link_html) should be compatible with Elementor\Widget_Base::add_lightbox_data_to_image_link($link_html, $id)";s:7:"*meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\Core\Logger\Manager";s:4:"type";s:2:"->";}}}s:8:"*times";i:3235;s:14:"*times_dates";a:42:{i:0;s:19:"2020-06-22 08:57:14";i:1;s:19:"2020-06-22 08:57:14";i:2;s:19:"2020-06-22 08:57:15";i:3;s:19:"2020-06-22 08:57:16";i:4;s:19:"2020-06-22 08:57:17";i:5;s:19:"2020-06-22 08:57:21";i:6;s:19:"2020-06-22 08:57:21";i:7;s:19:"2020-06-22 08:57:22";i:8;s:19:"2020-06-22 08:57:23";i:9;s:19:"2020-06-22 08:57:25";i:10;s:19:"2020-06-22 08:57:27";i:11;s:19:"2020-06-22 08:57:28";i:12;s:19:"2020-06-22 08:57:29";i:13;s:19:"2020-06-22 08:57:29";i:14;s:19:"2020-06-22 08:57:29";i:15;s:19:"2020-06-22 08:57:58";i:16;s:19:"2020-06-22 08:58:17";i:17;s:19:"2020-06-22 09:02:16";i:18;s:19:"2020-06-22 09:02:49";i:19;s:19:"2020-06-22 09:03:29";i:20;s:19:"2020-06-22 09:03:42";i:21;s:19:"2020-06-22 09:36:22";i:22;s:19:"2020-06-22 09:37:01";i:23;s:19:"2020-06-22 09:37:49";i:24;s:19:"2020-06-22 09:39:48";i:25;s:19:"2020-06-22 09:47:32";i:26;s:19:"2020-06-22 09:49:11";i:27;s:19:"2020-06-22 09:49:43";i:28;s:19:"2020-06-22 09:50:22";i:29;s:19:"2020-06-22 09:57:51";i:30;s:19:"2020-06-22 09:58:38";i:31;s:19:"2020-06-22 09:59:13";i:32;s:19:"2020-06-22 10:00:15";i:33;s:19:"2020-06-22 10:00:23";i:34;s:19:"2020-06-22 10:06:49";i:35;s:19:"2020-06-22 10:07:08";i:36;s:19:"2020-06-22 10:07:35";i:37;s:19:"2020-06-22 10:11:56";i:38;s:19:"2020-06-22 10:13:39";i:39;s:19:"2020-06-22 10:17:21";i:40;s:19:"2020-06-22 10:21:09";i:41;s:19:"2020-06-22 10:21:45";}s:7:"*args";a:5:{s:4:"type";s:7:"warning";s:7:"message";s:210:"Declaration of ElementorCustomWidgets\Widgets\Image_Gallery_Default::add_lightbox_data_to_image_link($link_html) should be compatible with Elementor\Widget_Base::add_lightbox_data_to_image_link($link_html, $id)";s:4:"file";s:109:"/var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor-custom-widgets/widgets/image-gallery-default.php";s:4:"line";i:0;s:5:"trace";b:1;}}s:32:"47d21b8c76ad1cfc9edae5dde7931b74";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:5:"38126";s:7:"*file";s:98:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/plugins/elementor/assets/js/editor.min.js";s:7:"*line";s:2:"31";s:7:"*date";s:19:"2020-06-10 15:06:29";s:7:"*type";s:5:"error";s:10:"*message";s:38:"elementor.config.document is undefined";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-06-10 15:06:29";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1591801589";s:7:"message";s:38:"elementor.config.document is undefined";s:3:"url";s:98:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/plugins/elementor/assets/js/editor.min.js";s:4:"line";s:2:"31";s:6:"column";s:5:"38126";}}s:32:"37d4417ae458c655c3742898d324f19e";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:6:"103291";s:7:"*file";s:98:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/plugins/elementor/assets/js/common.min.js";s:7:"*line";s:1:"2";s:7:"*date";s:19:"2020-06-10 15:07:59";s:7:"*type";s:5:"error";s:10:"*message";s:31:"e.registerAPI is not a function";s:7:"*meta";a:0:{}s:8:"*times";i:4;s:14:"*times_dates";a:4:{i:0;s:19:"2020-06-10 15:07:59";i:1;s:19:"2020-06-10 15:11:04";i:2;s:19:"2020-06-11 08:44:22";i:3;s:19:"2020-06-11 09:02:34";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1591801679";s:7:"message";s:31:"e.registerAPI is not a function";s:3:"url";s:98:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/plugins/elementor/assets/js/common.min.js";s:4:"line";s:1:"2";s:6:"column";s:6:"103291";}}s:32:"659100eab2394f6873ebf58c6f6afcf5";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-06-12 12:46:38";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (47.008744, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-06-12 12:46:38";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1591965998";s:7:"message";s:39:"Invalid LatLng object: (47.008744, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}s:32:"b8f7e5279fdeede18a1acaaa50c9f8d9";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:5:"74232";s:7:"*file";s:120:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js";s:7:"*line";s:1:"1";s:7:"*date";s:19:"2020-06-16 07:50:34";s:7:"*type";s:5:"error";s:10:"*message";s:14:"e is undefined";s:7:"*meta";a:0:{}s:8:"*times";i:5;s:14:"*times_dates";a:5:{i:0;s:19:"2020-06-16 07:50:34";i:1;s:19:"2020-06-16 13:59:16";i:2;s:19:"2020-06-18 17:31:51";i:3;s:19:"2020-06-19 09:26:22";i:4;s:19:"2020-06-19 09:26:30";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1592293834";s:7:"message";s:14:"e is undefined";s:3:"url";s:120:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js";s:4:"line";s:1:"1";s:6:"column";s:5:"74232";}}s:32:"c3cbf833f0a4246e6e5167f596ecda99";O:31:"Elementor\Core\Logger\Items\PHP":9:{s:7:"*file";s:104:"/var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor/includes/template-library/sources/local.php";s:7:"*line";i:1081;s:7:"*date";s:19:"2020-06-17 16:57:39";s:7:"*type";s:5:"error";s:10:"*message";s:1043:"Uncaught TypeError: Argument 2 passed to Elementor\TemplateLibrary\Source_Local::on_save_post() must be an instance of WP_Post, null given, called in /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/class-wp-hook.php on line 289 and defined in /var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor/includes/template-library/sources/local.php:1081
Stack trace:
#0 /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/class-wp-hook.php(289): Elementor\TemplateLibrary\Source_Local->on_save_post(5655, NULL)
#1 /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#2 /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/post.php(4153): do_action('save_post', 5655, NULL, true)
#4 /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/post.php(4244): wp_insert_post(Array, false)
#5 /var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor/includes/db.php(331): wp_update_post(Array)
#6 /var/www/XXXXX/plusbea";s:7:"*meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\Core\Logger\Manager";s:4:"type";s:2:"->";}}}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-06-17 16:57:39";}s:7:"*args";a:5:{s:4:"type";s:5:"error";s:7:"message";s:1024:"Uncaught TypeError: Argument 2 passed to Elementor\TemplateLibrary\Source_Local::on_save_post() must be an instance of WP_Post, null given, called in /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/class-wp-hook.php on line 289 and defined in /var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor/includes/template-library/sources/local.php:1081
Stack trace:
#0 /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/class-wp-hook.php(289): Elementor\TemplateLibrary\Source_Local->on_save_post(5655, NULL)
#1 /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#2 /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/post.php(4153): do_action('save_post', 5655, NULL, true)
#4 /var/www/XXXXX/XXXXXXXXXXXXX/wp-includes/post.php(4244): wp_insert_post(Array, false)
#5 /var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor/includes/db.php(331): wp_update_post(Array)
#6 /var/www/XXXXX/plusbea";s:4:"file";s:104:"/var/www/XXXXX/XXXXXXXXXXXXX/wp-content/plugins/elementor/includes/template-library/sources/local.php";s:4:"line";i:1081;s:5:"trace";b:1;}}s:32:"2181784d136f65bf7df97a78003146a8";O:30:"Elementor\Core\Logger\Items\JS":10:{s:9:"*column";s:1:"9";s:7:"*file";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:7:"*line";s:4:"1921";s:7:"*date";s:19:"2020-06-19 11:31:53";s:7:"*type";s:5:"error";s:10:"*message";s:39:"Invalid LatLng object: (45.423767, NaN)";s:7:"*meta";a:0:{}s:8:"*times";i:1;s:14:"*times_dates";a:1:{i:0;s:19:"2020-06-19 11:31:53";}s:7:"*args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1592566313";s:7:"message";s:39:"Invalid LatLng object: (45.423767, NaN)";s:3:"url";s:94:"https://XXXXXXXXXXXXX.XXXXXXX.XXXXXX.top/wp-content/themes/pbdf/assets/dist/js/app.min.js";s:4:"line";s:4:"1921";s:6:"column";s:1:"9";}}}
alexgarciab commented 4 years ago

In my case, I didn't have Elementor installed.

felibb commented 4 years ago

Same problem, and no Elementor installed. @alexgarciab have you had any progress?

@abeljouve could you describe your debugging procedure?

vielhuber commented 4 years ago

This clearly has something to do with the php version. With php7.3, no errors are shown. With php7.4 the above errors are shown.

alexgarciab commented 4 years ago

Still getting these errors:

syntax error, unexpected '\' (T_NS_SEPARATOR), expecting '{'

2: Erroneous data format for unserializing 'WP_User' in /var/www/html/K12HK824NKD23NJAS/srdb.class.php on line 833

This is usually caused by a plugin storing classes as a serialised string which other PHP classes can't then access. It is not possible to unserialise this data because the PHP can't access this class. P.S. It's most commonly a Yoast plugin that causes this error. Your changes will still have taken place within the rest of the database.
gianluigi-icit commented 4 years ago

@alexgarciab unfortunately, because search/replace is a free product, we're unable to give free support. We suggest reading tutorials carefully and the following standard steps:

If you're really stuck, we can support you. The first hour is £150+VAT, payable in advance. Sometimes we can't help you in that hour. A lot depends. But we can try. Be prepared for a screensharing session over Skype. In most cases we can fix your problem in that first hour. We're debating something cheaper in the near future, so you could hold out.

pwkip commented 3 years ago

just wanted to chip in on this issue. Even PHPMyAdmin chocked on my db imports. What worked for me was WP DB Migrate and duplicator. So there should be some way to prevent it. These plugins seem to have figured out what it is... Hope this tool will figure it out too someday.

martijnimhoff commented 2 years ago

This is a duplicate. I've mentioned the solution here: https://github.com/interconnectit/Search-Replace-DB/issues/348