Advertisement:

Author Topic: install osclass  (Read 1463 times)

nicolaschievene

  • Newbie
  • *
  • Posts: 4
install osclass
« on: April 01, 2016, 05:10:38 am »
i have a problem with installation
this is the instruction
Install

Installing Osclass
Here’s a quick step-by-step guide of the installation process:

Step 1

Download and unzip the Osclass package.

Step 2

Move the Osclass unzipped files to the desired location on your server.

Step 3

Execute the Osclass installation script by accessing index.php or oc-includes/osclass/install.php from your browser:

- If you’ve installed it in the domain’s root directory, you’ll have to go to: http://example.com/index.php or directly to http://example.com/oc-includes/osclass/install.php

- If you’ve installed it in a subdirectory inside the domain, classifieds, for example, go to: http://example.com/clasificados/index.php or directly to http://example.com/clasificados/oc-includes/osclass/install.php

in this step the browser response with this error

Osclass » Error

Osclass isn't installed. Need more help?

Install

thankyou for reply



Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: install osclass
« Reply #1 on: April 01, 2016, 02:12:54 pm »
check your config.php
do you have set this to "/"?


Code: [Select]
define('REL_WEB_URL', '/');

Aficionado

  • Guest
Re: install osclass
« Reply #2 on: April 01, 2016, 04:02:26 pm »
1. If this is a free hosting service, probably it doesn't work. Use a proper hosting company.

2. Have you created the database and the user with the correct permissions ?

3. Are the folder/files permissions ok ?

4. Is anything created in the installation path or nothing ?

nicolaschievene

  • Newbie
  • *
  • Posts: 4
Re: install osclass
« Reply #3 on: April 02, 2016, 03:52:44 am »
my file config.php

<?php

/**
 * The base MySQL settings of Osclass
 */
define

('MULTISITE', 0);

/** MySQL database name for Osclass */
define('DB_NAME', 'xxxxxxxxxxxxxxxxxxxxxxx');

/** MySQL database

username */
define('DB_USER', 'xxxxxxxxxxxxxxxxxxxxxxx');

/** MySQL

database password */
define('DB_PASSWORD','xxxxxxxxxx');

/**

MySQL hostname */
define('DB_HOST', 'localhost');

/** Database

Table prefix */
define('DB_TABLE_PREFIX', 'oc_');define

('REL_WEB_URL', '/');

define('WEB_PATH', '/');

?>
« Last Edit: April 03, 2016, 09:32:22 pm by nicolaschievene »

pecke

  • Full Member
  • ***
  • Posts: 169
Re: install osclass
« Reply #4 on: April 02, 2016, 04:40:25 pm »
try this

replace
Code: [Select]
define('WEB_PATH', '/');
with
Code: [Select]
define('WEB_PATH', 'http://www.mysite.com/');

nicolaschievene

  • Newbie
  • *
  • Posts: 4
Re: install osclass
« Reply #5 on: April 02, 2016, 11:30:38 pm »
i have replace but not install

pecke

  • Full Member
  • ***
  • Posts: 169
Re: install osclass
« Reply #6 on: April 02, 2016, 11:33:26 pm »
post here again your config file

nicolaschievene

  • Newbie
  • *
  • Posts: 4
Re: install osclass
« Reply #7 on: April 03, 2016, 01:46:49 am »
<?php

/**
 * The base MySQL settings of Osclass
 */
define('MULTISITE', 0);

/** MySQL database name for Osclass */
define('DB_NAME', 'xxxxxxxxxxxxxxxxx');

/** MySQL database username */
define('DB_USER', 'userxxx');

/** MySQL database password */
define('DB_PASSWORD', 'pasxxxx');

/** MySQL hostname */
define('DB_HOST', 'localhost');

/** Database Table prefix */
define('DB_TABLE_PREFIX', 'oc_');

define('REL_WEB_URL', '/');

define('WEB_PATH', 'http://trabajoseguro.hostinggratis.it/');

?>
« Last Edit: April 03, 2016, 09:24:12 pm by nicolaschievene »

pecke

  • Full Member
  • ***
  • Posts: 169
Re: install osclass
« Reply #8 on: April 03, 2016, 01:52:25 am »
seems ok if your username pass and database name are correct try to delete config.php file and drop database so you can try again to install or install it on xammp in your computer and just upload database and ftp files to server.Then edit just config.php file

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: install osclass
« Reply #9 on: April 03, 2016, 12:35:32 pm »
1 *** PLEASE REMOVE *ALL* -CONNECT- CONFIG INFORMATION (USERNAME/PASSWORD) IN THIS THREAD ASAP!!! ***

2 CHANGE YOUR CONFIG DATA ASAP NOW YOU HAVE SHARED IT WITH THE REST OF THE WORLD!!

3 NEVER EVER SHARE THIS KIND OF INFORMATION AGAIN IN ANY FORUM OR ANY OTHER PLACE ON THE INTERNET!!

pecke

  • Full Member
  • ***
  • Posts: 169
Re: install osclass
« Reply #10 on: April 03, 2016, 04:39:27 pm »
You  have right about this...... when you resolve problem with your site and you shared your infornation ITS VERY IMPORTANT to change your database,username and password for your site to prevent hacking....my mistake....for problems like this one, maybe personal message in this forum will be solution and prevent problems like this!