SimplePortal

Started by SimplePortal Team, March 10, 2008, 11:16:07 PM

Previous topic - Next topic

Filipina

QuoteThe way I got it working was by using KDIFF to figure out that the presence of '.xml', toward the end there was the difference.

Hmmm I did a manual on the index.php file because mine was showing fail but i did not alter the edit supplied. My Portal is ok I think, so I guess I will leave well enough alone  :P

jellie

Nevermind, fixed it. There was a doubleup on a line of code somehow.

[SiNaN]

#2182
For users getting index.php "Test Failed" error on upgrade to SMF 1.1.9 or 2.0 RC1-1 and have SimplePortal 2.2.1 installed

./index.php

For SMF 2.0

Code (Find) Select
'reminder', 'activate', 'help', 'smstats', '.xml',

Code (Replace) Select
'reminder', 'activate', 'help', 'smstats',

For SMF 1.1

Code (Find) Select
'reminder', 'activate', 'smstats', 'help', '.xml',

Code (Replace) Select
'reminder', 'activate', 'smstats', 'help',

Then you can ignore the error if it is *only* for index.php and continue with the upgrade.

This is not a bug at our end nor at SMF end. It is just a conflict between searches these two packages make.
Former SMF Core Developer | My Mods | SimplePortal

TheListener

Ha!

Nathaniel got out of being water bombed  :(

He said to me to uninstall the portal upgrade then reinstall.

Solved it.

[SiNaN]

That's an alternative too. However, this might be easier. It's a pity that SMF upgrade package searches for the whole line, which SimplePortal makes an edit to, and not a part of it.
Former SMF Core Developer | My Mods | SimplePortal

Kingus

Hello, i would really like to commend you guys for the wonderful work done on simple portal. I just created a new forum and I immediately started encountering problems When i installed simple portal. It wrecked the design of my tabs and the forum tabs appears twice. View my site here

[SiNaN]

SimplePortal installation package does not add Forum button to the Dilber MC Theme, so you added it yourself. The issue is with that edit. Would attach your index.template.php file here?
Former SMF Core Developer | My Mods | SimplePortal

Kingus

thanks for your offer of help, i encoutered the same problem when i installed the custom tab mod. my index.template file is attached

Tiribulus

Quote from: Blue Dream on May 21, 2009, 04:04:40 AM
For users getting index.php "Test Failed" error on upgrade to SMF 1.1.9 or 2.0 RC1-1 and have SimplePortal 2.2.1 installed

./index.php

Code (Find) Select
'reminder', 'activate', 'smstats', 'help', '.xml',

Code (Replace) Select
'reminder', 'activate', 'smstats', 'help',

Then you can ignore the error if it is *only* for index.php and continue with the upgrade.

This is not a bug at our end nor at SMF end. It is just a conflict between searches these two packages make.

Ya made my day buddy. Now I feel like I'm learning something. 8) I'm sure it took you a lot less time than it did me, but that's exactly the conclusion I came to on the previous page. No big deal to work around really once you know what it is.

[SiNaN]

Quote from: Kingus on May 21, 2009, 08:23:11 AM
thanks for your offer of help, i encoutered the same problem when i installed the custom tab mod. my index.template file is attached

There is a problem with attachment system on this forum. So I won't be able to download your file until its fixed. If it is urgent for you, create a topic at simpleportal.net.
Former SMF Core Developer | My Mods | SimplePortal

Boxerforum

#2190
Quote from: Blue Dream on May 21, 2009, 04:04:40 AM
For users getting index.php "Test Failed" error on upgrade to SMF 1.1.9 or 2.0 RC1-1 and have SimplePortal 2.2.1 installed

./index.php

Code (Find) Select
'reminder', 'activate', 'smstats', 'help', '.xml',

Code (Replace) Select
'reminder', 'activate', 'smstats', 'help',

Then you can ignore the error if it is *only* for index.php and continue with the upgrade.

This is not a bug at our end nor at SMF end. It is just a conflict between searches these two packages make.

I have tried this and searched in my index.php but I cannot find these lines with my editor, where do I have to search specifically ??
We work with a CPanel

Tiribulus

For me they're around line 200

[SiNaN]

Quote from: Hondenfora on May 21, 2009, 10:56:32 AM
I have tried this and searched in my index.php but I cannot find these lines with my editor, where do I have to search specifically ??
We work with a CPanel

There seems to be a tiny difference between SMF 1.1 and 2.0 versions. I've updated my post, please check it again.
Former SMF Core Developer | My Mods | SimplePortal

Boxerforum

Thanks we will try, such a little change, its no wonder we couldnt find it !!

romper

Can I please get help with install....I removed everything and wanted to go with SP but I got:
   Execute Modification     ./index.php     Test failed

What I did is install anyway and then manualy rewrite index.php with manual instructions given. Is that ok or shuold I uninstall and give you index.php file.?

mirahalo

if you did the changes manually then you should be fine, theres no more to do but enjoy your portal ;)

[SiNaN]

Quote from: romper on May 23, 2009, 07:36:01 PM
Can I please get help with install....I removed everything and wanted to go with SP but I got:
   Execute Modification     ./index.php     Test failed

What I did is install anyway and then manualy rewrite index.php with manual instructions given. Is that ok or shuold I uninstall and give you index.php file.?

Yeah, it should be fine if you've applied the changes manually.
Former SMF Core Developer | My Mods | SimplePortal

MultiformeIngegno

Hello!!
First of all, thanks for this wonderful MOD!! :D

I have SMF installed in /forum directory (i've created a subdomain, so in the browser it's forum.mysite.com), is it possibile to install simpleportal and have the portal in the home page?

I try to explain better... I'd like to have the simpleportal page displayed in www.mysite.com but continue to have the forum in /forum...

Thanks in advance!! ;)
RockCiclopedia (wiki - forum), Tutta la storia del rock, scritta da voi ...
Rimanere aggiornati sul mondo della musica grazie al nuovo feed "RockCiclopedia Music News"!

TommyJoe

Is there a way to have multiple portal pages?

I have several feeds on the portal page and scrolling down I find "Pages: [1] " and then
it continues on below that? Am I missing something in the setup for the portal?

TIA

[SiNaN]

Quote from: lorenzone92 on May 25, 2009, 12:30:54 PM
Hello!!
First of all, thanks for this wonderful MOD!! :D

I have SMF installed in /forum directory (i've created a subdomain, so in the browser it's forum.mysite.com), is it possibile to install simpleportal and have the portal in the home page?

I try to explain better... I'd like to have the simpleportal page displayed in www.mysite.com but continue to have the forum in /forum...

Thanks in advance!! ;)

Yeah, we have the standalone support. Select "Standalone" as the portal mode from Admin > SimplePortal > Configuration > General Settings area. Then open the SPStandalone.php file in your root with a text editor (like Notepad) and follow the instructions written with comment lines.

Quote from: TommyJoe on May 25, 2009, 01:15:59 PM
Is there a way to have multiple portal pages?

Not yet, but it will be included in 2.3 version, which is at the very early alpha stages now. There are several custom pages/action mods in the Mod Site, you can use them until 2.3 is out.

Quote from: TommyJoe on May 25, 2009, 01:15:59 PM
I have several feeds on the portal page and scrolling down I find "Pages: [1] " and then
it continues on below that? Am I missing something in the setup for the portal?

Not sure about this one, would you attach a screen shot?
Former SMF Core Developer | My Mods | SimplePortal

Advertisement: