开发者 | RSPublishing |
---|---|
更新时间 | 2015年9月2日 02:02 |
捐献地址: | 去捐款 |
PHP版本: | 3.2.0 及以上 |
WordPress版本: | 4.3 |
Disable the display_errors setting on your web hosting account. This is a PHP setting that makes it display potential errors and other such things. The (possible) reported issue is a "Warning" and not an actual error. The code actually works fine, it's just that when you have debugging turned on, you'll get this message. Generally, live websites should not have error displays enabled in the first place. It's not a safe thing to do.
Correct! Loading the latest version of a hosted script is almost guaranteed to break your site in some way and even if it didn't break your site - the less version specific URLs supported by Google’s CDN sets a short term Expires header, so there wouldn’t be much point to load the latest version. This is stable!
Simply open the inc-functions.php file and delete/uncomment line 78 - 82
If updating WP Super Simple Speed from an older version causes any issues with your site, then please head over to your admin dashboard > settings > permalinks and re-save your current permalink structure. This should resolve the 500 error. Hereafter, please contact our support immediately so we can resolve.