• Resolved rvasten

    (@rvasten)


    Hi,

    I have installed wp on a local server
    Centos, mysql and php 5.3
    Everything is working exept the tempates.
    the default templates I can see.

    However if I upload a new template it is uploaded, but not unzipped.
    the file protections are as followed
    4.0K drwxr-xr-x. 4 apache apache 4.0K Apr 21 17:25 themes
    4.0K drwxr-xr-x. 3 apache apache 4.0K Apr 21 21:03 uploads

    in php.ini is file_uploads-on.
    If I look in media library I see the template.

    If I upload the same template to my hoster it works fine.

    Can it be that i still need to install a php module
    ]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter rvasten

    (@rvasten)

    I also cannot install plugins.

    If I do a search in the add plugin menu I get the message :

    An unexpected error occurred. Something may be wrong with www.ads-software.com or this server’s configuration. If you continue to have problems, please try the support forums.

    Try again
    I changed the write permissions
    to apache:apache 775
    no joy…

    Thread Starter rvasten

    (@rvasten)

    As far as I found out this error and it behavior has to do that
    the .htaccess file is missing in the downloadable archive from wordpress.

    the file contens is like below: for me this solved the problem
    If I remove the file I have the same error again, So i think that
    the .htaccess file must be included in the downloadable archive.

    # 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

    it behavior has to do that
    the .htaccess file is missing in the downloadable archive from wordpress

    There should never be am .htaccess file in the standard WordPress download. That file is not used unless you have set up a custom permalink structure. See [Using_Permalinks]].

    Thread Starter rvasten

    (@rvasten)

    I know that the .htassess file is used with permalinks.

    however I did not change the standard out of the box settings.
    I reinstalled WordPress on 3 different systems.
    running in to the same behavoir everytime.
    normaly if permasettings are wrong, you get errors accessing pages from the blog. This worked fine. No errors what so ever.

    but when I tried to search, add a plugin I ran in to this error. Uploading of pictures was no problem. Uploading a template. I’ve got the error again, buy the template was pressent in the upload folder. As far as I know in the old archives the .htaccess file was always pressent

    however I did not change the standard out of the box settings.

    If you are still using default permalinks then your site will not need an .htaccess file.

    As far as I know in the old archives the .htaccess file was always pressent

    No – it’s never been present. It is only created when a custom permalink structure is used on a site.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘template not unzipping’ is closed to new replies.