Hi,
I updated website that I manage and at first on live page it didn’t show Cornerstone data, then I got blank page. I’ve reinstalled latest wordpress, X theme and Cornerstone with no luck. Blank page I got fixed for a moment by removing Cornerstone using FTP but as I need Cornerstone on the website that helps so little in the end.
I also added:
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );
That didn’t help.
Then I added define( ‘WP_DEBUG’, true ); to wp-config.php and got this:
Warning: require_once(/home/site/public_html/wp-content/plugins/cornerstone/includes/classes/styling/class-font-manager.php): failed to open stream: Permission denied in /home/site/public_html/wp-content/plugins/cornerstone/includes/cornerstone-plugin.php on line 105
Fatal error: require_once(): Failed opening required ‘/home/site/public_html/wp-content/plugins/cornerstone/includes/classes/styling/class-font-manager.php’ (include_path=’.:/opt/alt/php72/usr/share/pear’) in /home/site/public_html/wp-content/plugins/cornerstone/includes/cornerstone-plugin.php on line 105
Any ideas how to fix it?
UPDATE: class-font-manager.php has permission of 00 and I cannot change that to 644.
UPDATE 2: Ok, I solved this. I created new blank file called class-font-manager2.php and gave it permission of 644. After that I edited the file and added content from original class-font-manager.php file and saved. Then removed original and renamed new file without the “2”. It worked. Solution was easier than I first thought. 