TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

April 16, 2024, 04:58:10 AM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,158
  • Total Topics: 21,219
  • Online today: 79
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 79
  • Total: 79

Manuall install guide if you have permission issues with your host.

Started by g6cad, May 22, 2008, 11:34:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

G6Cad

Originally made by SandSpyderX but i thought it was a good post to make as sticky in the install board.
Thank you goes out to SandSpyderX for writing this up.


The source of my install problems were problems with my host and SMF.  For some rerason, although the ftp and username were correct, all processes regarding copying, unzipping and changing permissions failed.

This workaround / manual install worked for me:

Notes:
   SMF 1.15 and TP 1.15 beta
   I did everything on a clean install, thus no other mods, custome themes, etc.

1. unzip 'TPv1.05beta1.zip' locally.

2. upload these files with a FTP program (filezilla) to the install folder of the SMF install,

3. Create 'temp' folder: ./Packages/temp/

4. Change (chmod) the permissions for ./Packages/temp/ to 777  (you can use filezilla for this)

5. Run 'manual_tp_install.php' online (this might prove not to be necessary)

6. Changed the permissions (CHMOD) the following files to 777   (you can use filezilla for this)

    ./index.php 
    ./Sources/Load.php 
    ./Themes/default/index.template.php 
    ./Themes/babylon/index.template.php 
    ./Sources/Subs.php 
    ./Sources/ManagePermissions.php 
    ./Sources/Security.php 
    ./Sources/Errors.php 
    ./Themes/default/style.css 
    ./Themes/default/Help.template.php 
    ./Sources/Profile.php 
    ./SSI.php 
    ./Sources/BoardIndex.php 
    ./Sources/QueryString.php 
    ./Sources/Subs-Post.php 
    ./Sources/Admin.php

7. Log in to your SMF site, go to your admin console, open the 'Packages' manager and  upload 'TPv1.05beta1.zip'
    'Download Packages' tab.

8. Apply the mod. 

9. Change all the permissions in (6) above back to 644.

10. Voila!  (A block called 'Tinyportal' appeard on the left hand side in the Forum Admin page)

This is a workaround, but it is faster and safer than modding all the files yourself.  This basically works around the ftp/chmod issues the SMF package manager has with some web hosts.

I hope this helps others.

SandSpyderX