• Greetings,

    My wordpress has FULL of errors and I have no idea why. When I open my page on the bottom it has these two:
    Warning: Unknown: open(/home/users/web/b2190/sl.dpoverlord/public_html/cgi-bin/tmp/sess_507452b4b20e07080548430c3e18ff7c, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/home/users/web/b2190/sl.dpoverlord/public_html/cgi-bin/tmp) in Unknown on line 0

    Or when I click any of my monthly posts I get this:
    Warning: Invalid argument supplied for foreach() in /hermes/bosweb/web219/b2190/sl.dpoverlord/public_html/wp-content/themes/thesis1.4/lib/functions/teaser_functions.php on line 45

    when I edit certain posts and click update post / Post I get this:
    Warning: implode() [function.implode]: Bad arguments. in /hermes/bosweb/web219/b2190/sl.dpoverlord/public_html/wp-includes/post.php on line 1762

    What should I do?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jmayberg

    (@jmayberg)

    anyone?

    Thread Starter jmayberg

    (@jmayberg)

    ?

    I’d say it were a plugin issue. Disable them all and re-enable them one by one to see if you can identify the one causing the problem.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Your HTML for https://jonathanmayberg.com/?s=test ends with some goofy output. I used the ?s=test because I don’t want to see any cached output.

    </body>
    </html>
    <!-- Dynamic page generated in 4.555 seconds. -->
    <!-- Cached page generated by WP-Super-Cache on 2009-10-15 19:18:08 -->
    <br />
    <b>Warning</b>:  Unknown: open(/home/users/web/b2190/sl.dpoverlord/public_html/cgi-bin/tmp/sess_b350e7b4696d65e2b10ea5285eb13d26, O_RDWR) failed: No such file or directory (2) in <b>Unknown</b> on line <b>0</b><br />
    
    <br />
    <b>Warning</b>:  Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/home/users/web/b2190/sl.dpoverlord/public_html/cgi-bin/tmp) in <b>Unknown</b> on line <b>0</b><br />

    It’s after the </html> so either a plugin or your theme is doing something really goofy or it’s a hack that breaks on your installation. Don’t freak out, it might not be a hack.

    Try the easy things first.

    1. Backup your files and database. Seriously, no joke.

    2. Log in to your admin and disable the plugins. All of them, especially your DB Cache and WP Super Cache plugins.

    Did that odd error message go away? If so congrats. If not you’ll need to dig deeper into your webserver’s error_log file.

    Oh, and you’re running WordPress 2.8. You really don’t want to keep doing that, upgrade to 2.8.4 and practice safe computing.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Invalid Arguments, Warning Implode, TONS OF ERROS’ is closed to new replies.