Forum Replies Created

Viewing 15 replies - 16 through 30 (of 33 total)
  • Thread Starter Nurse Wizzle

    (@glenncoco)

    Well, I followed the directions to upgrade. When I log in to the admin section, it now says it is WordPress 2.0.4. Except for if I try posting or anything, it still says I don’t have sufficient permissions. So it didn’t fix anything

    Thread Starter Nurse Wizzle

    (@glenncoco)

    I was thinking about that, but if there is a problem with my installs now, will upgrading to 2.0.4 automatically fix the problems?

    Thread Starter Nurse Wizzle

    (@glenncoco)

    Does anyone have any insight for me please?

    Thread Starter Nurse Wizzle

    (@glenncoco)

    I do have backups. Incidentally, it looks like I followed those directions exactly, except for the includes folder. I’m not sure how that happened. Anyways, now the widgets work again. Thank you so much.

    Forum: Plugins
    In reply to: Flickr alternatives
    Thread Starter Nurse Wizzle

    (@glenncoco)

    Anyone else have any thoughts on this?

    Forum: Plugins
    In reply to: Flickr alternatives
    Thread Starter Nurse Wizzle

    (@glenncoco)

    Sorry I wasn’t more clear, an online image hosting service. I am currently using a Flickr Photo Album, and it works great, except Flickr doesn’t allow sub albums, which I really want.

    Do you have widgets installed? It looks like you don’t. I don’t think that the categories display by default. What I did was install the widgets. That way I didn’t have to mess around with altering the code.

    Alternatively you can go to Hakan’s website at: http://aydin.net/blog/2006/03/23/three-column-k2-theme-for-wordpress-3k2/

    cocababy541: are you just publishing the posts, or saving as drafts first then publishing. I’ve been trying it out and for me at least, if I save as draft first, then publish, it won’t send the email, and I can’t figure out why

    I have a reseller account with Site5 (http://www.site5.com). I have been more than impressed and would recommend them to anybody.

    I have used one of the hosts mentioned in one of the above posts and have had VERY negative experiences with them.

    Can anyone help?

    This seems to be the same problem my friend is having, except instead of Awstats, it is his osCommerce admin directory. The problem is referenced here: http://wordpress.org/support/topic/60605?replies=7#post-324096

    I’m a bit of a dummy when it comes to all of this though, so I’m not exactly sure how to fix it.

    Forum: Fixing WordPress
    In reply to: No admin page!

    WordPress is installed in the root directory.

    WordPress .htaccess (found in root directory)

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

    # END WordPress
    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>

    deny from 68.166.120.50

    osCommerce .htaccess (/store)

    # $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $
    #
    # This is used with Apache WebServers
    #
    # For this to work, you must include the parameter 'Options' to
    # the AllowOverride configuration
    #
    # Example:
    #
    # <Directory "/usr/local/apache/htdocs">
    # AllowOverride Options
    # </Directory>
    #
    # 'All' with also work. (This configuration is in the
    # apache/conf/httpd.conf file)

    # The following makes adjustments to the SSL protocol for Internet
    # Explorer browsers

    <IfModule mod_setenvif.c>
    <IfDefine SSL>
    SetEnvIf User-Agent ".*MSIE.*"
    nokeepalive ssl-unclean-shutdown
    downgrade-1.0 force-response-1.0
    </IfDefine>
    </IfModule>

    # Fix certain PHP values
    # (commented out by default to prevent errors occuring on certain
    # servers)

    #<IfModule mod_php4.c>
    # php_value session.use_trans_sid 0
    # php_value register_globals 1
    #</IfModule>

    osCommerce admin .htaccess (/store/admin)

    # $Id: .htaccess,v 1.1 2003/06/20 00:18:30 hpdl Exp $
    #
    # This is used with Apache WebServers
    #
    # For this to work, you must include the parameter 'Options' to
    # the AllowOverride configuration
    #
    # Example:
    #
    # <Directory "/usr/local/apache/htdocs">
    # AllowOverride Options
    # </Directory>
    #
    # 'All' with also work. (This configuration is in the
    # apache/conf/httpd.conf file)

    # The following makes adjustments to the SSL protocol for Internet
    # Explorer browsers

    <IfModule mod_setenvif.c>
    <IfDefine SSL>
    SetEnvIf User-Agent ".*MSIE.*"
    nokeepalive ssl-unclean-shutdown
    downgrade-1.0 force-response-1.0
    </IfDefine>
    </IfModule>

    # Fix certain PHP values

    #<IfModule mod_php4.c>
    # php_value session.use_trans_sid 0
    # php_value register_globals 1
    #</IfModule>

    AuthType Basic

    AuthName "storeadmin"

    AuthUserFile "/home/thelittl/.htpasswds/store/admin/passwd"

    require valid-user

    Forum: Fixing WordPress
    In reply to: No admin page!

    OK, I talked to him a bit and here is the deal.

    He has a store set up in the directory /store and the admin is in the directory /store/admin. They are really there, I checked on the server and they actually exist. One weird thing is that if you go to the store (www.4thelittleguy.com/store) it actually brings up the store, just like it is supposed to. Only if you go to the store admin page (www.4thelittleguy.com/store/admin) does it give you the WordPress 404. So for some reason WP thinks the store admin page belongs to it, but not the actual store.

    Forum: Fixing WordPress
    In reply to: No admin page!

    Do you mean that you cannot access your osCommerce admin page, as in, when you try to go to your osCommerce admin page, you get a WordPress 404 error?

    OK, that didn’t help, so apparently I am not in the same boat

Viewing 15 replies - 16 through 30 (of 33 total)