cijumaya
Forum Replies Created
-
Forum: Plugins
In reply to: [Packlink PRO shipping module] PHP 8 needed !!i have to say that it solves the problem of fatal error doing the trick from?https://www.ads-software.com/support/topic/getmypid-has-been-disabled-for-security-reasons/
I temporarily fixed the problem by changing line 52 of the GiudProvider.php file from
return uniqid(getmypid() . '_', true);
toreturn uniqid(mt_rand() . '_', true);
but I don’t know if it’s the correct solution.Forum: Plugins
In reply to: [Packlink PRO shipping module] php8 errori have to say that it solve the problem of fatal error doing the trick from https://www.ads-software.com/support/topic/getmypid-has-been-disabled-for-security-reasons/
I temporarily fixed the problem by changing line 52 of the GiudProvider.php file from?
return uniqid(getmypid() . '_', true);
?to?return uniqid(mt_rand() . '_', true);
?but I don’t know if it’s the correct solution.i am on KINSTA, was experiencing fatal error with php8 with packlink plugin
i did your trick
I temporarily fixed the problem by changing line 52 of the GiudProvider.php file from?
return uniqid(getmypid() . '_', true);
?to?return uniqid(mt_rand() . '_', true);
?but I don’t know if it’s the correct solution.i dont have anymore problems …all running well on php8
BIG THXXXX
Forum: Plugins
In reply to: [Kirki Customizer Framework] Slow sitehello,)
just curious …
i dont have any error but i dont have a line for FS_METHOD in my wp-config
should i add anyway :
define( ‘FS_METHOD’, ‘direct’ );or no need ?
Thx for the answer
Ciju
Forum: Plugins
In reply to: [Lazy Loader] background images in cssjust perfect ! THX!
Forum: Plugins
In reply to: [Lazy Loader] background images in cssok thx for your reply Florian,
well … is there a way to lazyload the background image of the footer ? , as far i saw, the only way to get a background in this area is with css
or is there an other way with your plug to make it happen ?
Sorry to bother ! Enjoy sundayJu