How to modify Drupal site on OpenShift using SFTP?

亡梦爱人 提交于 2019-12-11 13:13:11

问题


I have Drupal 7 set up on my OpenShift account using the Drupal 7 quick start. I have set up WinSCP to navigate the directory, and I can get to app-root/data/sites/all/, which is where custom Drupal mods go. I've installed the Zen theme as well.

However, when I try to change any of the template files in app-root/data/sites/all/themes/zen/templates, none of the changes show up at my site's publicly accessible URL. I've tried clearing the Drupal cache and the browser cache, but still it doesn't work.

At other hosts, I've never had this issue with Drupal. This problem seems specific to OpenShift. Any idea what's going on? Am I working in the wrong directory? Do I not have access to the live files?

来源:https://stackoverflow.com/questions/25223127/how-to-modify-drupal-site-on-openshift-using-sftp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!