PHP fatal errors with Wordpress 3.9.1 + store bought theme -
PHP fatal errors with Wordpress 3.9.1 + store bought theme -
i've got bunch of errors in error.log have caused site go down. server reboot seemed solve it. i'd clarity on these may shut downwards site again. of running on windows server iis, php , mysql.
one error calls undefined function. path right. file there. function built wordpress. fatal error coming up:
php fatal error: phone call undefined function trailingslashit() in path\to\file\wp-settings.php on line 321
does know why fail intermittently? or if there best practice solution prevent in future.
i'm using in fashion:
define('blox_path', trailingslashit(get_template_directory_uri()).'framework/pagebuilder/'); define('blox_dir', trailingslashit(get_template_directory()).'framework/pagebuilder/');
also i'm seeing abundance of these. it's related wordpress plugin requested client. it's warning folder permission issues, much know. question is, site crashing issue or more innocuous in nature?
php warning: is_readable(): open_basedir restriction in effect.
any thoughts or suggestions appreciated.
the trailingslashit
function defined in wp-includes/formatting.php
. if you're using prior line reads require( abspath . wpinc . '/formatting.php' );
in wp-settings.php
function won't exist yet, , error.
see this thread open_basedir restriction.
php wordpress wordpress-theming windows-server error-log
Comments
Post a Comment