Aleksandrzej
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] Adding section do Custom PageSiteOrigin Page Builder and it’s done.
Well i’ve used another plugin too, jQuery Smooth Scroll. Works perfectly now.
Same Issue here, how did you solve it?
Forum: Fixing WordPress
In reply to: White Screen after migratingHaving a problem with setini security reasons. If i’ll solve it, i’ll post “how to basic : white screen of changing the host and a couple of shitty problems”.
Forum: Fixing WordPress
In reply to: White Screen after migratingCan’t activate 3 plugins due to Fatal Error. Log shows nothing, and none error message appears. Can’t find what seems to be the problem.
I’ve raised the Memory Limit to 128M already.Forum: Fixing WordPress
In reply to: White Screen after migratingFor the Error thing. I’ve found this
define(‘WP_DEBUG’, false);
Replace that line with the following:
// Turns WordPress debugging on
define(‘WP_DEBUG’, true);// Tells WordPress to log everything to the /wp-content/debug.log file
define(‘WP_DEBUG_LOG’, true);// Doesn’t force the PHP ‘display_errors’ variable to be on
define(‘WP_DEBUG_DISPLAY’, false);// Hides errors from being displayed on-screen
@ini_set(‘display_errors’, 0);Forum: Fixing WordPress
In reply to: White Screen after migratingHERE’ TO KEEP SOMEONE WITH THE SAME PROBLEM IN TOUCH.
I’ve changed the Plugins folder name and htaccess at the same time. Now the site is running