WebsiteBaker Community Forum

WebsiteBaker Support (2.12.x) => General Help & Support => Topic started by: henri on November 11, 2019, 04:24:48 PM

Title: Error message in admin WB-Version 2.12.2 r379
Post by: henri on November 11, 2019, 04:24:48 PM
In admin error log I get the following error message:

Mon, 11 Nov 2019 14:58:50 +0000 [E_USER_DEPRECATED] /framework/class.frontend.php:.02351] from /modules/droplets/droplets.php(36): eval ()'d code: [5] frontend-> preprocess "invalid method call: frontend :: preprocess" "

PHP Version: 7.3.8
PHP error level: Production
Title: Re: Error message in admin WB-Version 2.12.2 r379
Post by: dbs on November 11, 2019, 04:38:09 PM
Hi, in one of your droplets is a line with "$wb->preprocess ...".
- Find this droplet (in Admin-Tools > Droplets)
- search for "preprocess"
- delete the whole line (or comment the line with two slashes // at the beginning of this line.)
Title: Re: Error message in admin WB-Version 2.12.2 r379
Post by: henri on November 11, 2019, 07:51:29 PM
Thanks.

The error message was in the shorturl droplet.