• My custom fields works only if i delete .htaccess from wp-content/plugins/s2member dir

    If i don’t delete it, I read “Option Indexes not allowed here” into website log file and custom fields doesn’t works

    .htaccess contenute is

    Options -Indexes
    <IfModule dir_module>
    	DirectoryIndex disabled
    	DirectoryIndex index.php
    </IfModule>

    https://wordpress.org/plugins/s2member/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Custom fields in what? And how are you generating them?

    Thread Starter thorm

    (@thorm)

    Custom profile registration field

    See here: if i don’t delete .htaccess (from wp-content/plugins/s2member dir), custom field doesn’t work

    Is this a new site and, if so, how did you create it?

    Thread Starter thorm

    (@thorm)

    It’s a new site.

    1st: Installed Word Press on webserver
    2nd: installed s2member plugin

    My wordpress site is in a subdir of root
    root: www.my-site-address.com
    wp installation : www.my-site-address.com/wp

    Then I suspect that the installation is corrupted. This has happened to me a couple of times. Deleting the site and starting again solved the problem.

    Thread Starter thorm

    (@thorm)

    Mmhhh….i have user data yet.

    Can I delete s2member plugin directory and re-install it without losing data?

    Ordinarily, yes, provided that Plugin Deletion Safeguards are on. But when I said “deleting the site and starting again,” I didn’t mean that you should just reinstall s2Member. I meant destroy the whole site and start from scratch.

    However, it’s still easy to keep user data if, before destroying the site, you use s2Member’s export tool. See s2Member -> Import/Export

    Then you can import the data back in after you’ve got things working.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘.htaccess and custom fields’ is closed to new replies.