fopen() issue with 3.0 update from 2.9.5
-
Hi Camu,
In updating to the new release, I ran into a couple of issues.I had the following error on install:
Warning: fopen(<path to WP install>/wp-content/plugins/wp-slimstat/wp-slimstat-dashboard.php) [function.fopen]: failed to open stream: No such file or directory in <path to WP install>/wp-includes/functions.php on line 3508 Warning: fread() expects parameter 1 to be resource, boolean given in <path to WP install>/wp-includes/functions.php on line 3511 Warning: fclose() expects parameter 1 to be resource, boolean given in <path to WP install>/wp-includes/functions.php on line 3514
In doing multiple updates on my virtual server (I have multiple WP installs), this issue happened in 2/4 updates.
Following a short inspection, it seems like everything is working as it should even though the error was thrown, but I have not dug very deeply. If you have a suggestion on how to verify that things are working as they should following this error, I would appreciate it!
Additionally, on all sites, the following error is thrown since the dashboard widget files are deleted, but the plugin is not explicitly deactivated in the update script. Adding an explicit deactivation of the plugin on update should resolve the issue. Obviously this is pretty minor, but it would be nice to prevent it.
The plugin wp-slimstat/wp-slimstat-dashboard.php has been deactivated due to an error: Plugin file does not exist.
Thanks for the great plugin and keep up the good work!
-Dan
- The topic ‘fopen() issue with 3.0 update from 2.9.5’ is closed to new replies.