Forum Replies Created

Viewing 15 replies - 1 through 15 (of 41 total)
  • It’s not working for me anymore. After updating the system all the permalinks stopped working.

    I’m using both the No Category Base Plugin and /%category%/%postname%/

    Check it out:
    http://www.avault.com/news/divinity-ii-dragon-knight-saga-screens/

    The page isn't redirecting properly

    Any help?

    Thanks.

    Thread Starter SauloB

    (@saulob)

    Check it out

    http://www.avault.com/news/divinity-ii-dragon-knight-saga-screens/

    The page isn't redirecting properly

    Got the same problem and it was fixed uploading a fresh copy of WordPress.

    Thank you for the tip guys.

    Thread Starter SauloB

    (@saulob)

    Impressive. I already disabled all the plugins and still does not work.

    Thread Starter SauloB

    (@saulob)

    James thanks, most of these security tips we already have, the only left was changing the table prefix from wp_ , thaks for the tips.

    Btw, I just downloaded all the scripts from all the plugins installed and checked for the word ‘post_name’ inside all the files to see if any of them could delete the field, none had any command like that.

    Really don’t know now. Even it it was plugin conflict, there’s no way any of it delete the field from the wp_post table. That’s what I can conclude.

    Thread Starter SauloB

    (@saulob)

    I was able to restore the old database, everything is working fine now. But I don’t know what happened.

    Thread Starter SauloB

    (@saulob)

    James, I opened the actual table and saw that the actual field ‘post_name’ is gone.

    The field is gone. Really. Something deleted this field.

    Today table:

    post_password varchar(20) NOT NULL default ”,
    to_ping text NOT NULL,

    Before the crash:

    post_password varchar(20) NOT NULL default ”,
    post_name varchar(200) NOT NULL default ”,
    to_ping text NOT NULL,

    That’s incredible. What happened? 😮

    Thread Starter SauloB

    (@saulob)

    Yeah, same thing. I was thinking about a malicious attack.

    Right now we are using 43 plugins, all of it know plugins, do you know any plugin that has caused something like this? (it’s the second time)

    Our plugins:

    • Admin Show Sticky
      Akismet
      All in One SEO Pack
      Allow Multiple Accounts
      Dagon Design Sitemap Generator
      Degradable HTML5 audio and video
      Easy Gravatars
      FB Share
      FD Feedburner Plugin
      Get Recent Comments
      Google XML Sitemaps
      Highslide for WordPress *reloaded*
      Invisible Defender
      Most Commented Widget
      Multi-page Toolkit
      NextGEN Gallery
      Ozh’ Better Feed
      PadPressed
      Popularity Contest
      PuSHPress
      Redirection
      Robots Meta
      Role Manager
      Search Meter
      Search Suggest
      SEO Friendly Images
      SEO Slugs
      Show Top Commentators
      Smart 404
      Subscribe To Comments
      TPC! Memory Usage
      TweetMeme Retweet Button
      Viper’s Video Quicktags
      WordPress.com Stats
      WordPress Database Backup
      WP-DBManager
      WP Content Filter
      WP No Category Base
      WP Page Numbers
      WP Security Scan
      Yet Another Related Posts Plugin
      Yoast Breadcrumbs
    • All updated to the last version. Some of them we use for more than 1/2 years. No problem at all. A lot of known plugins.

      Right now I’m searching for good security plugins 🙁

      Thanks.

    Thread Starter SauloB

    (@saulob)

    I think so. I’m going to download the database and check it.

    If it is, what do you think it happened? Any thoughts? Never heard of any problem like that?

    I emailed the guy responsible for the server, asked if he has the MySQL log, to check the queries, maybe the query that deleted the column should appear. Gonna wait for his reply

    Thread Starter SauloB

    (@saulob)

    Great, doing that now.

    Disabled all plugins, re-saved permalink structure to /%category%/%postname%/ , nothing at all.

    All the post links lead just to the /%category%/ , the %postname% is gone.
    http://www.avault.com/news/giveaways/

    Changed the theme to WordPress Classic 1.5 (we don’t have the Twenty Ten anymore)

    re-saved permalinks again.

    Our .htaccess file:
    ———-
    Options -Indexes
    Options +FollowSymLinks

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    ———-

    I already went to everything back, plugins, theme and the permalink /?p=code

    Thanks James. But I did that the first time it happened. Tried everything. Really everything, read a lot of forum posts, nobody has this error. Something deleted the %postname% codes from the database, it’s the only thing I can think of.

    Our site is secured. But I can only think of one attack or a bad (bug) code inside a plugin that could delete it 🙁

    Thread Starter SauloB

    (@saulob)

    James, thank you very much for the reply.

    But unfortunately this don’t do anything, the .htaccess is fine, no change at all. I did that and same thing. Right now I put the site to use the default model /?p=code , it’s working, no problem at all.

    It appears something is gone from the database, I wish I could know what it is, what field on the database it’s the %postname% code and what deleted it 🙁

    Thread Starter SauloB

    (@saulob)

    Got the new WordPress version, and still the same error.

    🙁

    I already disabled all my plugins, still stuck on the “submit to review” button.

    I got the same problem.

    Nobody know how to fix it?

    turnermag, thanks. But I did it, deleted all the post revisions, all of it.

    repaired the database (no problem only optimized) and still the same thing for me.

    what about you?

    thanks.

Viewing 15 replies - 1 through 15 (of 41 total)