It means WordPress is outputting something to the browser too early. The file indicated seems to be your own session file (php stores user sessions in small text files in the tmp directory).
Check first the wp-config.php file. Remove the final closing php tag. Make sure you’re not outputting anything in that file (look for print_r, var_dump, echo, print, some html…).
See the manual for more ideas.
Related Posts:
- Illegal string offset Warning PHP
- Error Warning: Declaration of description_walker::start_el after PHP upgrade [duplicate]
- “Warning: count()” error on php 7.2
- PHP contact form returns warning in text widget [closed]
- Warning: array_pop() expects parameter 1 to be array, boolean given
- Get rid of this Strict Standards warning [closed]
- Illegal string offset in PHP function
- Warning message (re. php) on the blog page
- How to fix this warning:call_user_func_array() expects exactly 2 parameters, 1 given in D:\wamp\www\…….\wp-includes\class-wp-hook.php on line 286
- Error while setting role
- How to fix this PHP warning in WP-Admin after upgrading to 3.1.2?
- I am receiving a pluggable.php warning sign on my only http:// page
- class ‘wphpc_PAnD’ not found
- PHP Warning: Missing argument 2
- PHP warning – Use of undefined constant ‘FORCE_SSL_LOGIN’ ‘FORCE_SSL_ADMIN’ on wp-config.php
- PHP warning with code for nav menu walker [duplicate]
- Warning: preg_replace(): Compilation failed: unknown option bit(s) set at offset -1
- Warning: Cannot modify header information
- Warning: Illegal string offset ‘post’ and ‘page’
- Trying to add taxonomy terms to search results page
- Remove update nags for non-admins [duplicate]
- Are WordPress Heartbeat API ‘beats’ staggered or do they occur simultaneously for all users?
- How to correctly add Javascript in functions.php
- Genesis – Customize search form
- Integrating WordPress to my website, while keeping my own authentication system
- Why does this echo values in the wrong order?
- Update Custom Field on Imported Post Creation
- Print out WordPress user ID – two sites with same code but different output
- How to add default images into theme customizer image control?
- Using a javascript file to access a get posts array
- Add custom HTML to posts page
- How do I get a list of popular posts by views?
- Change title and meta description in included page (not template)
- Get first two paragraphs inside one div, and then get the rest under another?
- sidebar isn’t showing, what’s wrong w/ this code?
- spliting posts into two columns
- Page Reloads Before AJAX Request Finishes
- I can’t get my custom widget area to show on my WordPress site
- How to run PHP code in Text Widget with no plugin in WP 4.4
- How to only show page id as body class?
- Link for Most Recent Post
- wp-load Without Loading the plugins
- Remove posts after a given amount of time
- How to load a template-part based on a url wildcard?
- Increase returned number/pages on pagination
- Customising the search function?
- Create an if is_page statement based on parent page
- Problem with custom plugin using AJAX to pull info from php file
- Append query string to all URL’s
- Exclude posts based on meta value
- wp_enqueue_script seperately for each shortcode
- get post content of particular post by url
- Convert WordPress date format to jQuery UI Datepicker format
- I’m trying to create an array with a foreach loop, but the array only stores the last item [closed]
- WordPress Ajax Always returning 0
- Filtering a function’ output for a new continued function
- Deleting Certain terms from appearing on the front end as links
- Styling the second sidebar
- Usage of call back function of add_meta_box()
- If Array Values Match Another Array’s Values, Then
- Menu Items fail to save correctly, cause reset of related page metadata
- How do I add more options to the post-new.php page?
- Dropdown menu for categories
- update_post_meta() not saving data inside of save-post filter
- Genesis / custom template page / setting the page title and meta desc
- Define category ID using get_post_meta
- Why in this WordPress theme I can’t see the Main Menu?
- Front end file upload returning wrong attachment url
- Restrict post to current user in postmeta
- How to sort posts by active category in WordPress?
- wordprees multi-site in user panel add filter
- Database SQL query error
- How do I know if the user is a customer?
- WordPress custom php script to match standard page layout
- MYSQL TIMESTAMP when adding DATE_FORMAT then the output is blank, PHP conflict?
- How can one safely add html code to a wordpress theme header file?
- Plugin won’t output characters with diacritics properly
- WooCommerce is_product_category() not working
- Get parent category name when only child category is applied to a product
- Retrieving and Displaying Data From a Table
- Error `this set of changes has already been published`
- Where does php code to load data go?
- How to locate parent theme functions and add functions to my wordpress child theme?
- Adding product permalink on admin order page throwing error
- Modifying child theme’s header
- Before & After Content – After Content directly below Before Content when using require_once
- How to create dynamic templates?
- How to create an unordered list of images separate from the content
- Top Authors list by highest post views with Ajax pagination
- Gravity Forms on submit return value on same page
- How can i put php code on the wordpress page?
- Order by in foreach
- Help with my first Metabox helper class
- Splash pages on a high traffic site
- Query seems to be duplicated
- ISOTOPE – Missing/Invalid Arguement Get Terms
- Fatal error: Uncaught Error: Call to undefined function wp_nav_menu()
- Add Condition if WPBakery Page Builder Used on Page or Not
- running an existing WordPress site from Visual Studio Code?
- get_post_meta returns on side but it doesn’t return on bottom of admin page