Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter Jeff

    (@nokrev)

    oh I figured out the problem!
    on the upload settings page, it makes a path recommendation using back-slashes (\), yet when you submit, these are removed. To fix the problem I reset the path to have forward slashes (/) instead

    Thread Starter Jeff

    (@nokrev)

    hm.. I’ve already setup apache, mysql,and php by themselves, and everything runs fine, plus I have lots of extra stuff working with them, such as tomcat and jakarta, but how do you change permissions on windows? I’ve never seen anything like this, unless I’m just completely blind ??
    also… I figured out what you can use to call the functions without getting an echo, if inside the loop: $post->ID, or outside: $posts->ID
    works like a charm

Viewing 2 replies - 16 through 17 (of 17 total)