0

heroku と amazon s3 で django プロジェクトを作成しました。私は django 1.4.2 と django-cms 2.3.4 を使用しています。私の問題は、プラグインをページに編集または追加できないことです。昨日は完璧に動作しましたが、テキストフィールドのいくつかを変更した後、すべてがうまくいきませんでした...テキストフィールドの問題は修正されましたが、まだプラグインを編集/追加できません。私が知っている唯一のことは、次のエラーメッセージです。

Failed to load resource: the server responded with a status of 403 (Forbidden) 
Failed to load resource: the server responded with a status of 403 (Forbidden) 
Failed to load resource: the server responded with a status of 403 (Forbidden) 
Failed to load resource: the server responded with a status of 403 (Forbidden) 
Failed to load resource: the server responded with a status of 403 (Forbidden) 
Failed to load resource: the server responded with a status of 403 (Forbidden) 
Failed to load resource: the server responded with a status of 403 (Forbidden) 
Failed to load resource: the server responded with a status of 403 (Forbidden) 
Failed to load resource: the server responded with a status of 403 (Forbidden) 
Failed to load resource: the server responded with a status of 403 (Forbidden) 
Failed to load resource: the server responded with a status of 403 (Forbidden)

Uncaught ReferenceError: cms_plugin_editor_jQuery is not defined xy.herokuapp.com:396
Uncaught TypeError: Cannot call method 'get' of undefined change_form.js:48

誰でも私を助けてくれますか?

ありがとうございました

4

2 に答える 2

0

私も同じ問題を抱えていました。正気の方法でそれを解決しようとして 2 時間を費やしてください。答えが見つかりません。アプリ リビジョン 33 でした。heroku Web サイトで 32 バージョンに戻しました。それはそこで働いた。33に戻し、それも機能しました。

多分herokuと関係があります。

于 2013-04-10T11:33:11.790 に答える