Moderator
t-p
(@t-p)
– These are English language forums. Alternatively, use WP support forum in your language.
Причин ошибки может быть несколько. Например один из плагинов конфликтует с темой. Тогда лучше деактивировать все плагины и включать каждый в отдельности, тогда узнаешь какой именно начал шалить.
Также можешь попробовать использовать debug function, для этого нужно написать следующий кусок кода в wp-config.php файле:
1 error_reporting(E_ALL); ini_set('display_errors', 1);
2
3 define( 'WP_DEBUG', true);
I have 2 problems with my site, which is a created with the Graphene template. I don’t know when this started – perhaps after the WordPress version update? Issues:
1. My home page gives a NOT FOUND message.
(However, other pages are active.)
2. The theme is not showing as Graphene. It’s showing up as Celine.
A third annoyance/problem is that I keep getting a timed-out message when I interface with the THEMES programming page (which I get to from dashboard).
Hope someone out there can help!