-
AuthorPosts
-
December 2, 2015 at 5:26 am #687877
Hi There
http://1085530901.1066297250.temp.prositehosting.co.uk/wp-admin
just tested the url and it was working fine – maybe there was a blip!
No the Home page still will now show in the plain edit view and now shows an error 500 when you select edit. Every other page is fine so I am wondering if it is a link because if you view the page in a browser it comes up but without images.
Also the Backup plugin is now no longer working nor is the search and replace – two vital tools.
Thanks for you help it is very much appreciated.
December 2, 2015 at 6:56 am #688079Hi Eileen,
I would like to check again but your wordpress admin login no longer works.
Kindly verify and let us know the correct login.
Thanks
December 2, 2015 at 10:30 am #688487This reply has been marked as private.December 2, 2015 at 1:40 pm #688859This reply has been marked as private.December 3, 2015 at 3:44 am #689911Hi There
Has no effect and still cannot do manual backups or use search and replace 🙁
December 3, 2015 at 7:58 am #690175Hi there Eileen,
Thanks for writing back! Unfortunately I couldn’t get the FTP info to work.
But after logging into your wp-admin, I see that all current “errors” are notices/warnings. It’s worth noting notices/warning aren’t harmful and won’t break your website with WP_DEBUG set to false. But if WP_DEBUG is true, they can break your plugin, as if a plugin uses ajax, the notice or warning can be returned in the ajax response, keeping it from completing.
Try replacing
define('WP_DEBUG', false);
in your wp-config.php with:
ini_set('log_errors','On'); ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);
And see if the site works correctly again. Notices themselves are nothing to worry about. 🙂
Thank you!
December 3, 2015 at 8:06 am #690190Hi There
Thanks for your info. I have managed to find another backup program upbackdraft that works although it does give a memory warning saying that 64m is not enough (my hosting advised me that I have 128M so a bit confused about that)
I also found another search and replace program – that worked.
Also with the Home page – I copied it to a new draft and I was then able to edit so I wonder if it was something with the original somehow.
Anyway apart from the memory warnings it does all seem to be working.
Hurrah and thank you for all your help and if you have any ideas about the memory that would be good.
December 3, 2015 at 11:40 am #690548This reply has been marked as private.December 3, 2015 at 12:23 pm #690626Hi there thanks thats great – they are still insisting it is 128 so good to have some proof!
December 3, 2015 at 7:59 pm #691177You’re welcome.
We’re just glad we were able to help you. -
AuthorPosts