Welcome Guest, Not a member yet? Register   Sign In
Documentaion bugs in 1.7
#1

[eluser]Unknown[/eluser]
1)Something wrong with http://localhost/user_guide/general/controllers.html - the page is not correctly rendered in Firefox&IE;.
The same stuff with Views...
2)http://localhost/user_guide/installation/index.html - Getting started link is wrong ...
#2

[eluser]Unknown[/eluser]
The problem is that Apache is trying to process this code ... Probably wrong php configuration, but what exactly ?..

<textarea class="textarea" style="width:100%" cols="50" rows="10">
<?php
class Blog extends Controller {

function index()
{
echo 'Hello World!';
}
}
?>
</textarea>




Theme © iAndrew 2016 - Forum software by © MyBB