Weird ?> symbols appearing on the top of the site and HUGE HEADER
-
A couple of days ago I opened my site and it was all white (the famous white screen of death), I searched for solutions and came upon one that said that I should enable debuging mode in order to find out what caused the problem. I went into the files and opened wp-config.php , there was no line for debuging mode so I wrote one. For some reason it didn’t work but after a long hour of searching I updated wordpress and every plugin from my cpanel and it worked. After that I forgot to change the debuging mode back to false. Some days later I opened the site again and it looked like that (get into the link) for some reason the header is huge and on the top left there is a weird text that says ?>. At first I thought the problem was the debuging mode that I forgot but i changed it back and it still looks like this. Also for some reason even though I can browse through wordpress I can’t access elementor, it just doesn’t load (I tried everything I found on the internet to fix this elementor issue but nothing worked). Also my favicon dissapeared. Everything is up to date including plugins,wordpress,themes and even if i disable everything the symbol ?> still appears on the top. I also tried troubleshoot plugins but no luck.
Thanks in advance!
In cases this helps these are the lines of the config file that I edited:/** * WordPress Database Table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_'; define( 'WP_MEMORY_LIMIT', '256M' ); /* HERE WAS THE DEBUGING MODE LINE THAT I SET TO FALSE AND THEN ALSO REMOVED BUT DIDN'T WORK */ define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); /*THESE 2 LINES I FOUND ONLINE AND TRIED THEM BUT DIDN'T WORK */ define( 'WP_AUTO_UPDATE_CORE', 'minor' ); /* That's all, stop editing! Happy publishing. */
- This topic was modified 2 years, 5 months ago by . Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
The page I need help with: [log in to see the link]
- The topic ‘Weird ?> symbols appearing on the top of the site and HUGE HEADER’ is closed to new replies.