Changes between Version 18 and Version 19 of GenDol7TShooter
- Timestamp:
- Nov 21, 2011, 2:01:22 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GenDol7TShooter
v18 v19 23 23 24 24 '''[http://www.boonex.com/trac/dolphin/wiki/GenDol7TShooter#WhenIuploadavideoitalwayssaysvideoisbeingprocessed. When I upload a video it always says "video is being processed".]''' 25 26 '''[]''' 25 27 26 28 '''[http://www.boonex.com/trac/dolphin/wiki/GenDol7TShooter#IhaveinstalledcreatedanewtemplateforDolphinandtheForumstoppedtowork. I have installed/created a new template for Dolphin and the Forum stopped to work.]''' … … 142 144 143 145 3) Your server may not support H264 codec and thus can't process videos. In this case, the codec should be disabled in "Admin Panel -> Modules -> Flash Apps -> Video Player -> Settings". 146 147 ---- 148 149 == Forum fails with this error message: [L[Site is unavailable]] == 150 151 When you insert javascript on Dolphin pages, this may result in Dolphin native javascript breaking. 152 153 To see what exactly is breaking the forum, you need to load the following URL in your browser: 154 {{{ 155 forum/?debug=1 156 }}} 157 158 Usually, the problem is caused by these two lines inserted in some javascript ads and banners: 159 {{{ 160 //<![CDATA[ 161 //]]> 162 }}} 163 164 So, search for these lines in your javascript code and remove them. 144 165 145 166 ----