About 257,000 results
Open links in new tab
  1. php - Correct file permissions for WordPress - Stack Overflow

    Aug 21, 2013 · /wp-content/ User-supplied content: intended to be writable by your user account and the web server process. Within /wp-content/ you will find: /wp-content/themes/ Theme files. If you want to …

  2. Too many redirects with reverse proxy - Stack Overflow

    Jan 27, 2020 · Setup: cloudflare DNS docker-compose nginx reverse proxy wordpress fpm nginx php handler Problem Too many redirects, like in these logs: Attaching to wp_db, wp, wp_web wp_db | …

  3. css - Using WP web scraper with WordPress - Stack Overflow

    Nov 10, 2015 · Using WP web scraper with WordPress Asked 9 years, 11 months ago Modified 9 years, 11 months ago Viewed 517 times

  4. How can I enable REST API on my WordPress web site?

    I tried with this line, is it the right way? I got this error:

  5. WordPress - PHP Warning failed to open stream: No such file or ...

    0 In addition to setting the WP-CACHE to false on the wp-config file, you may also need to rename or remove the wp-contet/advanced-cache.php file.

  6. php - WP Web Scraper not Working - Stack Overflow

    Jun 29, 2015 · 0 The functon wpws_get_content in wp-web-scraper uses the native WordPress function wp_remote_request. The above message means that your Godaddy hosting environment is not …

  7. How to logout via URL in WordPress? - Stack Overflow

    Aug 20, 2017 · I have to logout a user from a WordPress site where the top bar is disabled and no logout option is available at any page. Is there a general link to logout from WordPress?

  8. wordpress - Warning: require (/wp-admin/wp-blog-header.php): failed …

    Mar 15, 2018 · According to wordpress rule, avoid over writing the wp-admin and wp-include folder files. Because the changers in this folder (like: wp-admin, wp-includes) exist till the wordpress in not updated.

  9. php - Fatal error: Allowed memory size of 268435456 bytes exhausted ...

    define( 'WP_MAX_MEMORY_LIMIT' , '512M' ); I agree with DanFromGermany, 256M is really a lot of memory for rendering a dashboard page. Changing the memory limit is really putting a bandage on …

  10. Uploading WebP images in Wordpress Media Library

    Mar 1, 2023 · When I try to upload a webp image through WP's media library, I get this warning: This image cannot be processed by the web server. Convert it to JPEG or PNG before uploading. I went …