Loading...
 
Architecture / Installation

Architecture / Installation


quirky install

posts: 4

cry
I've tried installing tw 1.8.1 on a site, but all I get when I go to it is a blank grey page;

http://s90950543.onlinehome.us/tw181/

Unfortunately the ISP doesn NOT allow access to error_log.
How do I start to debug this?

Is there something like the perl
use CGI::Carp 'fatalsToBrowser';
use warnings;

posts: 1001 Canada
There are some possible causes of such symptom you can read at InstallTikiTroubleshootingDoc. Also try with a different browser.

posts: 2881 United Kingdom

Hi

Check These Things:

  • permissions on templates_c
  • PHPs memory_limit
  • If PHP is in CGI mode, find another host!
  • Maybe check Safe Mode and InstallTikiUnderSafeMode too


Damian

posts: 4

> *permissions on templates_c - Seems to be fine, see below.
> *PHPs memory_limit - HOW??
> *If PHP is in CGI mode, find another host! - HOW to find out?
> *Maybe check Safe Mode and InstallTikiUnderSafeMode too

=
-
=-=-=

drwxr-xr-x 3 u3559249 ftpusers 4096 Mar 15 17:52 templates_c

I am "u3559249" and Apache runs as "ftpusers"
----------------------
Trying the suggestions on "InstallTikiUnderSafeMode"
-------------
The "peartest.php" file ran first time with no configuration chages.
---------------

Editing the file "Smarty.class.php
-----------------
With the "var $use_sub_dirs = false;"

I get a totally empty page!
==========
With the "var $use_sub_dirs = true;"

I get a partial page;
-----------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<script type="text/javascript" src="lib/tiki-js.js"></script>
<link rel="StyleSheet" href="styles/moreneat.css" type="text/css" />
<title>

: HomePage
</title>







</head>

<body
>


<div id="tiki-main">
<div id="tiki-top">
----------------------


posts: 4

> *permissions on templates_c - Seems to be fine, see below.
> *PHPs memory_limit - HOW??
> *If PHP is in CGI mode, find another host! - HOW to find out?
> *Maybe check Safe Mode and InstallTikiUnderSafeMode too

=
-
=-=-=

drwxr-xr-x 3 u3559249 ftpusers 4096 Mar 15 17:52 templates_c

I am "u3559249" and Apache runs as "ftpusers"
----------------------
Trying the suggestions on "InstallTikiUnderSafeMode"
-------------
The "peartest.php" file ran first time with no configuration chages.
---------------

Editing the file "Smarty.class.php
-----------------
With the "var $use_sub_dirs = false;"

I get a totally empty page!
==========
With the "var $use_sub_dirs = true;"

I get a partial page;
-----------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<script type="text/javascript" src="lib/tiki-js.js"></script>
<link rel="StyleSheet" href="styles/moreneat.css" type="text/css" />
<title>

: HomePage
</title>







</head>

<body
>


<div id="tiki-main">
<div id="tiki-top">
----------------------