I would be grateful if anyone can help.
Im running PHPBB3
Portal 2.0.0
I tried the update from 1.0.6 to 2.0.0b and had no problems at all on a test forum. However ive updated my live site from 1.0.6 to the new 2.0.0 portal ( all on 3.0.10 ) and im having a problem with adding a custom block in the middle, with the BB Code disabled. ( I also noticed that compared to the 2.0.0b and 2.0.0 that the custom options are slightly different ( No option to change Module image )... I wondered if that is correct? )
Anyway, the problem is this :
If I enter the code ( example below ) and turn off the BB Code option in the CENTRE COLUMN, I get an internal server error :
This is the code im entering, its just a twitter widget. ( This works on my test forum, running phpbb3 3.10 and portal 2.0.0b )Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@ and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Code: Select all
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 30000,
width: 'auto',
height: 180,
theme: {
shell: {
background: '#333333',
color: '#ffffff'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#ebc507'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('TeamgamersUK').start();
</script>
I have added a custom block on the right without a problem though, which also has BB Code turned off.. ( this is below if it helps )
Code: Select all
<iframe allowtransparency="true" src="http://www.teamgamers.co.uk/ts3wi/tsviewpub.php?skey=0&port=9987&showicons=left&bgcolor=232323&fontcolor=d0b20b" height="320" width="230" scrolling="AUTO" frameborder="0" marginwidth="0" marginheight="0" name="pa">
Your Browser will not show Iframes</iframe>
Can anyone help please? Perhaps there is a mistake I have made or there is somethign different between 2.0.0 and the beta I tested?
It would be much appreciated.
Everythign else seems to be fine apart from this problem.
IXL