dtg78700 2016-05-10 09:01
浏览 39
已采纳

内部服务器错误 - Drupal 6

I have Drupal 6 Site.

I have enabled compression of CSS & JS files. Last night I uploaded couple of css files. I cleared the Cache from Drupal site. It was working fine..

But this morning when I opened the site, it is throwing error

500 Internal Server Error. Contact your system administration.

I logged into as admin anyhow & disabled the compression so all the css & js files issue got fixed but the images that are under sites/default/files/ are not loading & getting 500 Error for these files.

This is very critical for my site.

I have already reverted the files & uploaded. But not working.

The strangest thing is that I was doing this on my subdomain dev.hello.com but the issue is also affecting / giving the same error on the main site as well. www.hello.com

Steps taken till now by me:

Exactly the same issue

Any help highly appreciated.

  • 写回答

1条回答 默认 最新

  • doufeng3602 2016-05-10 12:18
    关注

    I was in very critical need to fix. I google for almost 2 hours & tried lot things to fix it. But it didn't. Hence decided to post the question.

    I have written very clear in my question,what links I followed, what could have caused the issue & PLUS highlighted that its very crucial.

    But few people on this community are more interesting in down-voting,suggesting useless suggestion instead of finding the way to fix it.

    Steps that fixed for me

    • Disabled the Optimization for a while
    • Navigated to sites/default/files, deleted the default .htaccess
    • Uploaded the new .htaccess
    • Cleared the Cache
    • ReEnabled the Optimization

    Thats it. It fixed the issue

    .htaccess

    #SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
    #Options None
    #Options +FollowSymLinks
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!
  • ¥15 drone 推送镜像时候 purge: true 推送完毕后没有删除对应的镜像,手动拷贝到服务器执行结果正确在样才能让指令自动执行成功删除对应镜像,如何解决?