Loading...
 
Architecture / Installation

Architecture / Installation


Installation issues with 6.3 on hosted server

posts: 3

I am a new user trying to install a clean 6.3 build on my hosted website www.overlandcorner.com/tiki but am encountering a number of issues which are making this impossible:
1) I am bumping into memory issues although I believe i have fixed this by adding the following line ini_set('memory_limit', '128M'); to index.php in the root tiki folder.

2) I am bumping into "file not found" type issues due to some sort of search / path issue (The files do exist in the relevant folders). I have also partially overcome this by adding the line ini_set('include_path', '.;C:\Domains\overlandcorner.com\wwwroot\Tiki;c:\php5\pear'); to index.php in the root tiki folder. However there are other paths that are problematic and I don't think I should be adding all of them this way.

3) Finally I am getting multiple reports of the error Warning: Cannot modify header information - headers already sent by (output started at C:\Domains\overlandcorner.com\wwwroot\Tiki\lib\smarty\libs\Smarty.class.php:1296) in C:\Domains\overlandcorner.com\wwwroot\Tiki\db\tiki-db.php on line 171 on the initial installation page.

My hosted site is on a windows / IIS server. I have previously managed to achieve a successful install on a windows VM on my own pc albeit via the Microsoft web installer package.

I have so far spent many hours searching your support pages and other web sites for possible solutions.

I am hoping that you may be able to point me to some documenttion or to some specific files I can modify to overcome my issues.

There are no comments at this time.