toli
(Tolisoft)
1
Hi guys,
I am a new here and I started to read everything from the beginning.
I’ve downloaded 1.1 archive and I did all actions from :
Getting Started -> Installation
and
Getting Started -> Creating First Yii Application
But what I see is only the first line "My Web Application" without any buttons and such things…
What could be wrong?
I am using php 5.2.10, apache2.2 on FreeBSD 7.2
toli
(Tolisoft)
2
Generated page contains incomplete xhtml template.
The wrong thing in this case is there isn’t error shown but something is wrong…
I tried this with svn current framework sources and with 1.1 package. The result is the same.
Maybe my php or apache configuration could be wrong …
Any ideas?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="en" />
<!-- blueprint CSS framework -->
<link rel="stylesheet" type="text/css" href="/blog/css/screen.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="/blog/css/print.css" media="print" />
<!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href="/blog/css/ie.css" media="screen, projection" />
<![endif]-->
<link rel="stylesheet" type="text/css" href="/blog/css/main.css" />
<link rel="stylesheet" type="text/css" href="/blog/css/form.css" />
<title>My Web Application</title>
</head>
<body>
<div class="container" id="page">
<div id="header">
<div id="logo">My Web Application</div>
</div><!-- header -->
<div id="mainmenu">
tri
(tri - Tommy Riboe)
3
You should have PHP error reporting enabled.
(E.g error_reporting=E_ALL in php.ini)
/Tommy
toli
(Tolisoft)
4
I fund the problem.
The FW does not work without APC extension for php.
So after I installed it everything works ok now.