Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter kenkam

    (@kenkam)

    Ah.

    It was my stupidity.

    I was using the same structure for categories and it wasn’t liking that. My bad everybody.

    Cheers.

    I took a look, and the error is caused by that music column of yours.

    You have to have a <ul> tag before <li></li> tags
    e.g.
    <ul>
    <li> a list item </li>
    </ul>

    I am not sure if I agree with Ladydeluna. The headers are already sent, of course, since they are sent before the errors reach you via your browser [ie. WordPress database error: [Unknown column ‘none’ in ‘field list’]
    INSERT INTO wp_post2cat (post_id, category_id) VALUES (87, none)]

    You shouldn’t worry about this. What you should do is fall back to your original theme and turn off the shopping cart. If everything works then you won’t have to re-install WordPress – unless you have overwritten some of the files.

    Like Ladydeluna says, disable your plugins and fall back to your original working theme. Everything works? Turn the plugin on. Still working? Try your theme.

    try

    codyreport.com/blog/options.php

    Forum: Fixing WordPress
    In reply to: Blank Site

    That will show you where the error is originating from, by the way, but will not solve your website problems.

    When you’ve found the problem, it would be a good idea to take delete that line from your .htaccess file for security reasons.

    Forum: Fixing WordPress
    In reply to: Blank Site

    I am guessing your webserver has display_errors for php off for security reasons. Try turning them back on with php configuration settings in .htaccess files.

    Place this line in your .htaccess file

    php_admin_flag display_errors on

    Hope this helps

Viewing 6 replies - 1 through 6 (of 6 total)