Advertisement:

Author Topic: [SOLVED] install osclass 3.3.2 on ipage not working please help  (Read 2648 times)

smoothg314

  • Newbie
  • *
  • Posts: 1
[SOLVED] install osclass 3.3.2 on ipage not working please help
« on: February 08, 2014, 06:30:17 pm »
Hi I'm a newbie and I'm trying to install osclass 3.3.2 using ipage as my host service. When I upload the osclass files in the root folder, the osclass installation gives me an error message that the root directory is not writable so the installation doesn't continue.

I contacted ipage customer support but they said they can't give write permission to the root directory because of security reasons. They said I should create a sub directory to install the osclass files.

How do I install osclass on a sub directory?
« Last Edit: February 11, 2014, 12:28:05 am by smoothg314 »

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: install osclass 3.3.2 on ipage not working please help
« Reply #1 on: February 10, 2014, 09:50:53 am »
@smoothg314
You only need to change permissions on folder to be able write here.
Easiest fix is to set CHMOD to 777  ;)

rsinisa

  • Jr. Member
  • **
  • Posts: 60
Re: [SOLVED] install osclass 3.3.2 on ipage not working please help
« Reply #2 on: March 13, 2015, 12:33:33 am »
@smoothg314
I want to transfer my site to ipage, but I can not install script, it reports "Osclass database server is not available." I think that config.php is not correct, so can you send mi your config.php? In fact, I need only 'REL_WEB_URL' and 'WEB_PATH' because 'DB_NAME', 'DB_USER' and 'DB_PASSWORD' are ok, 'DB_HOST' is localhost, so, only two last could be problem.
In fact, I suppose that your 'WEB_PATH' is 'http://yoursite.com' or similar, but my is in IP address form because my site is live on other (old) host.

  Best regards.

rsinisa

  • Jr. Member
  • **
  • Posts: 60
Re: [SOLVED] install osclass 3.3.2 on ipage not working please help
« Reply #3 on: March 13, 2015, 12:49:08 am »
SOLVED!
This was problem:
'DB_HOST' is not 'localhost', but server name (url).

  best regards.

safase

  • Newbie
  • *
  • Posts: 1
Re: [SOLVED] install osclass 3.3.2 on ipage not working please help
« Reply #4 on: October 27, 2017, 09:02:56 pm »
hi my friend , can you help me please for configuring ipage
/** MySQL hostname */
define('DB_HOST', 'journalcasacom.ipagemysql.com'); //'DB_HOST' is not 'localhost', but server name (url).

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

define('REL_WEB_URL', '/jcasa/');

define('WEB_PATH', 'http://journalcasa.com/jcasa/');