1
shelley
problem after the installation
  • 2003/11/28 3:13

  • shelley

  • Just popping in

  • Posts: 31

  • Since: 2003/10/8



2
dbzdude
Re: problem after the installation
  • 2003/11/28 3:23

  • dbzdude

  • Just popping in

  • Posts: 9

  • Since: 2003/11/27


you are not alone, the same thing is happening to me. www.cnchangar.com/xoops-2.0.5/html

3
CBlue
Re: problem after the installation

Both of you have in common the fact that you are installing XOOPS in a subdirectory instead of the root directory. So I believe it has something to do with your XOOPS path not being configured correctly in your installations.

4
shelley
Re: problem after the installation
  • 2003/11/28 4:32

  • shelley

  • Just popping in

  • Posts: 31

  • Since: 2003/10/8


the mainfile

Quote:
// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_ROOT_PATH', '/home/web/www.lettorimp3.it/website/xoops205');

// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_URL', 'http://www.lettorimp3.it:8080/xoops205');

// Database
// Choose the database to be used
define('XOOPS_DB_TYPE', 'mysql');

// Table Prefix
// This prefix will be added to all new tables created to avoid name conflict in the database. If you are unsure, just use the default 'xoops'.
define('XOOPS_DB_PREFIX', 'xoops_205');

// Database Hostname
// Hostname of the database server. If you are unsure, 'localhost' works in most cases.
define('XOOPS_DB_HOST', 'localhost');

// Database Username
// Your database user account on the host
define('XOOPS_DB_USER', 'xxxxx');

// Database Password
// Password for your database user account
define('XOOPS_DB_PASS', 'xxxxx');

// Database Name
// The name of database on the host. The installer will attempt to create the database if not exist
define('XOOPS_DB_NAME', 'xoops205');

// Use persistent connection? (Yes=1 No=0)
// Default is 'Yes'. Choose 'Yes' if you are unsure.
define('XOOPS_DB_PCONNECT', 0);

define('XOOPS_GROUP_ADMIN', '1');
define('XOOPS_GROUP_USERS', '2');
define('XOOPS_GROUP_ANONYMOUS', '3');

if (!isset($xoopsOption['nocommon'])) {
include XOOPS_ROOT_PATH."/include/common.php";
}
}
?>


phpinfo

I have already installed XOOPS in a sottodirectory,


looks here

But with another hosting

Possible problem with mysql?

5
Bassman
Re: problem after the installation
  • 2003/11/28 4:52

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


shelley,
xoops url-
http://www.lettorimp3.it:8080/xoops205
should this have /html at the end?

6
CBlue
Re: problem after the installation

The problem could be that you're putting your XOOPS site into a subdirectory instead of the root directory. But even then...if installing into a subdirectory, you should upload everything in the html folder into the subdirectory and not upload the folder html itself. Try taking what's in the html folder and uploading it into the xoops205 folder instead. Then you install it again.

Login

Who's Online

226 user(s) are online (110 user(s) are browsing Support Forums)


Members: 0


Guests: 226


more...

Donat-O-Meter

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

Latest GitHub Commits