I've tried to upload the tinyportal archive but it says the host doesn't support zlib.
I uploaded the TP folder in Packages trough Ftp and when I apply the mod it requires ftp server,username,password and local path to smf.I complete them and after i click proceed I see in my web host admin panel:tp_articles,tp_blocks,tp_data,tp_dldata,tp_dlmanager,tp_modules,
tp_rates,tp_ratestats,tp_settings,tp_shoutbox and tp_variables but nothing appears in my forum admin panel.I have tried manual installing but when I acces my site i have some errors.
What should I do to install TP?
P.S:Sorry for my bad english.
Please read the Posting Guidelines.html (http://www.tinyportal.net/index.php/topic,581)
How do I manually install TinyPortal (http://docs.tinyportal.co.uk/index.php?topic=29)
Modification Instructions (http://docs.tinyportal.co.uk/index.php?topic=140)
3 links to start with,
I have tried manual installing but i've got this error:
Parse error: syntax error, unexpected '}' in /www/vndv.com/b/l/a/black-knights/htdocs/index.php on line 376
Did you look at the line in your index.php file to see if there was an error? Can you post about 15-20 lines above and below that line number in that file?
'vote' => array('Poll.php', 'Vote'),
'viewquery' => array('ViewQuery.php', 'ViewQuery'),
'who' => array('Who.php', 'Who'),
'.xml' => array('News.php', 'ShowXmlFeed'),
'tpadmin' => array('TPortalAdmin.php', 'TPortalAdmin'),
'forum' => array('BoardIndex.php', 'BoardIndex'),
'tpmod' => array('TPmodules.php', 'TPmodules'),
);
// Get the function and file to include - if it's not there, do the board index.
if (!isset($_REQUEST['action']) || !isset($actionArray[$_REQUEST['action']]))
{
// Catch the action with the theme?
if (!empty($settings['catch_action']))
{
require_once($sourcedir . '/Themes.php');
return 'WrapAction';
}
// Fall through to the board index then...
require_once($sourcedir . '/BoardIndex.php');
return 'BoardIndex';
I think it is somewhere around here.
But i replaced the index.php file and i've got another error at load.php and admin.php and probably others.Maybe I made something wrong.
But why the files appeared on my web host if TP wasn't installed?
It's likely the install process didn't complete. Just because something doesn't show after an install, doesn't mean that it didn't do anything. That code looks fine from what I can tell. If you can't figure out the error in the file, attach your file and we'll try to take a look.
I changed the webhost and now everything works just fine.
Sorry for bothering you.