Do you by chance know where ABSPATH is defined? Maybe the issue is there.. Because I saw it mentioned all over the wp-settings.php
I created a php file to find the absolute path:
<?php
echo ‘Current PHP version: ‘ . phpversion();
echo __FILE__;
?>
so I could define in it as the ABSPATH and hopefully resolve this issue.
I added the relevant info from the article mentioned to the wp-config (WP_HOME & WP_SITEURL) and it didn’t resolve the errors.
ABSPATH probably isnt the issue at all either as everything else is working
The paths defined in the wp-setting.php are correct. LayerSlider must be pulling it’s paths from somewhere else…
Full rights have been restored to the account provided above.
Upgrade to php 5.6 complete. Still the same errors.
attached
Yes, posted.
@Yigit Thank you for your support