Problems entering the admin after a successful installation.
  • Problems entering the admin after a successful installation.

    Hello newscoop just installed without any problem, but then to enter the admin tells me not was found on this server.
    Is it because my hosting is the cloud or not.
    I also realize that nescoop works with Red Hat Enterprise version 6 and version 5 is my provider.

    I appreciate any help.
  • 12 Comments sorted by
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    check is rewrite apache module enabled.
    also option AllowOverride should be All in vhost apache configuration
  • Thank you for responding, but the truth I have little idea what to do.
    If you could guide me I would appreciate a little more.

    This is the content of my htaccess.

    # There might be no access to apache config, set options here
    DirectoryIndex index.php index.html
    Options -Indexes FollowSymLinks -MultiViews

    AllowOverride All
           
    AddType video/ogg .ogm
    AddType video/ogg .ogv
    AddType audio/ogg .ogg
    AddType video/mp4 .mp4
    AddType video/webm .webm

    # Options might not allowed here, use Rewrite rules instead
    <IfModule mod_rewrite.c>
        RewriteEngine On

        RewriteCond %{REQUEST_URI} /+get_img$
        RewriteRule . get_img.php [L]

        RewriteCond %{REQUEST_URI} /+attachment/+
        RewriteRule . attachment.php [L]

        RewriteCond %{REQUEST_URI} !\.php$
        RewriteCond %{REQUEST_URI} !\.html$
        RewriteCond %{REQUEST_URI} !\.css$
        RewriteCond %{REQUEST_URI} !\.js$
        RewriteCond %{REQUEST_URI} !\.ico$
        RewriteCond %{REQUEST_URI} !/+admin
        RewriteCond %{REQUEST_URI} !/+install
        RewriteCond %{REQUEST_URI} !(/+plugins/[^/]*)?/+js
        RewriteCond %{REQUEST_URI} !(/+plugins/[^/]*)?/+css
        RewriteCond %{REQUEST_URI} !(/+plugins/[^/]*)?/+images
        RewriteCond %{REQUEST_URI} !/+templates
        RewriteCond %{REQUEST_URI} !/+videos
        RewriteRule . index.php [L]

        RewriteCond %{REQUEST_URI} .tpl$
        RewriteRule . index.php [L]

        RewriteCond %{REQUEST_URI} /+admin$|/+admin/+.*|/+admin-files
        RewriteRule . admin.php [L]
    </IfModule>

    # Uncomment it for gui backup/restore process
    # NOTE: It can be incompatible on some shared hosting
    #php_value output_buffering Off
    Post edited by Milton Sosa at 2011-11-29 15:17:37
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    Reply to @Milton+Sosa: any progress?
  • I think am having a similar problem. I am using Hostgator...and I can install newscoop...create another name with admin privileges, but if I logout...I can never sucessfully log back in
  • When I put my password in...extra characters are added..what's up with that? :-$
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    before password sending the script encrypts a plain password
  • oh..ok..so what's the resolution in regards to the fact that I cannot log back in? You said "check is rewrite apache module enabled. also option AllowOverride should be All in vhost apache configuration" am a novice..is this a line of code that must be added? If so what is it exactly? Thanks!

    TDP

  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    which user name you are trying?
  • admin...although I have created a new user name and still had problems.
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    but how you have created? It's possible only if you logged in successfully on admin part
  • Yes....I have logged in successfully, it just after a few times the system kicks me out and I can't log back in. with either the login name of tdprout or admin.
  • Vote Up0Vote Down Andrey PodshivalovAndrey Podshivalov
    Posts: 1,526Member, Administrator, Sourcefabric Team
    try to recover/reset password