TinyPortal
Development => Support => Installation => Topic started by: a3des on March 29, 2008, 06:29:22 PM
Installed TP(0.983) with package manager(smf1.1.4) in default theme, english lang.
No error reported but in the end nothing has changed.
I have done that on other smf forum and it was a succesfull install.
Any ideea what went wrong?
I have some screecaptures attached:
Seems link the manager couldent change the files properly.
In our docsection you have how to install manually.
Check the files with the modinstruction as guide, and if the strings are missing, add them in manually
Already on it. Hope to have better luck with manual mode.
Worked almost like a charm.
A tiny problem in Load.php edit in the following code:
// Build up the linktree (adding TPortal forum index)
$context['linktree'] = array_merge(
$context['linktree'],
array(array(
'url' => $scripturl . '?action=forum#' . $board_info['cat']['id'],
'name' => $board_info['cat']['name']
)),
I had to replace it with something but i didn't have the character marked with red. When i eliminated it from the code, everything was ok.