Loading...
 
Architecture / Installation

Architecture / Installation


All pages return empty (blank)

posts: 15 Canada

I've just installed a new installation on a Unix server. This is a commercial hosting environment that I don't have any control or privileges, except for my site.

I have manually setup the database, and installed my own 'local.php' file in the db directory. Every page I try to view comes up totally empty. tiki-install.php, index.php, tiki-index.php, whatever - they're all blank.

Anyone have any ideas?

posts: 15 Canada

It seems to have something to do with Smarty. I've tracked through the execution, and it reaches '$smarty->display(...)' statements, but nothing is displayed.

Why would Smarty not be working?


posts: 15 Canada

Okay. It was Smarty. Seems I had to change the setting of '$use_sub_dirs' in Smarty.class.php to 'false'. Then the problem goes away.

I also had to fix up the "tmp" dir settings in 'tiki-setup.php', but that was identified by the install procedure.