Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Installing WordPress
    In reply to: No pages found

    I have the same problem.

    Was using google chrome for a while until pages disappeared from Manage Pages although the count is correct. Same for Posts.

    Then I switched to Firefox 2.017 and it worked for a while then the problem returned a few hours later.

    Switched to IE 7 and it cleared again so I tried clearing cached data in FireFox and hey presto! it worked.

    Maybe it’s a browser session thing? dunno, but it’s a bug for sure

    Even though I put in a username during registration, the user admin area shows that there is no username. It’s blank. The email that is sent to me shows a username and password, but, the admin area nothing…

    Had the same problem with 2.6.1 and 3.5.1 of the plugin. Solved it by disabling the email verification. (We validate every user and don’t mind doing so).

    Strange, but even after disabling the verification, it still sends a link to click?!

    Hope this helps someone

    No way!. Just be persistent. I spent hours on this as well with both wp 2.5 and 2.6 installs. I too added the mod_security code to the .htaccess file in both directories, did the CHMOD thing, did the image settings location thing, did everything and like you – no change!!.

    Then I took closer look and found the byte size on .htaccess was lower than it should have been if it had changed (I did the mod_security stuff on the remote server using cpanel). Also, I found that the leading ‘.’ was missing after saving the file in cpanel. Don’t ask me how or why, but for some reason the file didn’t save properly. I did ‘view file’ in my ftp client on the remote htaccess and sure enough, my edits were not there and the leading ‘.’ missing.

    I started all over using my ftp client, added the following to the .htaccess file and uploaded it to WP site root and it all worked, on both wp installs (the second was just a test install)!!:

    # BEGIN WordPress

    # END WordPress

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    I’m not entirely sure what was causing this but the symptoms are similar to what many others have experienced.

    Hope this helps someone

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