1
alexnder
XOOPS 2.3.0 Installation: "No XOOPS installation could be found in the specified folder."
  • 2008/9/28 17:29

  • alexnder

  • Just popping in

  • Posts: 1

  • Since: 2008/9/28


Using IXWebhosting as service provider. Uploaded all files from htdocs by FTP to site root folder. Moved _data & _lib out of site root up one level. Made sure all necessary folders & files writable.

Step 4 in installation gives:
"No XOOPS installation could be found in the specified folder."
/hsphere/local/home/<accountname>/<sitename>.org

Strangely, it finds the other two folders just fine:
/hsphere/local/home/<accountname>/xoops_data
/hsphere/local/home/<accountname>/xoops_lib

I made a file 'rootpath.php' in root site folder. dirname(__FILE__) replies:
/hsphere/local/home/<accountname>/<sitename>.org

mainfile.php is writable. all checks to that point are ok. Capital letters in folder names not an issue (there are none). I even tried moving the data & lib folders back under site root with no progress. Installation DID find the two folders both times correctly. Doesn't make sense that it could find the other two folders and not the root physical path.

No joy googling any answers or searching the forums here. Any suggestions appreciated.

--update--
Successful install into a sub-web. Scraping original directory and trying again...

--update2--
Complete reinstall into a blank directory gave same results. Installed and configured sub-domain successfully. Weird. Copied mainfile.php over to root web, changed XOOPS_ROOT_PATH & XOOPS_URL, seems to work fine. Not an answer to the malfunction but, a workaround. Haven't tried doing anything but, it's up into admin without error.

2
Koeneke
Re: XOOPS 2.3.0 Installation: "No XOOPS installation could be found in the specified folder."
  • 2008/11/2 12:56

  • Koeneke

  • Just popping in

  • Posts: 19

  • Since: 2008/1/30


Did anyone find a real sollution?

I have the same problem with a clean installation of XOOPS 2.3.1 : it finds xoops_lib and xoops_data without any problem, but it cannot detect the httpdocs directory...

I even tried to put all files in a subdirectory, without success...

-UPDATE-
A clean 2.3.0 installation is working without any problems... so for the time being, I will install 2.3.0 and upgrade to 2.3.1

3
sailjapan
Re: XOOPS 2.3.0 Installation: "No XOOPS installation could be found in the specified folder."

Quote:
"No XOOPS installation could be found in the specified folder." /hsphere/local/home/<accountname>/<sitename>.org

Shouldn't that be:
/hsphere/local/home/<accountname>/public_html
or
/hsphere/local/home/<accountname>/ht_docs

?
Never let a man who does not believe something can be done, talk to a man that is doing it.

4
Koeneke
Re: XOOPS 2.3.0 Installation: "No XOOPS installation could be found in the specified folder."
  • 2008/11/3 9:43

  • Koeneke

  • Just popping in

  • Posts: 19

  • Since: 2008/1/30


SailJapan,

That is not the problem...
The directory IS working with the 2.3.0 installation, but is NOT working with the 2.3.1. installation...

So there is "some" difference between 2.3.0 and 2.3.1. ...

5
Max-Realms
Re: XOOPS 2.3.0 Installation: "No XOOPS installation could be found in the specified folder."
  • 2008/11/30 1:31

  • Max-Realms

  • Just popping in

  • Posts: 20

  • Since: 2005/3/26


I have the same issue, but even 2.3.0 won't work. Is there an answer for this issue?

6
ghia
Re: XOOPS 2.3.0 Installation: "No XOOPS installation could be found in the specified folder."
  • 2008/11/30 4:30

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Quote:
"No XOOPS installation could be found in the specified folder." /hsphere/local/home/<accountname>/<sitename>.org
It seems to me that some Apache or php.ini configuration settings are not set correctly. You may contact your hoster for it.

Check your /mainfile.php for all path and url definitions.
The XOOPS_URL should align with what you type in your browser to surf to your XOOPS site (without trailing / ).
The XOOPS_ROOT_PATH should correspond to the path you see in your websites filemanger in your website admin panel (eg cPanel)(also without trailing / ). If Apache is correctly setup, then it corresponds also with the value shown in document_root in the Apache table from php info.
The other paths and url's are derived from those two.


7
TheOverlord
Re: XOOPS 2.3.0 Installation: "No XOOPS installation could be found in the specified folder."
  • 2010/2/21 5:49

  • TheOverlord

  • Just popping in

  • Posts: 1

  • Since: 2010/2/21


The problem is that the function checks for mainfile.php *and* whether XOOPS_VERSION is defined. Unfortunately, XOOPS_VERSION is not defined for the install routine. add
include_once '../include/version.php';
to install/include/common.inc.php and re-run the install.

Login

Who's Online

160 user(s) are online (102 user(s) are browsing Support Forums)


Members: 0


Guests: 160


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits