Advertisement:

Author Topic: [solved] install.php# Notice: Constant MULTISITE  (Read 2812 times)

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
[solved] install.php# Notice: Constant MULTISITE
« on: March 17, 2014, 05:38:51 am »
I hope this is a new issue, because I am getting an install loop. but before ya'll suggest permission. I would like to introduce you too new top level domains. www.xxx.clothing
I am getting install loop. after config.php is created. the php error is multisite is already declared,  I put  error_reporting(-1) in the install.php

how fun is this :-)

Notice: Constant MULTISITE already defined in/config.php on line 6



« Last Edit: March 18, 2014, 09:44:57 pm by design »

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: install.php# Notice: Constant MULTISITE
« Reply #1 on: March 17, 2014, 05:27:37 pm »
it is one of the new tld's  it is not a subdomain. it is creating the tables. this is not my first merry-go-round, however, since you asked, I uploaded the osclass that is at the top link of the forums, and I have tried the one at osclass.org. there is to much going on at github to try the master.

and so I need to know where/what might be controlling the subdomains, because I think there is a conflict. not really sure how it can be reproduced, unless you have one of the new TLD's

do you know anything about the subdomains, and how all that works?


tomshaft

  • Hero Member
  • *****
  • Posts: 862
  • Osshaft for Osclass - Add 650 posts to my total
Re: install.php# Notice: Constant MULTISITE
« Reply #2 on: March 17, 2014, 06:16:28 pm »
Code: [Select]
do you know anything about the subdomains, and how all that works?

Looking forward to that answer cause I sure can't get them to work.

Tom

aide2001

  • Guest
Re: install.php# Notice: Constant MULTISITE
« Reply #3 on: March 17, 2014, 06:24:50 pm »
In your index.php have you tried to remove the install command lines?? its about line 14 or 15 (ish) alternatively trying to remove the upgrade/upload scripts in the osclass entry

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: install.php# Notice: Constant MULTISITE
« Reply #4 on: March 17, 2014, 06:51:21 pm »
as I look through the DB, it does not write the admin or location info (target 2)
other errors I see concern the abs path

Notice: Undefined variable: internet_error in oc-includes/osclass/install-functions.php on line 783

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: install.php# Notice: Constant MULTISITE
« Reply #5 on: March 17, 2014, 07:57:50 pm »
ok, so I created the admin through sql
I have changed the abs path in config
define('WEB_PATH', 'http://'.$_SERVER['HTTP_HOST'].'/');
removed the define multisite
commented out 72-83 of oc-load.php
« Last Edit: March 17, 2014, 09:30:23 pm by design »