WebsiteBaker Community Forum

WebsiteBaker Support (2.12.x) => Modules => Topic started by: johnbroeckaert on December 29, 2018, 04:50:19 PM

Title: bt-columns and php_error.log
Post by: johnbroeckaert on December 29, 2018, 04:50:19 PM
Hi,

When using the BT-Columns module there is a lot of trafic in the php_error.log. The module is working fine do. ;-)

Code: [Select]
2018-12-29T15:44:52+00:00 [E_USER_DEPRECATED] \framework\class.frontend.php:[328] from \modules\btcolumns\view.php:[50] frontend->preprocess "invalid method call: frontend::preprocess"
2018-12-29T15:44:52+00:00 [E_USER_DEPRECATED] \framework\class.frontend.php:[328] from \modules\btcolumns\view.php:[50] frontend->preprocess "invalid method call: frontend::preprocess"
2018-12-29T15:44:52+00:00 [E_USER_DEPRECATED] \framework\class.frontend.php:[328] from \modules\btcolumns\view.php:[50] frontend->preprocess "invalid method call: frontend::preprocess"
2018-12-29T15:44:52+00:00 [E_USER_DEPRECATED] \framework\class.frontend.php:[328] from \modules\btcolumns\view.php:[50] frontend->preprocess "invalid method call: frontend::preprocess"
2018-12-29T15:44:52+00:00 [E_USER_DEPRECATED] \framework\class.frontend.php:[328] from \modules\btcolumns\view.php:[50] frontend->preprocess "invalid method call: frontend::preprocess"

The same is true for Minigalery and accordion:
Code: [Select]
2018-12-29T15:51:06+00:00 [E_WARNING] \modules\minigal2\functions.php:[210] from \modules\minigal2\functions.php:[28] isImageFile "getimagesize(C:\modules\root\wbdemo/media/minigal2/40/thumbs): failed to open stream: Permission denied"
2018-12-29T15:51:24+00:00 [E_USER_DEPRECATED] \framework\class.frontend.php:[328] from \modules\accordion\view.php:[60] frontend->preprocess "invalid method call: frontend::preprocess"

php 7.1
wb 2.12

Title: Re: bt-columns and php_error.log
Post by: dbs on December 29, 2018, 05:03:24 PM
Hi, the lines with "preprocess" in the modules (bt-columns, accordion) you can delete.

The other message from minigal will stay away if you use errorlevel "Production" in WB Settings > Server Settings. The author of the module recommends this.