Hi. I have a small website using wordpress. Im having problem where my swift performance plugin in my wordpress cache keep getting bigger and bigger make my web space not enough.
Can you help?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Maybe your website keep generate new caching file but never delete the old one. Just log to your wordpress, find that plugin and click clear cache setting.
i cannot enter wordpress admin. It says
There has been a critical error on this website. Please check your site admin email inbox for instructions
Please check your site admin email inbox and tell me what error appear on your site. If you cannot find any email in your mailbox just enable error at your WordPress file configuration.
If you have Cpanel just open your cpanel > File Manager > Public_html > wp-config.php and find this
define( ‘WP_DEBUG’, false );
and change to
define( ‘WP_DEBUG’, true );
click save. Open your website and copy and paste error here so i can guide you better.
just delete the whole folder wflogs
and wordfence will generate new files for you.
I believe it happen because your disk space is full so your plugin cannot write full code…
Try and give me feedback
Thanks a lot.. Problem solve..
I spend a week to find an answer but you just solve my problem in few minutes.
thank you for your guidance. seems the error coming from Wordfence plugin
/public_html/wp-content/wflogs/rules.php
when i check that file there is no php closing tag ?>
i try to add that at the end but seems not solve the problem