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

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,963
  • Latest: BiZaJe
Stats
  • Total Posts: 195,917
  • Total Topics: 21,308
  • Online today: 728
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 377
  • Total: 377

Oh no! Cant install

Started by tunerturner, September 08, 2007, 07:03:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tunerturner


!!
Error in Package Installation
At least one error was encountered during a test installation of this package. It is strongly recommended that you do not continue with installation unless you know what you are doing, and have made a backup very recently. This error may be caused by a conflict between the package you're trying to install and another package you have already installed, an error in the package, a package which requires another package that you don't have installed yet, or a package designed for another version of SMF.
Installation Readme
Install:TinyPortal0.9.8 for SMF1.1RC3-SMF1.1.2

Install Actions
Installations actions for "TinyPortal":
Installing this package will perform the following actions:
   Type    Action    Description
1.    Extract Tree    ./Themes    
2.    Extract Tree    ./Sources    
3.    Extract Tree    ./tp-downloads    
4.    Extract Tree    ./tp-images    
5.    Extract Tree    ./FCKeditor    
6.    Extract Tree    ./wysiwyg    
7.    Execute Code    tp_install.php    
8.    Execute Modification    ./index.php    Test successful
9.    Execute Modification    ./Sources/Load.php    Test successful
10.    Execute Modification    ./Themes/default/index.template.php    Test failed
11.    Execute Modification    ./Themes/babylon/index.template.php    Test successful
12.    Execute Modification    ./Sources/Subs.php    Test successful
13.    Execute Modification    ./Sources/ManagePermissions.php    Test successful
14.    Execute Modification    ./Sources/Security.php    Test successful
15.    Execute Modification    ./Sources/Errors.php    Test successful
16.    Execute Modification    ./Themes/default/style.css    Test successful
17.    Execute Modification    ./Themes/default/Help.template.php    Test successful
18.    Execute Modification    ./Sources/Profile.php    Test successful
19.    Execute Modification    ./SSI.php    Test successful




Whats the cause of this... I have been trying to get it to work ...but no success

Zetan

Have you tried using the Search feature?

What Mods do you have installed? List them.

tunerturner

I used search button...

And havnt installed any... I unistalled all of the ones that were on there

Zetan

I just searched for your error and had 3 pages of results returned:

/Themes/default/index.template.php    Test failed

Do none of those search results offer up any solution?


Zetan

Ok, generally what you do is procede with the install, and then manually make the edits to the index.template.php file, following the instructions in the Docs section here at TP. Only following the parts that refer to the index.template.php

The documentation for manual install is here:
http://www.tinyportal.net/index.php?topic=14195

There is more information in the Docs section.

tunerturner

<?php

// Try to handle it with the upper level index.php. (it should know what to do.)
if (file_exists(dirname(dirname(__FILE__)) . '/index.php'))
   include (dirname(dirname(__FILE__)) . '/index.php');
else
   exit;

?>


Thats all it says... Where do i go?

Ken.

tunerturner take another look at the post by Zetan and follow those directions.

That will take you to the correct file and give you the correct code to look for and add.

Quote from: Zetan on September 08, 2007, 08:39:09 PM
Ok, generally what you do is procede with the install, and then manually make the edits to the index.template.php file, following the instructions in the Docs section here at TP. Only following the parts that refer to the index.template.php

The documentation for manual install is here:
http://www.tinyportal.net/index.php?topic=14195

There is more information in the Docs section.
" If everything seems under control, you're not going fast enough." - Mario Andretti
Yesterday When I was Young.

tunerturner


tunerturner

I am Having Problems finding  echo ' </form> </td> </tr> </table>

Ken.

Do you have a good editing utility?

There are lots of them... I use a free one called Notepad++ and it has a search feature that will help when looking for code in a document.

Here's a 'how-to' that I sometimes post about file editing issues, hope it's helps a little.

QuoteDoing a manual install of TinyPortal is easy to do, you just need to follow the directions found in the Manual Install File Modifications Guide.
Take your time and read carefully as you go and it will work well.


Here's how to safely do file edits:
FileZilla
One of the better ftp utilities and it's free.
It's the only one I use.
And you'll need a good editor, here is a nice free one:
Notepad++

Any time you do anything to your forum there is one thing that you should make part of your routine, like:

Backup... Backup... Backup!

When editing a file I generally do this;
Make a temp folder on my desktop...
Open the site with the FileZilla FTP utility...
Download a copy of the file in question and place it in the temp folder...
Then download a fresh copy into my editor and edit away...
Go back to the site and rename the existing online copy of the file to something else, like, old_filename.php...
Then upload the edited version of the file.
When doing several files I wait until all of them have been edited so that they can all be uploaded at the same time.

If everything is OK then I'm finished.
If its all messed up I just delete the bad file that was uploaded, rename the good one to the correct file name and the forum is back to normal.
" If everything seems under control, you're not going fast enough." - Mario Andretti
Yesterday When I was Young.

This website is proudly hosted on Crocweb Cloud Website Hosting.