Hi,
I have not ever had a portal before.
I am wanting the block on the left and right side of the screen, and I want to match the background of the Home page with the background of my website.
I see that a beta is released but nothing else. :-\
Does this mean that I will be testing the software, that it may fail? :o
Not entirely sure I want to do that having never run a portal before.
Crosses fingers and waits for an answer,
Cloud Walker
There are some minor bugs that are not fixed. But, for the most part, its an excellent piece of software. Try it out. Just install it via the package manager and tinker with it. If you dont like it, just uninstall it. No harm, no foul.
Petee,
Thanks for you quick reply. So it won't have problems uninstalling? I guess I will find out. :-\
Time always tells the truth :)
I'll give it a shot,
Cloud 8)
No more issues that any other package. Keep in mind, TinyPortal is not supported in SMF2, yet.
Forgot to mention that I am running SMF ver1.1.8 with Default theme and about 7 mods.
Sorry, I think it will work. ;)
Cloud 8)
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.
6. Execute Code tp_install.php
7. Execute Modification ./index.php Test successful
8. Execute Modification ./Sources/Load.php Test successful
9. Execute Modification ./Themes/default/index.template.php Test successful
10. Execute Modification ./Themes/babylon/index.template.php Test successful
11. Execute Modification ./Sources/Subs.php Test successful
12. Execute Modification ./Sources/ManagePermissions.php Test successful
13. Execute Modification ./Sources/Security.php Test successful
14. Execute Modification ./Sources/Errors.php Test successful
15. Execute Modification ./Themes/default/Help.template.php Test successful
16. Execute Modification ./Sources/Profile.php Test successful
17. Execute Modification ./SSI.php Test successful
18. Execute Modification ./Sources/BoardIndex.php Test successful
19. Execute Modification ./Sources/QueryString.php Test successful
20. Execute Modification ./Sources/Subs-Post.php Test successful
21. Execute Modification ./Sources/Admin.php Test failed :'(
Hmmm.
Now what??
Cloud :(
Test FAILED on Installation? (http://docs.tinyportal.co.uk/index.php?topic=32)
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)
Quote from: G6 on May 10, 2009, 08:06:06 PM
Test FAILED on Installation? (http://docs.tinyportal.co.uk/index.php?topic=32)
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)
QuoteSometimes with TinyPortal you may get a "test failed" when you apply the mod during installation. This is because the install script cannot find the sections of code within a it needs to edit. Normally, this is because of other mod's that have already modified the code. But don't fret, you can still install TinyPortal manually.
How about if I just un-install the mods and try again. Is that viable?
Or should I un-install the mods then upload my back up (without the mods {
oh crap that means I will lose a bunch of posts and members, I think}) and then try to install Tiny Portal?
Or should I un-install the mods then download SMF ver 1.1.8, then upload it, and HOPE that it installs the code without touching my permissions, database, members, etc...
hmmm,
Cloud Walker
Please read the Posting Guidelines.html (http://www.tinyportal.net/index.php/topic,581)
Ok then,
I guess we are done.
I went ahead and marked the topic as solved.
Thank you for your time, and have a good weekend.
Sincerely,.
Cloud Walker
One of the mods changed the section of code in the Admin.php file that TP is looking for. If it were me, I would make backups, install TP and edit the file that failed manually.
If you look at the file that failed... ( Sources/Admin.php ), TinyPortal is trying to locate this section of code below:
// You have to be able to do at least one of the below to see this page.
isAllowedTo(array('admin_forum', 'manage_permissions', 'moderate_forum', 'manage_membergroups', 'manage_bans', 'send_mail', 'edit_news', 'manage_boards', 'manage_smileys', 'manage_attachments'));
One of your mods has probably changed that array, so yours will not look EXACTLY like that, thus causing the error. TP is trying to change it to:
// You have to be able to do at least one of the below to see this page.
$admPerms = TP_addPerms();
isAllowedTo($admPerms);