• Hi All..

    I’m using ur Virtue theme.. its a gr8 website..

    previously it used to be in another domain.. i recently moved into a new server and domain

    and this error shows up in the top of every page…

    Warning: mkdir(): Permission denied in /home/DOMAIN/public_html/ecommerce2/wp-content/themes/virtue/themeoptions/inc/class.redux_filesystem.php on line 131

    im clueless of what to do.. 🙁

    please help!!!!! its really important

    any help would be really really apreciated

    Jessica

Viewing 3 replies - 1 through 3 (of 3 total)
  • mkdir is used to make a directory. The message is just telling you the program doesn’t have authority to write in the folder.

    If you have cpanel and can access it you can use it to check your Permissions. You should see a number beside each directory example would be 755 or 644.

    The number represents the permissions to the directory. The only number you really need to be concerned with is the first one.

    For example 544 you would only want to be look at the number 5.

    Each number represents a different group the first number is the owner of the file. The second is associated with the group and the final number is the access everyone else has to the directory.

    If the first number is set to 7 it means the program has total control over the director.

    you can figure the numbers like this

    read = 4
    write = 2
    execute = 1

    if you add them together you get 7

    if you just want read and write it would be 6

    if you just wanted read it would be 4

    You never want them set to 777 that would mean any one could read or write or execute anything with that file or directory.

    Just Google change file permissions for Linux or unix to understand it better.

    Thread Starter Jessica Lily

    (@jessicalily)

    Hi @mrtom414,

    Thank you for your much valued reply..

    I’ll just go straight and check that out..

    will get back if i face any other problem 😛 (sorry)

    Thanks a Lot and i mean a Lot..

    Happy Halloween..

    Jessica

    Hey,
    Just to add most hosting services can help you with this. and get it working for you.

    Kadence Themes

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘error shows up in the top of every pag’ is closed to new replies.