* User

Welcome, Guest. Please login or register.
Did you miss your activation email?

18 Mar 10, 13:12:44

Login with username, password and session length

Select language:

* Recent Topics



Donate

Donate for PortaMx !
Your donation is safe and helps support the issues and causes you care most about.

* Stats


  • *Total Posts: 9192
  • *Total Topics: 1337
  • *Online Today: 22
  • *Most Online: 157
(27 Aug 09, 03:54:53)
  • *Users: 2
  • *Guests: 12
  • *Spiders: 0
  • *Total: 14

* Themes

*

Author Topic: Question on the subject "Manually installation"  (Read 1512 times)

0 Members and 1 Guest are viewing this topic.

Offline Jaeys

  • Newbie
  • *
  • Posts: 3
Question on the subject "Manually installation"
« on: 13 Dec 09, 22:45:58 »
Hey ladies and gents
A little question. Have I change this

         require_once($sourcedir . '/BoardIndex.php');
         return 'BoardIndex';

in the index.php one ore two times or the first and second too

Thanks, have a nice day.

Jaeys

Offline feline

  • CO PortaMx corp.
  • Administrator
  • *
  • Posts: 2822
  • Gender: Female
Re: Question on the subject "Manually installation"
« Reply #1 on: 14 Dec 09, 15:32:48 »
I don't known what you mean with this question. Can you explain that a little bit more clearly?
Many are stubborn in relation to the path, a few in relation to the target.

Offline Jaeys

  • Newbie
  • *
  • Posts: 3
Re: Question on the subject "Manually installation"
« Reply #2 on: 14 Dec 09, 18:44:33 »
In your topic ""Manually installation" you wrote that one have to change in the index.php

Code: [Select]
Find:
Code: [Auswählen]
         require_once($sourcedir . '/BoardIndex.php');
         return 'BoardIndex';
Replace with:
Code: [Auswählen]
//-> start change PortaMx
         if(WIRELESS)
         {
            require_once($sourcedir . '/BoardIndex.php');
            return 'BoardIndex';
         }
         else
            return 'PortaMx';
//-> end change PortaMx

SMF 2.0 RC2
You can find the the code above in line 255/256 and in line 374/375 at the index.php.
In which place I must exchange it, or have I change it in both places?


Offline feline

  • CO PortaMx corp.
  • Administrator
  • *
  • Posts: 2822
  • Gender: Female
Re: Question on the subject "Manually installation"
« Reply #3 on: 14 Dec 09, 19:37:44 »
The manual install topic is't for the current version.
You have to look at the file pmxinstall.xml in the archive for manually install.

Fel
Many are stubborn in relation to the path, a few in relation to the target.

Offline Jaeys

  • Newbie
  • *
  • Posts: 3
Re: Question on the subject "Manually installation"
« Reply #4 on: 14 Dec 09, 23:12:02 »
The manual install topic is't for the current version.
Oh! I believe, I must still read a lot.

SMF and PORTAMx - it´s all new.
Thanks for help. This was helpful too: http://portamx.com/index.php/topic,1250.msg7308.html#msg7308

Offline redsew

  • Jr. Member
  • **
  • Posts: 87
  • Gender: Male
Re: Question on the subject "Manually installation"
« Reply #5 on: 28 Dec 09, 05:56:53 »
I say its easier uploading it through the package manager, but unless your server can't respond to that...
I had some trouble finding it on my first day using SMF 2.0, its located under the "Main" tab in the Admin Panel