usmanperwaiiz
Forum Replies Created
-
Hi Marko,
Thank you for helping me out. Issue has been fixed now and site is working smoothly.
Now admin area is working but those warnings are still there inside wp admin. Should i install and activate W3 total Cache plugin again?
No, i have removed W3 Total Cache from plugins first, then followed your instructions.
Should i delete these lines? or edit them with something else?
5782 $fp = fopen( $file, ‘r’ );
5783
5784 // Pull only the first 8 KB of the file in.
5785 $file_data = fread( $fp, 8 * KB_IN_BYTES );
5786
5787 // PHP will close file handle, but we are good citizens.
5788 fclose( $fp );Hey Marko,
Thanks for helping me out. I did everything accordingly, website is now showing stuff but wp-admin section display following error:
Warning: fopen(/home/bitcular/public_html/wp-content/plugins/w3-total-cache/w3-total-cache.php): failed to open stream: No such file or directory in /home/bitcular/public_html/wp-includes/functions.php on line 5782
Warning: fread() expects parameter 1 to be resource, boolean given in /home/bitcular/public_html/wp-includes/functions.php on line 5785
Warning: fclose() expects parameter 1 to be resource, boolean given in /home/bitcular/public_html/wp-includes/functions.php on line 5788
Any suggestions to get rid of these warnings/errors?