I have a problem.
I set the private path to / and now all my URLs return error 500.
Yes I’m an idiot. How do I reverse this without doing a clean install?
/Anders
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can edit that variable directly in the
variabletable of the database, the variable name isfile_private_path. e.g.It would probably be a good idea to manually clear Drupal’s cache afterwards which simply means truncating all tables whose name begins with
cache, e.g, in MySQL:etc…