FIND incorrect parameter format

Solved
Hello everyone,

I just installed Thelia, in the installation manual it says:
Attention: When you unzip the .zip file on a Unix family server (Linux...), the permissions will be incorrectly set and you will not have access to the site interface. You will probably need to change the permissions to something like 755 for directories and 644 for files. So if you are locally or have ssh access...

But when I do:
FIND -type d -exec chmod 755 {} \;
FIND -type f -exec chmod 644 {} \;
I get:
FIND incorrect parameter format. I don't know what to do, because indeed, I do not have access to the interface.

Thank you in advance for your help
Configuration: Windows XP Firefox 3.0.3

5 answers

  1. Hello,

    @ dubcek:
    Changing the rights is exactly what I wanted to do, otherwise there would be no access to the admin interface.
    @ asevere:
    find /directory/d/installation -type d -exec chmod 755 {} \;
    Yes, that's probably the right format. Ultimately, I worked around the problem; after reloading WAMP (which seemed to have "suffered" a bit, from what??) I reloaded Thelia, but before installing it, I created a database and associated a user with all rights. It works, I have access to the interface.

    Thank you, dubcek and asevere, for your responses.

    Best regards, laumi
    0