Skip to main content

Questions tagged [debug]

Basic techniques on debugging WordPress that can assist you on first hand.

0 votes
0 answers
25 views

My friend created a clone of a wordpress site and gave me the project files. I would like to use the theme of this website (install it on the wordpress engine and create a new site using that theme). ...
JackieChilesTheSecond's user avatar
0 votes
0 answers
66 views

Sorry if this is a basic question, but I'm not a WP expert in any way. Using WordPress version 6.0.9 I have a blog hosted on someone's server (where I host other sites that I develop, not using WP), ...
Avrohom Yisroel's user avatar
0 votes
0 answers
70 views

There are many hundreds of errors in the debug.log file: [25-Dec-2024 14:21:25 UTC] PHP Warning: chmod(): Operation not permitted in /var/www/mydomain.com/news/wp-admin/includes/class-wp-filesystem-...
Ken Billington's user avatar
0 votes
2 answers
146 views

We have a bunch of sites using a custom theme we had assistance creating many years ago. When we upgrade PHP on the server from v7.4.x to v8.2.x, we get a critical error message on most of the pages (...
Kenny J's user avatar
  • 125
-2 votes
1 answer
90 views

I am developing for a client, and everything was working fine until I ran into this error: Notice: Function is_tax was called incorrectly. Conditional query tags do not work before the query is run. ...
JohnLyons's user avatar
1 vote
2 answers
137 views

Why do you think this is happening? I just updated a bunch of client sites and they all show me running 6.6.1, but this particular site says simply "42" for the version. I've reinstalled the ...
libbynotzoey's user avatar
1 vote
0 answers
36 views

I was encountering a 'there has been a critical error' message when trying to edit pages/posts on a WP site. I enabled debugging and fixed the problems that were being displayed. I thought I'd got ...
Tyssen's user avatar
  • 111
1 vote
1 answer
151 views

I set define( 'WP_DEBUG', true ); & define('WP_DEBUG_LOG', true);. But error_log('hello'); is not printing any thing. What could be the issue ?
Foysal's user avatar
  • 445
0 votes
0 answers
174 views

I'm having a problem where the Hamburger dropdown menu only appears when I'm logged in, I tried on multiple devices and I tried clearning the cache and removing all plugins (except elementor, without ...
French Noodles's user avatar
0 votes
1 answer
74 views

Is there a way to write the debugging I do in my code (ex: error_log("$msg"); to a different log file than the rest of the system-generated logging that gets written to /wp-content/debug.log?...
Daveh0's user avatar
  • 191
0 votes
0 answers
405 views

PHP Deprecated: Hook contextual_help is deprecated since version 3.3.0! Use get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab() instead. in /container/application/...
Kleirk Acordon-Gacula's user avatar
1 vote
0 answers
997 views

I'm having a truly maddening issue. It may involve plugins (or it may not, I don't know) but I believe it is sufficiently technical to be allowed here. A few weeks ago, I needed to revert to a backup, ...
John Smith's user avatar
1 vote
1 answer
595 views

I'd like to use xdebug and vscode to debug a script I'm running via wp eval-file. My launch.json is pretty basic. { "name": "Listen for Xdebug", "...
JJS's user avatar
  • 123
3 votes
0 answers
297 views

I have a website created using wordpress, which is hosted on accuwebhosting.com Recently I have been getting emails with the subject line "Cron user@server cd wpfolder && /usr/local/bin/...
noravanq's user avatar
0 votes
0 answers
232 views

I have a website with several plugins installed. in 70% of page loading everything is OK and header is something like this: <head> <meta charset="UTF-8"> <link rel=&...
qwerty13's user avatar

15 30 50 per page
1
2 3 4 5
23