There’s nothing recent in either the php log or debug.log. PHP version is 7.3. I received the “Houston we have a problem” message from WP saying the website was having problems.
I turned on all the debugging options, and got this:
Warning: require(/home/kastler/www/www/wp-content/plugins/simple-links-pro/src/Blocks\Scripts.php): failed to open stream: No such file or directory in /home/kastler/www/www/wp-content/plugins/simple-links-pro/simple-links-pro.php on line 114
Warning: require(/home/kastler/www/www/wp-content/plugins/simple-links-pro/src/Blocks\Scripts.php): failed to open stream: No such file or directory in /home/kastler/www/www/wp-content/plugins/simple-links-pro/simple-links-pro.php on line 114
Fatal error: require(): Failed opening required ‘/home/kastler/www/www/wp-content/plugins/simple-links-pro/src/Blocks\Scripts.php’ (include_path=’.:/usr/local/php73/lib/php’) in /home/kastler/www/www/wp-content/plugins/simple-links-pro/simple-links-pro.php on line 114
Hi Curtis,
Could you provide the following information to help us track down your issue:
Thank you.
Mat Lipe
Hi Matt,
There’s nothing recent in either the php log or debug.log. PHP version is 7.3. I received the “Houston we have a problem” message from WP saying the website was having problems.
I turned on all the debugging options, and got this:
Warning: require(/home/kastler/www/www/wp-content/plugins/simple-links-pro/src/Blocks\Scripts.php): failed to open stream: No such file or directory in /home/kastler/www/www/wp-content/plugins/simple-links-pro/simple-links-pro.php on line 114
Warning: require(/home/kastler/www/www/wp-content/plugins/simple-links-pro/src/Blocks\Scripts.php): failed to open stream: No such file or directory in /home/kastler/www/www/wp-content/plugins/simple-links-pro/simple-links-pro.php on line 114
Fatal error: require(): Failed opening required ‘/home/kastler/www/www/wp-content/plugins/simple-links-pro/src/Blocks\Scripts.php’ (include_path=’.:/usr/local/php73/lib/php’) in /home/kastler/www/www/wp-content/plugins/simple-links-pro/simple-links-pro.php on line 114
Thanks,
Curt
Hi Curt,
That was super helpful! It helped me find the issue right away. The path of the auto-loader was slashed the wrong way which breaks on unix systems.
Version 1.5.1 of PRO is now available with fixes this issue.
Have a great night!
Mat Lipe